summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to v0.2.2v0.2.2Ryan Dahl2010-09-175-5/+21
* ^c to get out of '...' in REPLRyan Dahl2010-09-172-5/+25
* Simplify REPLRyan Dahl2010-09-172-4/+2
* Safe constructors for fs.ReadStream and fs.WriteStreamRyan Dahl2010-09-173-2/+6
* Remove old versions of fs.read and fs.write from docsRyan Dahl2010-09-171-26/+0
* Use the Apple recommended way of detecting OSX VersionsPaul Querna2010-09-171-1/+1
* Handle writeStream errors in sys.pumpRyan Dahl2010-09-171-3/+17
* Pass an error to the sys.pump callback if one occursRussell Haering2010-09-173-2/+60
* Common subexpression in emit.Herbert Vojčík2010-09-171-9/+7
* No need to do if (internalModuleCache...), it's in requireNative.Herbert Vojčík2010-09-171-6/+1
* Module system moved to the bottom, where only is it needed.Herbert Vojčík2010-09-171-210/+211
* m.id unneccessary, id is enough.Herbert Vojčík2010-09-171-1/+1
* Natives having their own self-contained minimalistic module system.Herbert Vojčík2010-09-171-48/+42
* shorten some lines in events.jsRyan Dahl2010-09-171-9/+9
* Optimize emit for two argumentsRyan Dahl2010-09-171-1/+1
* Make a list of known globalsRyan Dahl2010-09-172-2/+34
* Use child_process.exec rather than sys.execRyan Dahl2010-09-171-1/+2
* Bug in realpath with symlinks to absolute folder paths which have children.isaacs2010-09-172-3/+55
* Catch Exceptions thrown when openssl is disabledTony Metzidis2010-09-176-6/+33
* - fix AttributeError on "use_openssl" when doing ./configure --without-ssl - ...Tony Metzidis2010-09-171-0/+2
* Fix style in node_object_wrap.hRyan Dahl2010-09-171-8/+10
* Fix style in readlineRyan Dahl2010-09-171-53/+74
* Add SIGWINCH handler for readlineRyan Dahl2010-09-171-3/+9
* add to todoRyan Dahl2010-09-171-0/+4
* add ANSI coloring option to sys.inspect and, by default, to the replTrent Mick2010-09-173-26/+77
* bump version to v0.2.1v0.2.1Ryan Dahl2010-09-104-5/+30
* Expose fingerproint from getPeerCertificatePaul Querna2010-09-103-4/+32
* Fix fs.realpathSync('/')Ryan Dahl2010-09-102-1/+12
* Better temporary directory handling for tests.isaacs2010-09-105-12/+32
* Don't use empty.js - breaks module testRyan Dahl2010-09-102-1/+1
* Simple benchmark for node's startup timeFelix Geisendörfer2010-09-102-0/+27
* Use SetPointerInInternalFieldRyan Dahl2010-09-101-3/+2
* Fix: uncaughtException was broken for main moduleFelix Geisendörfer2010-09-103-5/+20
* Call Tick() after coming out of select()Ryan Dahl2010-09-102-11/+32
* Fix issue #262. Allow fs.realpath to traverse above the current working direc...isaacs2010-09-082-123/+122
* 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
* Ctrl+W support for the REPLTrent Mick2010-09-081-0/+11
* Test case showing a bug in nextTick orderingFelix Geisendörfer2010-09-081-0/+17
* test-http-parser should not use private APIRyan Dahl2010-09-081-2/+2
* Don't refer to private API in test-replRyan Dahl2010-09-081-2/+2
* Special deepEquals for bufferRyan Dahl2010-09-081-0/+9