1323 Commits (823a443321360e089e9c6d169a6cc116e3fb50b2)

Author SHA1 Message Date
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 20eec646b3 [net2] add unix server to ping-pong test 15 years ago
Ryan Dahl a8ede8dd9e [net2] port ping pong test 15 years ago
Ryan Dahl e2569c402f Add some tests to test-buffer.js 15 years ago
Ryan Dahl 630bb7a012 Rename blob to buffer. 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
Rhys Jones 5b1a535cd8 Add HTTP client TLS support 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Friedemann Altrock 0433d828cf add process.umask() 15 years ago
Friedemann Altrock 2d54d664ff Promises should not be able to be canceled more than once. 15 years ago
Felix Geisendörfer 27fcae738a Reduce multipart memory footprint 15 years ago
Rhys Jones b6dda61249 Initial TLS support 15 years ago
Felix Geisendörfer 528c449901 Multipart improvements 15 years ago
Ryan Dahl 0b441462ab Speed up test-wait-ordering.js 15 years ago
Ryan Dahl 6cb0e0e5f5 Test runner should only run test-*.js 15 years ago
Ryan Dahl 6e6562e551 Fix stat handler test for macintosh 15 years ago
Ryan Dahl 8d2f9e83a4 Add process.watchFile() process.unwatchFile() 15 years ago
Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event 15 years ago
Felix Geisendörfer bffee5eda4 Bugfix for sendBody() and chunked utf8 strings 15 years ago
Felix Geisendörfer 7371fcb312 Temporary function to determine str byte length 15 years ago
Felix Geisendörfer a021db151a Bug fix for test-remote-module-loading.js 15 years ago
Ryan Dahl 6c9ec1ac40 Use '127.0.0.1' instead of 'localhost' for keep-alive test 15 years ago
Ryan Dahl 9cfa4fd7d6 Output stderr from test-remote-module-loading.js 15 years ago