345 Commits (50be39792af00c2d1e2ce74bc50f5e561a8681a2)

Author SHA1 Message Date
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
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
Ben Taber 526d852565 net: allow socket end before connect 12 years ago
isaacs 244924823e stdio: Do not read from stdout/err 12 years ago
isaacs cab22644a5 net: Properly read buffer in Socket.bytesWritten 12 years ago
isaacs 82c7c84e25 net: Handle sync writable streams synchronously 12 years ago
isaacs 8a3befa0c6 net: Refactor to use streams2 12 years ago
Joshua Erickson c9f2531ae0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Ben Noordhuis 4cb17cb219 net: fix net.connect() resource leak 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Joshua Erickson fb6377ebd0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago
Shigeki Ohtsu f347077e78 tls: support unix domain socket/named pipe in tls.connect 12 years ago
Ben Noordhuis 422772f23b net: fix asserts 12 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 12 years ago
Josh Erickson 7b367a93ce net: add support for IPv6 addresses ending in :: 12 years ago
isaacs 7bb814f9db errnoException must be done immediately 12 years ago
isaacs 74d076caf1 errnoException must be done immediately 12 years ago
Andreas Madsen ddb02b978d net: support Server.listen(Pipe) 12 years ago