summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-15Rename require('javascript') to require('vm')Ryan Dahl
2010-11-15Make the javascript module API nodey.isaacs
2010-11-14Implement new path.join behaviorisaacs
2010-11-14writeFile fixesisaacs
2010-11-13Use require('javascript') instead of process.binding('evals')Ryan Dahl
2010-11-12Simplify REPL displayPromptRyan Dahl
2010-11-11Add writeFilter when in the readlineRyan Dahl
2010-11-02Remove warning in 'sys' - too aggressiveRyan Dahl
2010-11-02Add legacy methods to BufferRyan Dahl
2010-11-01Add missing require('fs')Ryan Dahl
2010-11-01Removed range read optimization as it doesn't work with libeio.Chandra Sekar S
2010-10-30De-indent dns.lookupRyan Dahl
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl
2010-10-29Handle null values in clearTimeoutRyan Dahl
2010-10-28Lazy load modules in net.jsRyan Dahl
2010-10-28Remove a little redundancyRyan Dahl
2010-10-28Handle one more onReadable call from cryptoRyan Dahl
2010-10-28Abstract out a Server.prototype.pause methodRyan Dahl
2010-10-28Abstract out net.Server.prototype._rejectPendingRyan Dahl
2010-10-28Module-level EMFILE handlingJonas Pfenniger
2010-10-27Handle cyclic links smarter in fs.realpathisaacs
2010-10-27Refactor callbacks in net.Stream for fewer closuresRyan Dahl
2010-10-27Add extra anti-DoS tech to net.ServerRyan Dahl
2010-10-27Gracefully handle EMFILERyan Dahl
2010-10-26Style changes.Tim-Smart
2010-10-26Use the timer list for setTimeoutRyan Dahl
2010-10-26Move setTimeout and friends into timers moduleRyan Dahl
2010-10-26Move idle timers into its own moduleRyan Dahl
2010-10-26Fix permissions on http.jsRyan Dahl
2010-10-26allowHalfOpen disabled by defaultRyan Dahl
2010-10-25fix styleRyan Dahl
2010-10-25Set the readable variables on the read/write streamsPaul Querna
2010-10-25Add SecurePair for handling of a ssl/tls stream.Paul Querna
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith
2010-10-23Do not spin on aceept() with EMFILERyan Dahl
2010-10-23Make sure Error object on exec() gets killed memberRyan Dahl
2010-10-23Fix test-net-eaddrinuseRyan Dahl
2010-10-21Remove unneeded function wrappersJorge Chamorro Bieling
2010-10-20Fix execFile timeouts, improve testsRyan Dahl
2010-10-20ChildProcesses cannot be killed if pid is missingRyan Dahl
2010-10-20The cwdRequire hack is no longer necessary with the require.resolve refactor.isaacs
2010-10-20Prevents child_process.exec timeouts from throwing when the child was previou...Aaron Heckmann
2010-10-20Add require.resolve.isaacs
2010-10-18net listen should emit eaddrinuse errorJohan Euphrosine
2010-10-18Fix expect/continue keepaliveMark Nottingham
2010-10-18new api for defining repl commandsSami Samhuri
2010-10-18base64 decode should handle whitespaceRyan Dahl
2010-10-16Add EventEmitter.prototype.oncePeteris Krumins
2010-10-13Don't flush net writeQueue on end() if its still connectingJoshua Peek
2010-10-13Allow people to set backlog. Need a better API.Ryan Dahl