Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12Remove net_legacy timers_legacyRyan Dahl
2011-06-17Add --use-uv command-line flag to use libuv backendRyan Dahl
2011-05-24Remove 'connect' event from server side socketsFelix Geisendörfer
2011-04-19Merge branch 'v0.4'Ryan Dahl
2011-04-14Don't emit error on ECONNRESET - just closeRyan Dahl
2011-04-14Merge branch 'v0.4'Ryan Dahl
2011-04-13Add remoteAddress and remotePort for client TCP connectionsBrian White
2011-04-12Don't error on ENOTCONN from shutdown()Ryan Dahl
2011-03-22Merge branch 'v0.4'Ryan Dahl
2011-03-22Fix GH-819. Drop out if connection destroyed before connect()Ryan Dahl
2011-03-17Add support for file descriptor type detection.Daniel Ennis
2011-03-15Update copyright headersRyan Dahl
2011-03-12Better type checks for fd in net.jskoichik
2011-03-12Fix GH-746 process.stdin.destroy() breaks http serverkoichik
2011-03-05Don't decrease server connection counter again if destroy() is called more th...Andreas Reich
2011-02-10New DTrace probes from CA teamRyan Dahl
2011-02-09better debug messages in net and tlsRyan Dahl
2011-02-05http: handle abortsRyan Dahl
2011-01-31net: Add hook for when writeQueue changesRyan Dahl
2011-01-31Add socket.bufferSizeRyan Dahl
2011-01-28Another fix for process.assertRyan Dahl
2011-01-26Adding callback parameter to Socket's setTimeout method.Ali Farhadi
2011-01-25Land Cantrill's DTrace patchRyan Dahl
2011-01-24lintRyan Dahl
2011-01-19listen/bind errors should close net.ServerRyan Dahl
2011-01-18Define winsock error numbersBert Belder
2011-01-13Fix test-net-connect-bufferRyan Dahl
2011-01-12net: Timeouts should work before DNS resolutionRyan Dahl
2011-01-12Add test for connection timeoutsRyan Dahl
2011-01-07LintRyan Dahl
2011-01-05Rename net.Stream to net.SocketRyan Dahl
2011-01-04net.js: Check that readWatcher exists before pause, resumeRyan Dahl
2011-01-04Implement new stream method, destroySoonRyan Dahl
2011-01-04NODE_DEBUG uses strings instead of bitflagsRyan Dahl
2010-12-16Add callback paramenter to socket.connect()Ryan Dahl
2010-12-16Add callback to socket.write()Ryan Dahl
2010-12-16better option parsing for socket.write()Ryan Dahl
2010-12-05Fix global leaksRyan Dahl
2010-12-02more lintRyan Dahl
2010-12-01Stop watcher before calling .set() in Stream.prototype.resumeRyan Dahl
2010-11-24Fix test-securepair-serverRyan Dahl
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-19Fix typoRyan Dahl
2010-11-19Only try to flush big buffers onceRyan Dahl
2010-11-19Add todo about test-pipe.js and throwing on resume()Ryan Dahl
2010-11-19Fix socket.end() problem on non-empty queueRyan Dahl
2010-11-19Small clean upsRyan Dahl
2010-11-19'connect' event may disconnect socketRyan Dahl
2010-11-19Add callback to socket.write(), fix test-sendfdsRyan Dahl
2010-11-19make sure unix sockets are tagged correctlyRyan Dahl