1028 Commits (87d5e5b316a4276bcf881f176971c1a237dcdc7a)
 

Author SHA1 Message Date
Xavier Shay 34c02357ff sys.inspect is totally more awesome now 15 years ago
Ryan Dahl 4d818f1fd3 Implement promises entirely in JS 15 years ago
Ryan Dahl 3414eab2f3 Refactor node_file.cc to not use Promises. 15 years ago
Ryan Dahl 8141448fe5 Don't use promises internally in DNS module 15 years ago
Ryan Dahl 90ab0794df Use --jobs=1 with WAF 15 years ago
Ryan Dahl 48452838b3 Clean up context creation 15 years ago
Ryan Dahl c8b6ef248e upgrade v8 to 2.0.3 15 years ago
Ryan Dahl c5d82380f4 Bugfix: Don't use chunked encoding for 1.0 requests. 15 years ago
Ryan Dahl 7538e70767 Expose versionMajor versionMinor to http messages 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
jed a9ea21feb4 fixed check on header type, to check member instead of object. 15 years ago
Friedemann Altrock 1107a1bd1e sys.puts should not kill the process when giving it undefined 15 years ago
Ryan Dahl aa42c6790d bump version 15 years ago
Ryan Dahl 38e425d9bf Add V8 heap info to process.memoryUsage() 15 years ago
Ryan Dahl 8a58e83870 Add gnutls version to configure script 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl 633d6be328 bump version 15 years ago
Ryan Dahl 0cea946cb9 Fix v8 SConstruct for freebsd 15 years ago
simonw 516874f4a1 Documented repl.scope for explicitly exposing variables within the repl. 15 years ago
Ryan Dahl 4129305b7c Upgrade v8 to 2.0.2 15 years ago
Ryan Dahl dc093ef833 Add process.loop() process.unloop()!!! 15 years ago
Jan Lehnardt 9c1034b183 detect ccache and bail out since v8 doens't like to build with ccache 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
Ryan Dahl 1cacb50f2b Fix memory leak on fs.write() 15 years ago
Ryan Dahl 8be6a89654 Upgrade http_parser (fixes bug reported by Felix) 15 years ago
Felix Geisendörfer 528c449901 Multipart improvements 15 years ago
Ryan Dahl 39a12b2a22 Remove debug message 15 years ago
Ryan Dahl 7719ce33db New http-parser 15 years ago
Ryan Dahl 1eba0cadc1 Revert "Normalize HTTP headers." 15 years ago
Onne 9d39e18c6d fixes lib/file.js write, it doesnt allways emit errors or success 15 years ago
Ryan Dahl 686bec4f35 Only detach timers when active. 15 years ago
Ryan Dahl 0b441462ab Speed up test-wait-ordering.js 15 years ago
Ryan Dahl 728d8a37f4 Upgrade v8 to 2.0 15 years ago
Ryan Dahl 8195e0f723 Fix default value for persistent in watchFile() 15 years ago
Ryan Dahl 6de2173d7c Add options to process.watchFile() 15 years ago
Ryan Dahl 027829d285 bump version 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 0bf34b598f add link to slides on web page 15 years ago
Ryan Dahl 8d2f9e83a4 Add process.watchFile() process.unwatchFile() 15 years ago
Ryan Dahl 55f9fdd6b5 Upgrade libev to latest CVS 15 years ago
Felix Geisendörfer 6e9e61b9df Format JSON for inspecting objects 15 years ago
Ryan Dahl ca2c7d1745 Add doc for uncaughtException 15 years ago
Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event 15 years ago