summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-11-17fix utils.inspect's detection of circular structuresTim Cooijmans1-2/+4
2010-11-16Test for server.listen() more carefully, fix bugRyan Dahl1-8/+9
2010-11-15Test and fix for self-assigned port from net.ServerRyan Dahl1-1/+1
2010-11-15Rename require('javascript') to require('vm')Ryan Dahl1-0/+0
2010-11-15Make the javascript module API nodey.isaacs1-0/+8
2010-11-14Implement new path.join behaviorisaacs3-41/+119
2010-11-14writeFile fixesisaacs1-9/+13
2010-11-13Use require('javascript') instead of process.binding('evals')Ryan Dahl1-0/+3
2010-11-12Simplify REPL displayPromptRyan Dahl1-20/+4
2010-11-11Add writeFilter when in the readlineRyan Dahl1-4/+18
2010-11-02Remove warning in 'sys' - too aggressiveRyan Dahl1-2/+3
2010-11-02Add legacy methods to BufferRyan Dahl1-0/+28
2010-11-01Add missing require('fs')Ryan Dahl1-1/+1
2010-11-01Removed range read optimization as it doesn't work with libeio.Chandra Sekar S1-6/+4
2010-10-30De-indent dns.lookupRyan Dahl1-38/+44
2010-10-30Make sure watcher.set() isn't being called when activeRyan Dahl1-8/+6
2010-10-29Handle null values in clearTimeoutRyan Dahl1-3/+5
2010-10-28Lazy load modules in net.jsRyan Dahl1-6/+4
2010-10-28Remove a little redundancyRyan Dahl1-3/+0
2010-10-28Handle one more onReadable call from cryptoRyan Dahl1-5/+5
2010-10-28Abstract out a Server.prototype.pause methodRyan Dahl1-9/+30
2010-10-28Abstract out net.Server.prototype._rejectPendingRyan Dahl1-27/+34
2010-10-28Module-level EMFILE handlingJonas Pfenniger1-36/+39
2010-10-27Handle cyclic links smarter in fs.realpathisaacs1-6/+12
2010-10-27Refactor callbacks in net.Stream for fewer closuresRyan Dahl1-100/+130
2010-10-27Add extra anti-DoS tech to net.ServerRyan Dahl1-19/+42
2010-10-27Gracefully handle EMFILERyan Dahl1-20/+41
2010-10-26Style changes.Tim-Smart1-33/+31
2010-10-26Use the timer list for setTimeoutRyan Dahl1-25/+66
2010-10-26Move setTimeout and friends into timers moduleRyan Dahl1-41/+81
2010-10-26Move idle timers into its own moduleRyan Dahl2-165/+171
2010-10-26Fix permissions on http.jsRyan Dahl1-0/+0
2010-10-26allowHalfOpen disabled by defaultRyan Dahl2-15/+42
2010-10-25fix styleRyan Dahl1-2/+1
2010-10-25Set the readable variables on the read/write streamsPaul Querna1-1/+10
2010-10-25Add SecurePair for handling of a ssl/tls stream.Paul Querna2-0/+333
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith2-4/+10
2010-10-23Do not spin on aceept() with EMFILERyan Dahl1-1/+23
2010-10-23Make sure Error object on exec() gets killed memberRyan Dahl1-7/+13
2010-10-23Fix test-net-eaddrinuseRyan Dahl1-17/+28
2010-10-21Remove unneeded function wrappersJorge Chamorro Bieling1-6/+4
2010-10-20Fix execFile timeouts, improve testsRyan Dahl1-14/+25
2010-10-20ChildProcesses cannot be killed if pid is missingRyan Dahl1-13/+8
2010-10-20The cwdRequire hack is no longer necessary with the require.resolve refactor.isaacs1-10/+1
2010-10-20Prevents child_process.exec timeouts from throwing when the child was previou...Aaron Heckmann1-13/+21
2010-10-20Add require.resolve.isaacs1-0/+2
2010-10-18net listen should emit eaddrinuse errorJohan Euphrosine1-4/+7
2010-10-18Fix expect/continue keepaliveMark Nottingham1-1/+1
2010-10-18new api for defining repl commandsSami Samhuri1-25/+63
2010-10-18base64 decode should handle whitespaceRyan Dahl1-1/+1