summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade V8 to 2.4.2Ryan Dahl2010-09-08206-25550/+24619
* Test for ReadStream typoTobie Langel2010-09-081-0/+14
* Fix style; undefined reference bugRyan Dahl2010-09-081-6/+8
* Do not emit WriteStream's drain event before ws.write has been called.Tobie Langel2010-09-082-1/+15
* Avoid closing a WriteStream before it has been opened.Tobie Langel2010-09-082-12/+34
* Avoid missing ref error in WriteStream.prototype.destroy().Tobie Langel2010-09-081-0/+2
* Make test-global work with NODE_MODULE_CONTEXTS.Herbert Vojčík2010-09-082-0/+3
* Modifying test-global to accomodate v8 inter-context 'global' protection.Herbert Vojčík2010-09-082-4/+2
* Removing test-global-between-modules.Herbert Vojčík2010-09-083-52/+0
* Removed comment-out code.Herbert Vojčík2010-09-081-11/+0
* Increase ReadStream bufferSize to 64kRyan Dahl2010-09-081-2/+2
* add ANSI coloring option to sys.inspect and, by default, to the replTrent Mick2010-09-083-26/+77
* Ctrl+W support for the REPLTrent Mick2010-09-081-0/+11
* Test case showing a bug in nextTick orderingFelix Geisendörfer2010-09-071-0/+17
* test-http-parser should not use private APIRyan Dahl2010-09-071-2/+2
* Don't refer to private API in test-replRyan Dahl2010-09-071-2/+2
* Special deepEquals for bufferRyan Dahl2010-09-071-0/+9
* typo: forceClose -> destroy for WriteStreamsRyan Dahl2010-09-051-1/+1
* Fix bug in process._tickCallback where callbacks can get abandoned.Benjamin Thomas2010-09-022-9/+7
* Treat "//some_path" as pathname rather than hostname by default.isaacs2010-09-022-7/+16
* Make sure setInterval(cb, 0) loops infinitelyRyan Dahl2010-08-312-1/+8
* Fix styleRyan Dahl2010-08-301-6/+3
* Fix style in test/simple/test-dgram-unix.jsRyan Dahl2010-08-301-14/+19
* Remove timer from test/simple/test-dgram-unix.jsRyan Dahl2010-08-301-16/+3
* fix for fs.readFile to return string when encoding specified on zero length readMarco Rogers2010-08-302-1/+5
* Fixed async fs writes with length 0, it should fire the callbackMarco Rogers2010-08-302-2/+10
* Allow Strings for ports on net.Server.listenBradley Meck2010-08-301-13/+13
* Constants should be readOnly and DontDeleteFedor Indutny2010-08-301-1/+2
* Add failing uncaughtException testRyan Dahl2010-08-301-0/+11
* add readline support for meta-dJohan Euphrosine2010-08-302-2/+35
* Pass an error to the sys.pump callback if one occursRussell Haering2010-08-303-2/+60
* Fix process.nextTick so thrown errors don't confuse it.Benjamin Thomas2010-08-272-2/+51
* Safe constructor: net.Server, net.StreamRyan Dahl2010-08-272-3/+6
* Safe Constructor: BufferRyan Dahl2010-08-272-1/+11
* Safe constructors: http.Server and http.ClientRyan Dahl2010-08-272-1/+3
* Only check for execinfo lib in freebsdRyan Dahl2010-08-271-5/+6
* add test for readline putty supportJohan Euphrosine2010-08-231-0/+8
* Fix home/end keys in repl for putty/xterm.Brian2010-08-231-2/+4
* Modify fs.open to use accept a callback without a modeRussell Haering2010-08-231-2/+5
* add readline support for meta-f and meta-bJohan Euphrosine2010-08-232-11/+77
* add home/end support in rxvt and readline testsJohan Euphrosine2010-08-232-2/+49
* Document WriteStream 'open' eventFelix Geisendörfer2010-08-231-0/+6
* Add testing items, and make npm lowercaseisaacs2010-08-221-1/+5
* Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)isaacs2010-08-221-1/+1
* Fix doc.js so that it doesn't misnest menu items in the TOCAria Stewart2010-08-221-6/+6
* fix home/end on GNU/LinuxJohan Euphrosine2010-08-221-2/+2
* add tests for console.log arguments handlingJohan Euphrosine2010-08-221-0/+17
* s/HTTPS/SSL/ where appropriateAria Stewart2010-08-221-3/+3
* set-cookies header is an array of values. alwaysRyan Dahl2010-08-212-20/+108
* Improve appendix markdownRyan Dahl2010-08-215-19/+38