205 Commits (49cd1bbf84271f5a59954a176fc79a99814afa8b)

Author SHA1 Message Date
Benjamin Thomas 49cd1bbf84 Fix bug in process.mixin where deep copies would not work at all. 15 years ago
Ryan Dahl 4c8889bba2 Revert "Add fs.readdirSync()" 15 years ago
isaacs 9acc8a686a Expose fs.lstat 15 years ago
Ryan Dahl 12d78cd1df Rename sendHeader to writeHeader; allow reasonPhrase 15 years ago
Micheil Smith 05d6da6c4a Add fs.readdirSync() 15 years ago
Ryan Dahl a0c48eecab Rename readPause and readResume to pause/resume 15 years ago
Ryan Dahl 0485cc41d5 Remove promises 15 years ago
Ryan Dahl 7a51184420 Multipart test no longer depend on Promise 15 years ago
Ryan Dahl fcda5e8dfa If ab isn't installed skip keep-alive test 15 years ago
Rasmus Andersson 860fcf23f4 skipping TLS test if node was not compiled with TLS 15 years ago
Ryan Dahl de7016eac5 sys.exec() no longer uses Promise 15 years ago
Ryan Dahl d0f2d465aa http.cat no longer uses Promise 15 years ago
Ryan Dahl ef55324f1a Do not use Promise in 'fs' module 15 years ago
Ryan Dahl 764783560e Remove Promise.prototype.wait() 15 years ago
Ryan Dahl 860d008d54 Truly synchronous require() 15 years ago
Rasmus Andersson 3bb7ad6fea fixed process.mixin to properly copy getters/setters 15 years ago
Micheil Smith bcc032e43a Adding interface between node and libeio for Chmod. 15 years ago
Ryan Dahl c2e58c9dee Remove a few wait() calls in the tests 15 years ago
Ryan Dahl 0314a10e10 Clean up and rename test-stat-handler 15 years ago
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
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