summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-21net: use timers._unrefActive for internal timeoutsTimothy J Fontaine
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-17Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-15net: emit dns 'lookup' event before connectBen Noordhuis
2013-04-27net: implement ._writev for .cork/uncork() supportFedor Indutny
2013-04-11lintisaacs
2013-04-10net: fix socket.bytesWritten Buffers supportFedor Indutny
2013-04-08net: account encoding in .byteLengthFedor Indutny
2013-04-08net: fix buffer iteration in bytesWrittenFedor Indutny
2013-03-14net: improve arbitrary tcp socket supportBen Noordhuis
2013-03-14deps: upgrade libuv to 7b66ea1Ben Noordhuis
2013-03-13net: handle 'finish' event only after 'connect'Fedor Indutny
2013-03-06net: use close callback, not process.nextTickBen Noordhuis
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Split Writable logic into small functionsisaacs
2013-03-05Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-05cluster: propagate bind errorsBen Noordhuis
2013-03-02net: s/closed/ended/ in write-after-fin messageisaacs
2013-03-02net: Provide better error when writing after FINisaacs
2013-02-28stream: There is no _read cb, there is only pushisaacs
2013-03-01net: omit superfluous 'connect' eventBen Noordhuis
2013-02-28lib, src: remove errno globalBen Noordhuis
2013-02-12net: Respect the 'readable' flag on socketsisaacs
2013-02-11net: don't suppress ECONNRESETBen Noordhuis
2013-01-28Revert "net: Avoid tickDepth warnings on small writes"isaacs
2013-01-28net: Avoid tickDepth warnings on small writesisaacs
2013-01-28child_process: move binding init in constructorFedor Indutny
2013-01-28net: Initialize _connection, _handle in Socket ctorisaacs
2013-01-28net: initialize TCPWrap when receiving socketFedor Indutny
2013-01-18child_process: do not keep list of sent socketsFedor Indutny
2013-01-18Revert "child_process: do not keep list of sent sockets"Fedor Indutny
2013-01-17child_process: do not keep list of sent socketsFedor Indutny
2013-01-17stdio: Set readable/writable flags properlyisaacs
2013-01-10net: Use readable.push() instead of private methodsisaacs
2013-01-08net: fix bufferSize include writableStream lengthShigeki Ohtsu
2013-01-07child_process: Pull through untouched stdio streamsisaacs
2013-01-05net: add localAddress and localPort to SocketJames Hight
2012-12-29net: Don't go through Stream API when ondata is usedisaacs
2012-12-29net: Move createWriteReq to separate functionisaacs
2012-12-27net: socket.readyState correctionsbentaber
2012-12-25net: allow socket end before connectBen Taber
2012-12-21stdio: Do not read from stdout/errisaacs
2012-12-19net: Properly read buffer in Socket.bytesWrittenisaacs
2012-12-17net: Handle sync writable streams synchronouslyisaacs
2012-12-14net: Refactor to use streams2isaacs
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-11-28net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-24net: fix net.connect() resource leakBen Noordhuis
2012-11-21windows: add tracing with performance countersScott Blomquist