356 Commits (e5eec71b2c26a6e426225747a4f13e6ca34b3877)

Author SHA1 Message Date
Mikeal Rogers d530ee62cd Issue #2762. Add callback to close function. 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
isaacs a2851b6234 Revert "cluster: propagate bind errors" 13 years ago
Ben Noordhuis 30e462e919 cluster: propagate bind errors 13 years ago
Igor Zinkovsky c7771bc2ec set readable/writable for pipes 13 years ago
koichik 0f0af55a0a net: fix large file downloads failing 13 years ago
Stefan Rusu 4671e54495 net: destroy socket on DNS error 13 years ago
Igor Zinkovsky db3c4efd1d support for sharing streams accross isolates 13 years ago
Ben Noordhuis e806ad39d0 net, tls, http: remove socket.ondrain 13 years ago
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input 13 years ago
koichik 70033bd960 net: make connect() accept options 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Ben Noordhuis c24276f008 net: defer net.Server 'close' event to next tick 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
Ju-yeong Park 5976d58796 net: raise exception when the socket is closed 13 years ago
James Hartig 348d8cd04a timers: remove _idleTimeout from item in .unenroll() 13 years ago
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