165 Commits (c05b5d8b59b4f18926825f091b4d364f439cecb2)

Author SHA1 Message Date
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
Felix Geisendörfer ac2abe5b1e Bugfix: Handle Content-Type headers with charset 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
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
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
Felix Geisendörfer 7d947f8723 Clean up multipart test case 15 years ago
Felix Geisendörfer f86c1783b7 Handle bad requests in simplified parser API 15 years ago
Felix Geisendörfer aa73ed973c Added test case for the simple multipart API 15 years ago
Felix Geisendörfer d9a81374b2 Throw exception for invalid multipart streams 15 years ago
Ryan Dahl 04dd2d51be libeio bugfix: want_poll should be called if breaking on maxreq 15 years ago
isaacs 2b3d9e4ad0 Use "url" module instead of "uri" module in http.js. 15 years ago
isaacs 7ff04c1f86 Add URL and QueryString modules, and tests for each. 15 years ago
Tim Caswell fd184ee2fa Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. 15 years ago
Tim Caswell 6c68a9679b Fix inspect to not trigger dynamic properties 15 years ago
Tim Caswell 732c6f2036 Fix inspect for the special case of an Object that inherits from Array, but has other properties. 15 years ago
Ryan Dahl dd35637603 Fix assert.js code style 15 years ago
Ryan Dahl 0d7e88a429 Bugfix: libeio race condition 15 years ago
Michaeljohn Clement 3d24e119e0 don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget) 15 years ago
isaacs 4dcdfaf929 Fix require("../blah") issues 15 years ago
Ryan Dahl 0981e7f663 Fix test-readdir.js 15 years ago
Ryan Dahl bfa36136da require() should throw error if module does. 15 years ago
isaacs 4526308560 Update to fix failing test. Rewrite of the resolveObject function, and some tweaks to format. 15 years ago
isaacs 2f9722cca0 Pull in the uri.js from Narwhal and create tests, stripping out the cruft from a previous code-surgery. 15 years ago
Ryan Dahl 89a3fa93a0 add missing semicolon 15 years ago
Xavier Shay 756544fd28 sys.inspect prints out special chars correctly (\n, \u0001, etc...) 15 years ago
Felix Geisendörfer 876b6d2183 Make process.mixin copy over undefined values 15 years ago
Felix Geisendörfer f080de5380 Two bug fixes for process.mixin 15 years ago
Christopher Lenz f8ba9c3bc9 Add http.Client.prototype.request() 15 years ago
Xavier Shay 34c02357ff sys.inspect is totally more awesome now 15 years ago
Ryan Dahl 8141448fe5 Don't use promises internally in DNS module 15 years ago
Ryan Dahl c5d82380f4 Bugfix: Don't use chunked encoding for 1.0 requests. 15 years ago
Karl Guertin 4f679fd8d0 Dependency free assert module with unit tests 15 years ago
Felix Geisendörfer 530328f12b CommonJS testing for node.js 15 years ago
Michaeljohn Clement 485823f3e4 fixed HTTP duplicated header bug 15 years ago