aboutsummaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
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
2012-11-06net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu
2012-08-28Merge branch 'v0.8'Bert Belder
2012-08-23net: fix assertsBen Noordhuis
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-06net: fix listen() regression, revert patchesBen Noordhuis
2012-08-06net: add support for IPv6 addresses ending in ::Josh Erickson
2012-08-05errnoException must be done immediatelyisaacs
2012-08-05errnoException must be done immediatelyisaacs
2012-08-05net: support Server.listen(Pipe)Andreas Madsen
2012-08-05cluster: do not use internal server APIAndreas Madsen
2012-08-04net: lazy listen on handlerAndreas Madsen