481 Commits (4f6ad5c1dde2c320e9bde5d69e217e6d051cf93f)

Author SHA1 Message Date
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
Andreas Madsen 085a09874b cluster: do not use internal server API 12 years ago
Andreas Madsen d13887512e net: lazy listen on handler 12 years ago
Bert Belder 5fdeebd94d net: make pause work with connecting sockets 12 years ago
Ben Noordhuis 34c750d7a9 net: fix .listen({fd:0}) 12 years ago
Ben Noordhuis aa0650f444 cluster: fix libuv assert in net.listen() 12 years ago
isaacs 5809426d75 net.js: lint 12 years ago
Ben Noordhuis 1513848f88 net: fix Socket({ fd: 42 }) api 12 years ago
Timothy J Fontaine 2637b5c261 ref/unref for net.Socket net.Server dgram.Socket 12 years ago
Fedor Indutny 1fa0bca2ad net: ignore socket.setTimeout(Infinity) (and NaN) 12 years ago
Fedor Indutny b0950cbea2 net: ignore socket.setTimeout(Infinity) (and NaN) 12 years ago
Ben Noordhuis 3a6314dbe1 net: fix net.Server.listen({fd:x}) error reporting 12 years ago
Ben Noordhuis 5d97d72753 net: fix bogus errno reporting 12 years ago
Jonas Westerlund e5bb8391a8 Do not assign to properties that only have getters 12 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
isaacs 1df222f179 Fix breakage introduced in de65ba7 13 years ago
isaacs de65ba7aba net.Socket: Delay pause/resume until after connect 13 years ago
Reid Burke 71a2a2caa6 net: Prevent property access throws during close 13 years ago
isaacs 41421ff9da Make listenFD just DTRT after warning 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago