4472 Commits (a23d8ad3132ceb1a73fb02bcaf119a11a9d33e85)
 

Author SHA1 Message Date
Ryan Dahl a23d8ad313 Upgrade libuv to 9f6024a 13 years ago
Ryan Dahl 26c08a3f35 Do load balancing test in test-child-process-fork2. 13 years ago
Bert Belder 153629c99a Some small optimizations 13 years ago
Ryan Dahl 29ec850478 Simplify arg parsing in String.write 13 years ago
Ben Noordhuis 1bb820a339 net: remove unconditional getpeername() call 13 years ago
Bert Belder ed65b7b375 Simplify writeReq handling in net_uv 13 years ago
talltyler 10f97f9424 Fixing #1774 about issues when running node with --harmony_block_scoping v8 option 13 years ago
Bert Belder fcad5e35fd Black hole tcp reads after destroy() 13 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 13 years ago
Fedor Indutny 4561d9e07b Don't check sign of loadavg 13 years ago
Fedor Indutny 698455384f use uv for memory and loadavg functions 13 years ago
Ryan Dahl b413c77583 Support sending handles to other processes 13 years ago
Ryan Dahl d2ab314e08 Turn off V8's -Werror in GYP 13 years ago
Ryan Dahl 51f7ba4147 Merge branch 'ipc-binding' 13 years ago
Ryan Dahl 26c5905a99 Reimplement child_process.fork 13 years ago
Ryan Dahl 08c12de8e2 Upgrade libuv to 886b112 13 years ago
Ryan Dahl f6d889523d mv test-child-process-spawn-node.js test/simple/test-child-process-fork.js 13 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 13 years ago
Ryan Dahl f018be3b5f Print libuv counters after http_simple exits 13 years ago
Ryan Dahl c344fbc285 Add process.uvCounters() for debugging 13 years ago
Ryan Dahl 311fe737e8 Upgrade libuv to 60c639f 13 years ago
Bert Belder 4c1d441159 Fix gyp build 13 years ago
koichik 9797482568 docs: add example to net.connect() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl 627f379f22 upgrade libuv to 0303197 13 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 13 years ago
Ben Noordhuis 976c6b0826 test: add TXT DNS record lookup test 13 years ago
Christian Tellnes d9c67aebff dns: implement resolveTxt() 13 years ago
Ben Noordhuis f1ca485357 zlib: fix assert message 13 years ago
Maciej Małecki 365fdbfc64 test: Update assert module tests 13 years ago
Maciej Małecki f4f037aa64 docs: Update `assert` module docs 13 years ago
Maciej Małecki 8c8d518723 assert: Make `assert` module an `assert.ok` function 13 years ago
Fedor Indutny 234afa5be1 docs: document watcher debugger commands 13 years ago
Ryan Dahl f30cba2ba4 add zlib module to doc index 13 years ago
Ryan Dahl 8f23fd545d Now working on v0.5.9 13 years ago
Ryan Dahl 7cc17a0cea Bump version to v0.5.8 13 years ago
Fedor Indutny 360ce526fd debugger: watch, unwatch, watchers 13 years ago
Ryan Dahl 4e43afd973 Fixes #1805. Reset TTY mode on exit. 13 years ago
Ryan Dahl d1e6a13179 Upgrade libuv to fe18438 13 years ago
Ryan Dahl 49806864e4 Add test from v0.4 dea49e3 13 years ago
koichik 530082932d docs: Added missing parenthesis to buffer.readUInt8 example. 13 years ago
Ryan Dahl 84641fcdf0 WAF: Clean out/Release/deps/uv before build 13 years ago
Ryan Dahl 005448bdeb Don't ls node_g after make - it confuses people 13 years ago
Ben Noordhuis fa44659c66 test: fix typo in error message 13 years ago
Fedor Indutny 1b8b097fad debugger: refactor, no more res.success checks 13 years ago
Fedor Indutny 542156a6a1 debugger: use regexps in repl test 13 years ago
Ryan Dahl 416c14f644 Remove a few instances of process.binding('stdio') from src/node.js 13 years ago
Ryan Dahl 7e62bc9828 Move process.stdout unref hack to handle_wrap.cc 13 years ago
Fedor Indutny 0a42266824 debugger: double ctrl+break on win should exit node 13 years ago
Ryan Dahl f63a1f8409 Merge branch 'new-tty-binding' 13 years ago