1323 Commits (823a443321360e089e9c6d169a6cc116e3fb50b2)

Author SHA1 Message Date
Ryan Dahl 92292c8394 Rename a few remaining fs.cat calls. 15 years ago
Ryan Dahl 5013bf1781 API: OutgoingMessage.prototype.finish() renamed to close() 15 years ago
Tim Caswell 6115df6338 File API tweaks 15 years ago
Ryan Dahl ae85d9af97 API: Make request/response object closer to stream interface 15 years ago
isaacs 46a47d2799 Add some puts() to test-multipart.js to show what it's doing. 15 years ago
Ryan Dahl 23cf502db7 API: connection.send() renamed to connection.write() 15 years ago
Jonas Pfenniger 80ace36e4c Added failing test: promise.wait() after promise.emitXXX() 15 years ago
Yuichiro MASUI 1793ee1c80 Fixed: promise late chain 15 years ago
Mark Hansen 98e61db216 sys.inspect(Date) now shows the date value 15 years ago
Ryan Dahl b82ef28d9d Rename 'posix' module to 'fs' 15 years ago
Ryan Dahl bc17d94a0a API: tcp events 'receive' to 'data', 'eof' to 'end' 15 years ago
Felix Geisendörfer 211e82e8d9 Simple test case for require.async() 15 years ago
Felix Geisendörfer 6c94b8e4e4 Implemented posix.catSync() 15 years ago
Ryan Dahl 1b42276851 Small clean up to test-timers.js 15 years ago
Felix Geisendörfer b02b54e003 Fix: Module cache did not propagate 15 years ago
Michael Stillwell 9f6f19df1b Add test: modifying event listeners during callback. 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 ae1fc497bb Fix stdout flush issue 15 years ago
Ryan Dahl a695065305 Add failing test for stdout flush on exit 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 173a8c9842 Disable dns and fs-sendfile tests. 15 years ago
Ryan Dahl 33509bdbe5 eof -> end 15 years ago
Felix Geisendörfer ac2abe5b1e Bugfix: Handle Content-Type headers with charset 15 years ago
Ryan Dahl 785531691b Add buffer.unpack 15 years ago
Ryan Dahl 4347906b7f Fix require() in test-buffer.js 15 years ago
Ryan Dahl bf803f478b Reimplment Buffers 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
Felix Geisendörfer c86c614cac Bug Fix: Late promise promise callbacks firing 15 years ago
Ryan Dahl dda1d681f7 Provide buffer in HTTPParser callbacks. 15 years ago
Ryan Dahl 42ee16978e Implement new http-parser binding using Buffer 15 years ago
David Sklar 6f738d6e7a Adjust passing-FDs test to wait until socket is really writeable 15 years ago
Felix Geisendörfer a76c7a89ce Implemented __dirname 15 years ago
Ryan Dahl faefb3f5a4 test-http-eof-on-connect missing require('./common') 15 years ago
Felix Geisendörfer bfd3144861 Make unhandled Promise errors throw an exception 15 years ago
Felix Geisendörfer f64371fccb Support late callback binding for Promises 15 years ago
Felix Geisendörfer f2274840a9 Removed Promise.cancel() 15 years ago
Micheil Smith 6e3d12f617 Allow optional params to setTimeout, setInterval 15 years ago
Ryan Dahl 8abeffa9ea Add process.nextTick() 15 years ago
Ryan Dahl aeb7d6d168 Add process.IdleWatcher 15 years ago
Ryan Dahl 70293a43c9 API: Move Promise and EventEmitter into 'events' module 15 years ago
Ben Williamson a3631a383b Added regression test for issue #44 15 years ago
David Sklar a876df6c71 Initial take on passing FDs between processes 15 years ago
isaacs 988174a629 Add tests for path module. 15 years ago
Ryan Dahl 53413598b6 Fix another problem with the EIO interface 15 years ago
Benjamin Thomas 947c577c0d Fix bug in the url module's url_parse method if 'parseQueryString' is true 15 years ago
Ryan Dahl f80cc69c23 libeio bugfix part 3 15 years ago