229 Commits (64de69c1a4d2befb1be19aaf35028c1c833cdee3)

Author SHA1 Message Date
Ben Noordhuis 8295c80618 net: check status code in afterWrite 13 years ago
isaacs 580e67015c Apply #2257 fix for Pipe streams as well as TTYs 13 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
isaacs db273818f6 s/NPM/npm/ 13 years ago
Igor Zinkovsky 99c9d19184 binding for uv_pipe_pending_instances 13 years ago
Ben Noordhuis 03eb41c2ec net: don't emit 'close' event twice 13 years ago
Ryan Dahl 86528489ec new cluster api 13 years ago
Ryan Dahl 4a8088a603 Socket.write should reset timeout timer. 13 years ago
Ben Noordhuis 9c11e8a1ca net: implement Server.prototype.address() for pipes 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Maciej Małecki 7ee29d1d5b net: `Server.listen`, `Server.close` and `Socket.connect` return `this` 13 years ago
Ben Noordhuis ac379b3be1 net: bring back .setNoDelay() and .setKeepAlive() 13 years ago
Ryan Dahl 6cc0c9e6a9 Remove superfluous nextTick during server binding 13 years ago
koichik d6191f593d net: fix error handling in listen() 13 years ago
Ben Noordhuis 0b92fa0e93 net: fix connect queue bugs 13 years ago
Ben Noordhuis 6df574b744 net: properly account multi-byte chars in .bytesWritten 13 years ago
Simen Brekken 4b0e36810a net: register net.Server callback only once 13 years ago
Ryan Dahl 25ff181300 Revert some changes made in 12486a6 13 years ago
Ryan Dahl 87339a22b1 introduce node cluster 13 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 13 years ago
Ryan Dahl 982b19dbd7 Adjust listenFD deprecation message. Remove test. 13 years ago
Ryan Dahl 12486a6437 Change API for sending handles 13 years ago
Ryan Dahl 26c08a3f35 Do load balancing test in test-child-process-fork2. 13 years ago
Bert Belder 153629c99a Some small optimizations 13 years ago
Ryan Dahl 29ec850478 Simplify arg parsing in String.write 13 years ago
Ben Noordhuis 1bb820a339 net: remove unconditional getpeername() call 13 years ago
Bert Belder ed65b7b375 Simplify writeReq handling in net_uv 13 years ago
Bert Belder fcad5e35fd Black hole tcp reads after destroy() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl fa2eaeafda write-only streams should not shutdown 13 years ago
Ryan Dahl 6326b04b07 Fix test-regress-GH-819 13 years ago
Ryan Dahl 5cb1fd2e32 net.Socket(fd) should start readable and writable 13 years ago
Ryan Dahl caaa59c559 Wrap uv_pipe_open, implement net.Stream(fd); 13 years ago
Bert Belder b5db0767d5 net_uv: fix 'set is undefined' error 13 years ago
Bert Belder e20d0c1cd0 net-uv: correctly set socket.remoteAddress and -port 13 years ago
Ryan Dahl e3413f08fd net_uv: throw when people construct net.Socket(fd) 13 years ago
Ryan Dahl c4454d2efc net_uv: Don't error on ECONNRESET 13 years ago
Ryan Dahl cf2e68d960 net_uv: handle read errors 13 years ago
Ben Noordhuis fa378ee4d8 net: defer DNS lookup error events to next tick 13 years ago
Ryan Dahl 3a219de586 net_uv: resume on closed net.Socket shouldn't crash 13 years ago
Ryan Dahl 3d4ae3ab4d net_uv: pipes don't have getsockname 13 years ago
Ben Noordhuis 79f064f565 net: properly export remoteAddress to user land 13 years ago
Ben Noordhuis 460614125b tcp: propagate libuv tcp accept() errors to net_uv.js 13 years ago
Ryan Dahl 72c412767d net_uv: Handle failed shutdown req 13 years ago
Ryan Dahl 4f03f1bead net_uv: fix test/simple/test-pipe-file-to-http.js 13 years ago
Ben Noordhuis b8c8e9c113 net_uv: add listenFD shim that throws when called 13 years ago
Ryan Dahl e3ac47771c child_process_uv: fix test-child-process-stdin and -ipc 13 years ago
Ryan Dahl 7772f21b60 initial pass at lib/child_process_uv.js 13 years ago
Igor Zinkovsky 187fe27a6e stdio binding + javascript to enable process.stdin.listen() 13 years ago
Felix Geisendörfer 09ee29318f Emit 'close' after all connections have closed 13 years ago