summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* isIP testHenry Rawas2011-07-081-1/+3
* fix eaddrinuse bugHenry Rawas2011-07-071-1/+1
* net_uv: fix test-net-eaddrinuse.jsHenry Rawas2011-07-071-10/+28
* ipv6 nodeHenry Rawas2011-07-071-15/+16
* Revert 8dc8773. Always send a HTTP/1.1 status line to the client.Ben Noordhuis2011-07-071-5/+2
* url: Don't swallow punycode errorsisaacs2011-07-061-11/+7
* punycode: Test for integer overflowisaacs2011-07-061-1/+2
* Close #1149 IDNA and Punycode support in url.parseJeremy Selier2011-07-062-10/+262
* Revert "Fixes #1260"Ryan Dahl2011-07-051-16/+10
* Revert "Error argument for http.ServerRequest 'close'"Ryan Dahl2011-07-051-11/+1
* uv: exception.code isntead of exception.errnoRyan Dahl2011-07-052-2/+2
* Revert "Remove 'connect' event from server side sockets"Ryan Dahl2011-07-051-0/+9
* Fix bug in timers_uv timeout recomputationBert Belder2011-07-051-3/+2
* Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis2011-07-051-2/+5
* legacy c-ares binding should use legacy timerRyan Dahl2011-07-041-1/+1
* Bindings for libuv-integrated c-aresBert Belder2011-07-052-0/+173
* Fix net_uv.isIPv4/6 bugBert Belder2011-07-051-2/+2
* Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart2011-07-041-1/+1
* net_uv: add isIPRyan Dahl2011-07-041-0/+32
* Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann2011-07-041-1/+1
* Fix net.Socket.connect argument parsingkoichik2011-07-052-9/+20
* Fixes #1260koichik2011-07-031-10/+16
* http: Fix agent id creationRyan Dahl2011-07-031-1/+1
* use_uv: Correct readyState on connectingRyan Dahl2011-07-021-7/+46
* Merge branch 'v0.4'Ryan Dahl2011-07-013-23/+13
|\
| * Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl2011-07-011-11/+1
| * Revert "debugger: don't allow users to input non-valid commands"Ryan Dahl2011-07-011-9/+9
| * tiny fixes in tty_posix.jsYoshihiro KIKUCHI2011-07-011-3/+3
* | net_uv: fix test-net-connect-timeout.js testHenry Rawas2011-07-012-2/+7
* | net_uv: reuse socketHenry Rawas2011-07-011-6/+17
* | net_uv: Stub out setKeepAliveRyan Dahl2011-06-301-0/+5
* | net_uv: Fix server.listen argument parsingRyan Dahl2011-06-291-6/+10
* | Revert "Add support for file descriptor type detection."Ryan Dahl2011-06-291-32/+4
* | net_uv: Delay listen emitHenry Rawas2011-06-291-2/+6
* | Enable new timer binding only on --use-uvRyan Dahl2011-06-292-0/+224
* | Merge branch 'v0.4'Ryan Dahl2011-06-292-6/+2
|\ \ | |/
| * Fixes #1187. Support multiple 'link' headersRyan Dahl2011-06-201-0/+1
| * Closes #1177 remove one node_modules optimizationMathias Buus2011-06-141-6/+1
* | Fix test-net-pingpong.js on windowsHenry Rawas2011-06-281-36/+51
* | Fix mismatch createConnection and Socket.connectkoichik2011-06-282-5/+9
* | net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env varRyan Dahl2011-06-201-1/+1
* | net_uv: Don't add listenerCallback when nullRyan Dahl2011-06-201-4/+3
* | net_uv: Export Socket and StreamRyan Dahl2011-06-171-0/+4
* | net_uv: Implement end(), destroySoon()Ryan Dahl2011-06-171-14/+71
* | net_uv: shim up more methodsRyan Dahl2011-06-171-4/+55
* | Revert "Add --cov code coverage option"Ryan Dahl2011-06-171-16/+0
* | Add --use-uv command-line flag to use libuv backendRyan Dahl2011-06-172-1/+1
* | Support eof in net_uvRyan Dahl2011-06-171-13/+26
* | Initial pass at new net.js for libuvRyan Dahl2011-06-161-0/+325
* | Merge branch 'v0.4'Ryan Dahl2011-06-151-1/+6
|\ \ | |/