aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-17Close #1349 Delimit NODE_PATH with ; on Windowsisaacs
2011-07-16More accurite error messages when writing beyond the length of a Buffer.Devon Govett
2011-07-15net_uv: getsockname bindingHenry Rawas
2011-07-15Close #1348 Remove require.pathsisaacs
2011-07-15connect-timeout callbacks after closeHenry Rawas
2011-07-14connect-buffer play back queued write and endHenry Rawas
2011-07-14Merge branch 'v0.4'Ryan Dahl
2011-07-14Revert "net_uv: fix localhost resolution - was defaulting to ::1 on OSX"Ryan Dahl
2011-07-14net_uv: fix localhost resolution - was defaulting to ::1 on OSXRyan Dahl
2011-07-14Close #1303 Stream.pipe returns the destinationElijah Insua
2011-07-14Close #1281 Make require a public member of moduleisaacs
2011-07-14net_uv: sockets should be writable during connectionHenry Rawas
2011-07-14net_uv: Add maxConnections supportHenry Rawas
2011-07-15Fixes #1085. The agent end event may call detachSocket() after the socket is ...Stefan Rusu
2011-07-15Fixes #1304. The Connection instance may be destroyed by abort() when process...Stefan Rusu
2011-07-14Improvements AssertionError messagekoichik
2011-07-13fix socket-timeout. Also fix makefile test list name net-streamHenry Rawas
2011-07-12test-net-reconnect needs socket connect eventHenry Rawas
2011-07-08Fixes #1260koichik
2011-07-08mraleph emit hackRyan Dahl
2011-07-08isIP testHenry Rawas
2011-07-07fix eaddrinuse bugHenry Rawas
2011-07-07net_uv: fix test-net-eaddrinuse.jsHenry Rawas
2011-07-07ipv6 nodeHenry Rawas
2011-07-07Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client.Ben Noordhuis
2011-07-07Revert 8dc8773. Always send a HTTP/1.1 status line to the client.Ben Noordhuis
2011-07-06url: Don't swallow punycode errorsisaacs
2011-07-06punycode: Test for integer overflowisaacs
2011-07-06Close #1149 IDNA and Punycode support in url.parseJeremy Selier
2011-07-06fix an broken question.Yoshihiro Kikuchi
2011-07-05Revert "Fixes #1260"Ryan Dahl
2011-07-05Revert "Error argument for http.ServerRequest 'close'"Ryan Dahl
2011-07-05uv: exception.code isntead of exception.errnoRyan Dahl
2011-07-05Revert "Remove 'connect' event from server side sockets"Ryan Dahl
2011-07-05Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis
2011-07-05Fix bug in timers_uv timeout recomputationBert Belder
2011-07-05Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis
2011-07-04legacy c-ares binding should use legacy timerRyan Dahl
2011-07-05Bindings for libuv-integrated c-aresBert Belder
2011-07-05Fix net_uv.isIPv4/6 bugBert Belder
2011-07-04Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart
2011-07-04net_uv: add isIPRyan Dahl
2011-07-04Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann
2011-07-04Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann
2011-07-05Fix net.Socket.connect argument parsingkoichik
2011-07-03Fixes #1260koichik
2011-07-03http: Fix agent id creationRyan Dahl
2011-07-02use_uv: Correct readyState on connectingRyan Dahl
2011-07-01Merge branch 'v0.4'Ryan Dahl
2011-07-01net_uv: fix test-net-connect-timeout.js testHenry Rawas