summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove util.print from docsRyan Dahl2010-11-076-18/+11
* Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton2010-11-072-0/+97
* Remove unnecessary ref/unref in iowatcher cbRyan Dahl2010-11-051-2/+0
* Make writes to process.env update the real environment. Tests included.Ben Noordhuis2010-11-032-13/+103
* Install node-wafRyan Dahl2010-11-031-1/+1
* Remove warning in 'sys' - too aggressiveRyan Dahl2010-11-021-2/+3
* Add legacy methods to BufferRyan Dahl2010-11-021-0/+28
* Add test for http-buffer problemRyan Dahl2010-11-011-0/+55
* Back to WAFRyan Dahl2010-11-0145-4342/+919
* Remove old buffer apiRyan Dahl2010-11-011-11/+1
* Add missing require('fs')Ryan Dahl2010-11-011-1/+1
* Upgrade V8 to 2.5.3Ryan Dahl2010-11-0161-934/+1439
* Add execinfo to freebsd LINKFLAGSRyan Dahl2010-11-011-0/+4
* Fix 'undefined symbol' errors when loading native modules.Ben Noordhuis2010-11-011-1/+1
* Add node headers installationOleg Efimov2010-11-011-0/+18
* Add DESTDIR support to MakefileOleg Efimov2010-11-011-8/+9
* Removed range read optimization as it doesn't work with libeio.Chandra Sekar S2010-11-012-10/+8
* Clean up 'make clean'Ryan Dahl2010-10-312-6/+7
* Improper use of CFLAGSRyan Dahl2010-10-301-3/+3
* Add configure --enable-debug to make it build bothRyan Dahl2010-10-302-0/+5
* De-indent dns.lookupRyan Dahl2010-10-301-38/+44
* Make sure watcher.set() isn't being called when activeRyan Dahl2010-10-302-8/+7
* Fix argv[6] comment in node_fileRyan Dahl2010-10-301-1/+4
* Rewrite libeio After callback to use req->result instead of req->errorno for ...Micheil Smith2010-10-301-53/+39
* Delete libv8 in 'make clean'Ryan Dahl2010-10-301-1/+1
* Upgrade V8 to 2.5.2Ryan Dahl2010-10-30104-4270/+6294
* Changes to compile on solarisRyan Dahl2010-10-305-4/+22
* Handle null values in clearTimeoutRyan Dahl2010-10-292-3/+9
* Install node-wafRyan Dahl2010-10-282-0/+1
* X the node-repl scriptRyan Dahl2010-10-281-8/+0
* Disable make manpage, this is broken and can prevent node from installing cor...Micheil Smith2010-10-281-4/+5
* Fix make docRyan Dahl2010-10-281-17/+16
* Removing the old doc templates, and doc javascriptMicheil Smith2010-10-283-494/+0
* More simplification of the templating & rendering.Micheil Smith2010-10-283-59/+16
* Added a single page version, moved index to be standard page.Micheil Smith2010-10-283-4/+41
* Adding build tools & templates/assetsMicheil Smith2010-10-2810-0/+2584
* Splitting documentationMicheil Smith2010-10-2833-3408/+3369
* 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-282-10/+31
* Abstract out net.Server.prototype._rejectPendingRyan Dahl2010-10-282-27/+36
* Module-level EMFILE handlingJonas Pfenniger2010-10-281-36/+39
* Build system improvements: (cross compilation, libnode, etc)Rasmus Andersson2010-10-2736-46/+3902
* Handle cyclic links smarter in fs.realpathisaacs2010-10-272-7/+40
* Let exit listeners know the exit codeisaacs2010-10-271-2/+2
* make "node --eval" eval in the global scope.Jorge Chamorro Bieling2010-10-271-1/+2
* Refactor callbacks in net.Stream for fewer closuresRyan Dahl2010-10-271-100/+130
* Add extra anti-DoS tech to net.ServerRyan Dahl2010-10-272-35/+43
* Improve idle benchmarksRyan Dahl2010-10-272-13/+20