summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into net2Ryan Dahl2010-02-262-15/+55
|\
| * Make the output of sys.inspect a lot more compact.Benjamin Thomas2010-02-251-10/+38
| * Add optional third argument sys.inpect to indicate how many times you want it...Benjamin Thomas2010-02-251-7/+18
| * Rename writeHeader to writeHeadBenjamin Thomas2010-02-251-3/+4
* | Merge branch 'master' into net2Ryan Dahl2010-02-225-94/+100
|\ \ | |/
| * camel case variables in url moduleRyan Dahl2010-02-221-12/+12
| * Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl2010-02-211-3/+22
| * Move errors for readPause and readResumeRyan Dahl2010-02-211-2/+2
| * multipart no longer depends on PromiseRyan Dahl2010-02-201-6/+8
| * sys.exec() no longer uses PromiseRyan Dahl2010-02-191-6/+5
| * 'dns' no longer uses PromiseRyan Dahl2010-02-191-49/+17
| * http.cat no longer uses PromiseRyan Dahl2010-02-191-17/+35
* | Merge branch 'master' into net2Ryan Dahl2010-02-175-194/+83
|\ \ | |/
| * API: OutgoingMessage.prototype.finish() renamed to close()Ryan Dahl2010-02-171-11/+28
| * File API tweaksTim Caswell2010-02-161-156/+1
| * API: Make request/response object closer to stream interfaceRyan Dahl2010-02-162-16/+24
| * API: connection.send() renamed to connection.write()Ryan Dahl2010-02-161-1/+1
| * sys.inspect(Date) now shows the date valueMark Hansen2010-02-151-0/+10
| * Added multiple arg support for sys.puts(), print(), etc.visionmedia2010-02-121-7/+15
| * Rename 'posix' module to 'fs'Ryan Dahl2010-02-122-7/+8
| * API: tcp events 'receive' to 'data', 'eof' to 'end'Ryan Dahl2010-02-121-3/+3
* | Merge branch 'master' into net2Ryan Dahl2010-02-102-242/+477
|\ \ | |/
| * Document the changes to sys.inspect's API.Tim Caswell2010-02-091-4/+3
| * Rewrite sys.inspect to be more reliable and handle crazy edge cases.Tim Caswell2010-02-091-75/+93
| * A rewrite of multipart library.isaacs2010-02-081-167/+385
* | Expose errno exception creationRyan Dahl2010-02-081-4/+3
* | Optimize: Use callbacks instead of events in net2Ryan Dahl2010-02-052-17/+24
* | Wrap syscalls with try-catchRyan Dahl2010-02-051-22/+41
* | Merge branch 'master' into net2Ryan Dahl2010-02-051-1/+1
|\ \ | |/
| * look for -1 instead of false returned from string.indexOfAaron Heckmann2010-02-031-1/+1
* | Merge branch 'master' into net2Ryan Dahl2010-02-031-2/+6
|\ \ | |/
| * Bugfix: Handle Content-Type headers with charsetFelix Geisendörfer2010-01-291-2/+6
* | eof -> endRyan Dahl2010-02-012-5/+5
* | Rename Buffer.utf8Length to Buffer.utf8ByteLengthRyan Dahl2010-02-011-1/+1
* | Merge branch 'master' into net2Ryan Dahl2010-01-294-10/+47
|\ \ | |/
| * Forgot to include fix from HTTP client bug (30b0522)Ryan Dahl2010-01-271-4/+5
| * Add support for MX, TXT, and SRV records in DNS module.Blaine Cook2010-01-251-0/+39
| * Make assert.AssertionError instance of ErrorRyan Dahl2010-01-241-0/+1
| * removed inline require call for querystringcloudhead2010-01-241-6/+2
* | Simplify send buffer logicRyan Dahl2010-01-281-28/+8
* | Optimize, clean up net2 net.js and http2.jsRyan Dahl2010-01-282-150/+201
* | Add new http server libraryRyan Dahl2010-01-281-0/+425
* | Clean up a few bugs in net.jsRyan Dahl2010-01-261-6/+5
* | HTTP works somewhat on net2 nowRyan Dahl2010-01-251-4/+10
* | Merge branch 'develop' into net2Ryan Dahl2010-01-205-19/+27
|\ \ | |/
| * set default encoding in sendBodyMichaeljohn Clement2010-01-191-0/+1
| * Add process.nextTick()Ryan Dahl2010-01-181-2/+2
| * API: Move Promise and EventEmitter into 'events' moduleRyan Dahl2010-01-155-17/+24
* | recvMsg shouldn't return array for efficiency.Ryan Dahl2010-01-131-19/+15
* | Merge branch 'master' into net2Ryan Dahl2010-01-127-302/+542
|\ \ | |/