995 Commits (1b42276851c9d91709073e1ae3e9ce2710fc3127)
 

Author SHA1 Message Date
Ryan Dahl 1b42276851 Small clean up to test-timers.js 15 years ago
Ryan Dahl cd41e30bcc Return chunk & bytes read for posix.readSync() 15 years ago
Felix Geisendörfer b02b54e003 Fix: Module cache did not propagate 15 years ago
masuidrive 3337e9da1a Build system: support spaces in directory names 15 years ago
Michael Stillwell 9f6f19df1b Add test: modifying event listeners during callback. 15 years ago
Ryan Dahl 3eaaaffadb Ignore EAGAIN in stderr dumps. 15 years ago
Ryan Dahl 88b9359284 Fix stderr flushing problem 15 years ago
Ryan Dahl 49de41ef46 bump version 15 years ago
Tim Caswell 3aca908db3 Document the changes to sys.inspect's API. 15 years ago
Tim Caswell e33c66654a Rewrite sys.inspect to be more reliable and handle crazy edge cases. 15 years ago
isaacs 3adcdfc2e1 A rewrite of multipart library. 15 years ago
Ryan Dahl 4234ac53e2 Use Google's jsmin.py so that Node can be used for evil 15 years ago
Michael Carter a38607605c Add process.setuid(), getuid() 15 years ago
Ryan Dahl 6f92d8f3b0 Add handlescope and flush to process.reallyExit() 15 years ago
Ryan Dahl ae1fc497bb Fix stdout flush issue 15 years ago
Ryan Dahl a695065305 Add failing test for stdout flush on exit 15 years ago
Ryan Dahl 76c1805c67 Add posix.truncate() 15 years ago
Ryan Dahl 77145ba229 Throw errors from server.listen() 15 years ago
Matt Brubeck 1737cdc112 Fix the documentation of dns error handling. 15 years ago
Ryan Dahl fe85062046 Bugfix: blocked pumping in stdio coupling 15 years ago
Mikeal Rogers c05b5d8b59 Adding test for bug in stdio. 15 years ago
Felix Geisendörfer b73f61a137 Simplified module system 15 years ago
Ryan Dahl e5a41a75b7 Revert "Adding output of Platform information into the test runner" 15 years ago
Ryan Dahl 0cfa789cc5 bump version 15 years ago
Ryan Dahl f3ad635576 Downcase process.ARGV/ENV to process.argv/env 15 years ago
Aaron Heckmann 8f52142116 look for -1 instead of false returned from string.indexOf 15 years ago
Ryan Dahl 173a8c9842 Disable dns and fs-sendfile tests. 15 years ago
Ryan Dahl c7cb4daa25 Upgrade V8 to 2.1.0 15 years ago
Ryan Dahl c723acc721 Remove some HandleScopes from HTTP 15 years ago
Ryan Dahl ce4204a069 Upgrade http-parser 15 years ago
Ryan Dahl 987441283b Callbacks from process.fs always start with error object 15 years ago
Ryan Dahl fc025f878a Remove __wrap__s 15 years ago
Ryan Dahl 9f5643f427 Reorganize the start-up process 15 years ago
Jonas Pfenniger 7a755e04a9 Was using the old node object to get the int from the constant. 15 years ago
Micheil Smith 704f394c66 Adding output of Platform information into the test runner 15 years ago
Felix Geisendörfer ac2abe5b1e Bugfix: Handle Content-Type headers with charset 15 years ago
Ryan Dahl b06dda1f5e ObjectWrap fixed - buffers working! 15 years ago
Standa Opichal 5a70224081 Adding OS X .dmg build scripts. 15 years ago
Ryan Dahl 1bb52947e0 Forgot to include fix from HTTP client bug (30b0522) 15 years ago
Ryan Dahl 30b0522157 Bugfix: HTTP client automatically reconnecting 15 years ago
Blaine Cook cd6397cc45 Add support for MX, TXT, and SRV records in DNS module. 15 years ago
Ryan Dahl c420c89dbd Make assert.AssertionError instance of Error 15 years ago
cloudhead 3669c75f4d removed inline require call for querystring 15 years ago
Felix Geisendörfer c86c614cac Bug Fix: Late promise promise callbacks firing 15 years ago
Joseph Pecoraro c99e33bc90 Fix minor issues in the documentation. 15 years ago
Felix Geisendörfer a76c7a89ce Implemented __dirname 15 years ago
Ryan Dahl 5547450ca5 credit Erich in ChangeLog 15 years ago
Jonas Pfenniger 971f43d63b FIX: Promise timeout should not addErrback 15 years ago
Jonas Pfenniger 87d92f619a FIX: EventEmitter call in Promise 15 years ago
Jonas Pfenniger 7f652b63a9 Factorized deprecation messages 15 years ago