268 Commits (0187b657ae5c12ea98da8266c493d493566e1fc9)

Author SHA1 Message Date
Ben Noordhuis f0a561fe67 net: rename flag FLAG_SHUTDOWNQUED 13 years ago
Ben Noordhuis fa9aa1c961 net: fix 'close' event emit order 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
Ben Noordhuis f66f793c07 net: hook up handle wrap to owning object 13 years ago
Andreas Madsen dceebbfa31 child_process: allow sending a net Socket and Server object using child.send 13 years ago
rsolomo d40415912f net: make isIP() return 0 on empty input 13 years ago
Bert Belder 27ddd14e9f net.js: make Socket.bytesWritten work again 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Bert Belder bb675baaa9 net.js: don't pretend that everything is okay when unwrapping fails 13 years ago
Brian Schroeder 436a9b69f3 net: signal localAddress bind failure in connect 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
isaacs 33c76f19de net.js: lint 13 years ago
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
Ben Noordhuis 16fca262be net: honor 'enable' flag in .setNoDelay() 13 years ago
Igor Zinkovsky 0dcc43316f don't crash when queued write fails 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
koichik cd5d2473a4 net: fix race write() before and after connect() 13 years ago
koichik 63431796f4 net: fix race write() before and after connect() 13 years ago
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