summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade libeioRyan Dahl2010-05-233-16/+17
* Added reason phrases for a bunch of HTTP status codes.Ben Noordhuis2010-05-231-1/+16
* Add bug notes about HTTP streams and throttlingRyan Dahl2010-05-221-0/+9
* Add assert.ifErrorMikeal Rogers2010-05-213-0/+7
* Upgrade V8 to 2.2.11Ryan Dahl2010-05-21176-6128/+8628
* bump versionv0.1.96Ryan Dahl2010-05-215-5/+34
* improve test for stdio non-blockingnessRyan Dahl2010-05-211-11/+19
* Fix opposite logic, which coincidentially worksRyan Dahl2010-05-202-3/+3
* Remove unneeded fd variables in node_stdio.ccRyan Dahl2010-05-201-21/+10
* Deprecate string interface for fs.read()Felix Geisendörfer2010-05-205-115/+128
* Revert "Deprecate string interface for fs.read()"Ryan Dahl2010-05-205-130/+115
* Deprecate string interface for fs.read()Felix Geisendörfer2010-05-205-115/+130
* Throwing in a callback should kill the processRyan Dahl2010-05-205-54/+64
* FIX path.dirname('/tmp') => '/'.rentzsch2010-05-202-1/+17
* Deprecate sys.p()Ryan Dahl2010-05-201-0/+6
* Make buffer's c++ constructor publicRyan Dahl2010-05-201-5/+6
* Fix a leaking globalisaacs2010-05-201-2/+2
* Remove the ReportException from the Script classisaacs2010-05-191-48/+0
* Minor style changes for fs.write codeRyan Dahl2010-05-192-14/+14
* Deprecate string interface for fs.write()Felix Geisendörfer2010-05-195-107/+95
* Fix api for request.connectionRyan Dahl2010-05-191-6/+7
* Allow process.setuid() and process.setgid() to accept string names in lieu of...Peter Griess2010-05-182-6/+71
* Fix utf8stream referencesRyan Dahl2010-05-181-2/+2
* Use Utf8Stream for http Streams with utf8 encodingFelix Geisendörfer2010-05-181-0/+12
* Use Utf8Stream for net Streams with utf8 encodingFelix Geisendörfer2010-05-181-0/+12
* Implemented Utf8Decoder moduleFelix Geisendörfer2010-05-173-0/+161
* fs.WriteStream.write should support bufferRyan Dahl2010-05-174-23/+74
* Fix errno display in c-ares exceptionsRyan Dahl2010-05-171-1/+44
* Support arrays and strings in buffer constructorFelix Geisendörfer2010-05-173-0/+55
* Added better error messages for async and sync fs calls with pathsvisionmedia2010-05-144-19/+209
* FIX: EventEmitter#removeAllListeners signatureJonas Pfenniger2010-05-141-2/+2
* FIX: EventEmitter#removeListener logicJonas Pfenniger2010-05-142-1/+40
* FIX: signal-unregister bugJonas Pfenniger2010-05-142-12/+39
* Thinner SignalWatcher, only using callbackJonas Pfenniger2010-05-143-32/+62
* Added posix fsync and fdatasync to fs moduleAndrew Johnston2010-05-144-0/+113
* Changes to work on Solaris 10Ryan Dahl2010-05-143-23/+65
* Add --without-ssl configure optionRyan Dahl2010-05-141-15/+22
* Remove some unused cruft from wscriptRyan Dahl2010-05-141-66/+0
* Simplify stack trace reporting using new V8 APIRyan Dahl2010-05-141-13/+3
* Fix AUTHORS fileRyan Dahl2010-05-141-0/+5
* Add test for exceptions in HTTP parser event handlers.Matt Ranney2010-05-141-0/+68
* Remove unused CSS reference.Matt Ranney2010-05-141-1/+0
* Add process.version description.Matt Ranney2010-05-141-0/+6
* System EV compatibility fix : use EV_DEFAULT_UCJérémy Lal2010-05-131-3/+3
* bump versionv0.1.95Ryan Dahl2010-05-135-5/+31
* Allow parallel jobs to be passed to V8 buildRyan Dahl2010-05-132-2/+5
* Change the 'make dist' to remove v8 test dirRyan Dahl2010-05-131-5/+4
* Handle empty files with fs.readFileElijah Insua2010-05-133-0/+14
* Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases,...Ben Noordhuis2010-05-124-5/+67
* Disable test-signal-unregister.js as functionality doesn't exist yetRyan Dahl2010-05-121-0/+0