summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add writeFilter when in the readlineRyan Dahl2010-11-111-4/+18
* Remove warning in 'sys' - too aggressiveRyan Dahl2010-11-021-2/+3
* Add legacy methods to BufferRyan Dahl2010-11-021-0/+28
* Add missing require('fs')Ryan Dahl2010-11-011-1/+1
* Removed range read optimization as it doesn't work with libeio.Chandra Sekar S2010-11-011-6/+4
* De-indent dns.lookupRyan Dahl2010-10-301-38/+44
* Make sure watcher.set() isn't being called when activeRyan Dahl2010-10-301-8/+6
* Handle null values in clearTimeoutRyan Dahl2010-10-291-3/+5
* Lazy load modules in net.jsRyan Dahl2010-10-281-6/+4
* Remove a little redundancyRyan Dahl2010-10-281-3/+0
* Handle one more onReadable call from cryptoRyan Dahl2010-10-281-5/+5
* Abstract out a Server.prototype.pause methodRyan Dahl2010-10-281-9/+30
* Abstract out net.Server.prototype._rejectPendingRyan Dahl2010-10-281-27/+34
* Module-level EMFILE handlingJonas Pfenniger2010-10-281-36/+39
* Handle cyclic links smarter in fs.realpathisaacs2010-10-271-6/+12
* Refactor callbacks in net.Stream for fewer closuresRyan Dahl2010-10-271-100/+130
* Add extra anti-DoS tech to net.ServerRyan Dahl2010-10-271-19/+42
* Gracefully handle EMFILERyan Dahl2010-10-271-20/+41
* Style changes.Tim-Smart2010-10-261-33/+31
* Use the timer list for setTimeoutRyan Dahl2010-10-261-25/+66
* Move setTimeout and friends into timers moduleRyan Dahl2010-10-261-41/+81
* Move idle timers into its own moduleRyan Dahl2010-10-262-165/+171
* Fix permissions on http.jsRyan Dahl2010-10-261-0/+0
* allowHalfOpen disabled by defaultRyan Dahl2010-10-262-15/+42
* fix styleRyan Dahl2010-10-251-2/+1
* Set the readable variables on the read/write streamsPaul Querna2010-10-251-1/+10
* Add SecurePair for handling of a ssl/tls stream.Paul Querna2010-10-252-0/+333
* Update node_net.cc to make us of node_constants.ccMicheil Smith2010-10-252-4/+10
* Do not spin on aceept() with EMFILERyan Dahl2010-10-231-1/+23
* Make sure Error object on exec() gets killed memberRyan Dahl2010-10-231-7/+13
* Fix test-net-eaddrinuseRyan Dahl2010-10-231-17/+28
* Remove unneeded function wrappersJorge Chamorro Bieling2010-10-211-6/+4
* Fix execFile timeouts, improve testsRyan Dahl2010-10-201-14/+25
* ChildProcesses cannot be killed if pid is missingRyan Dahl2010-10-201-13/+8
* The cwdRequire hack is no longer necessary with the require.resolve refactor.isaacs2010-10-201-10/+1
* Prevents child_process.exec timeouts from throwing when the child was previou...Aaron Heckmann2010-10-201-13/+21
* Add require.resolve.isaacs2010-10-201-0/+2
* net listen should emit eaddrinuse errorJohan Euphrosine2010-10-181-4/+7
* Fix expect/continue keepaliveMark Nottingham2010-10-181-1/+1
* new api for defining repl commandsSami Samhuri2010-10-181-25/+63
* base64 decode should handle whitespaceRyan Dahl2010-10-181-1/+1
* Add EventEmitter.prototype.oncePeteris Krumins2010-10-161-1/+9
* Don't flush net writeQueue on end() if its still connectingJoshua Peek2010-10-131-1/+3
* Allow people to set backlog. Need a better API.Ryan Dahl2010-10-131-1/+1
* Don't require events in fs.jsRyan Dahl2010-10-111-1/+0
* fs.ReadStream and fs.WriteStream derive from stream.StreamRyan Dahl2010-10-111-4/+5
* Add destroy methods to HTTP messagesRyan Dahl2010-10-111-0/+12
* Removed deprecated methods from lib/path.jsMicheil Smith2010-10-111-3/+0
* Removed deprecated methods from lib/net.jsMicheil Smith2010-10-111-5/+0
* Removed deprecated methods from lib/http.jsMicheil Smith2010-10-111-50/+0