summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-01-20Merge branch 'develop' into net2Ryan Dahl5-19/+27
2010-01-19set default encoding in sendBodyMichaeljohn Clement1-0/+1
2010-01-18Add process.nextTick()Ryan Dahl1-2/+2
2010-01-15API: Move Promise and EventEmitter into 'events' moduleRyan Dahl5-17/+24
2010-01-13recvMsg shouldn't return array for efficiency.Ryan Dahl1-19/+15
2010-01-12Merge branch 'master' into net2Ryan Dahl7-302/+542
2010-01-09Initial take on passing FDs between processesDavid Sklar1-21/+94
2010-01-06Fix bug in the url module's url_parse method if 'parseQueryString' is trueBenjamin Thomas1-1/+6
2010-01-05Handle bad requests in simplified parser APIFelix Geisendörfer1-1/+9
2010-01-05Throw exception for invalid multipart streamsFelix Geisendörfer1-3/+12
2010-01-05Providing the option for a repl-printer other than sys.pelliottcable1-1/+3
2010-01-04Moved help msg to node-replvisionmedia1-3/+0
2010-01-04Use "url" module instead of "uri" module in http.js.isaacs2-292/+20
2010-01-04Add URL and QueryString modules, and tests for each.isaacs2-0/+476
2010-01-03Rename "Dynamic Property" to "Getter/Setter" in sys.inspect.Tim Caswell1-3/+3
2010-01-02Fix inspect to not trigger dynamic propertiesTim Caswell1-1/+16
2009-12-31Fix inspect for the special case of an Object that inherits from Array, but h...Tim Caswell1-1/+1
2009-12-30[net2] add unix server to ping-pong testRyan Dahl1-5/+7
2009-12-30[net2] delete unix sockfile on server start and shutdownRyan Dahl1-12/+43
2009-12-30[net2] port ping pong testRyan Dahl1-0/+1
2009-12-30[net2] socket.setNoDelayRyan Dahl1-0/+6
2009-12-30[net2] toRead() for non-linux (SIOCINQ -> FIONREAD)David Sklar1-1/+0
2009-12-30Add socket.address()Ryan Dahl1-2/+7
2009-12-30[net2] Do hostname lookups in connect and listenRyan Dahl1-45/+81
2009-12-29[net2] Set FD_CLOEXEC on created socket fds.Ryan Dahl1-1/+1
2009-12-29[net2] lower-case socket.typeRyan Dahl1-8/+18
2009-12-29[net2] Better EOF marking, rename eventsRyan Dahl1-23/+28
2009-12-29Change IOWatcher constructor to have no argumentsRyan Dahl1-31/+35
2009-12-29implement getaddrinfoRyan Dahl1-37/+100
2009-12-29Implement half-closed streamsRyan Dahl1-114/+188
2009-12-29Rename new streaming code to 'net'Ryan Dahl1-0/+293
2009-12-29Stack trace for asserts shouldn't include assert moduleRyan Dahl1-24/+22
2009-12-29Fix assert.js code styleRyan Dahl1-155/+156
2009-12-23don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep...Michaeljohn Clement1-9/+10
2009-12-22Do not pause request for multipart parsingFelix Geisendörfer1-4/+0
2009-12-22Fix require("../blah") issuesisaacs1-14/+1
2009-12-18Update to fix failing test. Rewrite of the resolveObject function, and some t...isaacs1-68/+72
2009-12-18Use the new uri parser.isaacs1-72/+11
2009-12-18Add credits, and a "decode" function.isaacs1-0/+16
2009-12-18Pull in the uri.js from Narwhal and create tests, stripping out the cruft fro...isaacs1-0/+236
2009-12-08Export STATUS_CODESvisionmedia1-1/+1
2009-12-07sys.inspect prints out special chars correctly (\n, \u0001, etc...)Xavier Shay1-1/+1
2009-12-06Add http.Client.prototype.request()Christopher Lenz1-19/+20
2009-12-06sys.inspect is totally more awesome nowXavier Shay1-20/+64
2009-12-06Implement promises entirely in JSRyan Dahl1-7/+1
2009-12-06Refactor node_file.cc to not use Promises.Ryan Dahl1-37/+0
2009-12-06Don't use promises internally in DNS moduleRyan Dahl1-2/+46
2009-12-05Bugfix: Don't use chunked encoding for 1.0 requests.Ryan Dahl1-3/+8
2009-12-05Expose versionMajor versionMinor to http messagesRyan Dahl1-0/+2
2009-12-05Dependency free assert module with unit testsKarl Guertin2-1083/+160