365 Commits (cec81593d7e42c83b9498be5835defb24d1743bd)

Author SHA1 Message Date
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
isaacs 40e92650bb http: Add agent.get/request methods 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
isaacs 3c7945bda1 net: Do not destroy socket mid-write 12 years ago
Fedor Indutny dc50f27d52 tls: share socket._hadError with http_client 12 years ago
isaacs e0519ace31 net: Destroy when not readable and not writable 12 years ago
Timothy J Fontaine a846d9388c net: use timers._unrefActive for internal timeouts 12 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Ben Noordhuis b3d1e504f4 net: emit dns 'lookup' event before connect 12 years ago
Fedor Indutny 60ed2c5434 net: implement ._writev for .cork/uncork() support 12 years ago
isaacs 22c7d134e2 lint 12 years ago
Fedor Indutny c665b8e9ba net: fix socket.bytesWritten Buffers support 12 years ago
Fedor Indutny ff32ecd5bf net: account encoding in .byteLength 12 years ago
Fedor Indutny eb39c9854a net: fix buffer iteration in bytesWritten 12 years ago
Ben Noordhuis ca5022b8f1 net: improve arbitrary tcp socket support 12 years ago
Ben Noordhuis e99dff4617 deps: upgrade libuv to 7b66ea1 12 years ago
Fedor Indutny 8135ac1b7f net: handle 'finish' event only after 'connect' 12 years ago
Fedor Indutny 26dae9a22a net: handle 'finish' event only after 'connect' 12 years ago
Ben Noordhuis fb3ec32b0e net: use close callback, not process.nextTick 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs 049903e333 stream: Split Writable logic into small functions 12 years ago
Ben Noordhuis 532d9929c7 cluster: propagate bind errors 13 years ago
isaacs 4ac73d2c99 net: s/closed/ended/ in write-after-fin message 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
isaacs 88644eaa2d stream: There is no _read cb, there is only push 12 years ago
Ben Noordhuis c11612026f net: omit superfluous 'connect' event 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
isaacs 2789323902 net: Respect the 'readable' flag on sockets 12 years ago
Ben Noordhuis 14a4245051 net: don't suppress ECONNRESET 12 years ago
isaacs bda45a8be1 Revert "net: Avoid tickDepth warnings on small writes" 12 years ago
isaacs 02f7d1bfd8 net: Avoid tickDepth warnings on small writes 12 years ago
Fedor Indutny c13354e339 child_process: move binding init in constructor 12 years ago
isaacs 4c78a52a3a net: Initialize _connection, _handle in Socket ctor 12 years ago
Fedor Indutny 0d7a0216dc net: initialize TCPWrap when receiving socket 12 years ago
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
isaacs 1528de2373 stdio: Set readable/writable flags properly 12 years ago
isaacs 840401c024 net: Use readable.push() instead of private methods 12 years ago
Shigeki Ohtsu 9b363b022f net: fix bufferSize include writableStream length 12 years ago
isaacs df3563aa65 child_process: Pull through untouched stdio streams 12 years ago
James Hight 3f76419a04 net: add localAddress and localPort to Socket 12 years ago
isaacs e11668b244 net: Don't go through Stream API when ondata is used 12 years ago
isaacs aec2f733f9 net: Move createWriteReq to separate function 12 years ago
bentaber e576208eba net: socket.readyState corrections 12 years ago