4557 Commits (3108a9ee3831b8b0a40a09314a005ef2430dacbc)
 

Author SHA1 Message Date
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
Ryan Dahl 41d811f41f Fix test-module-load-list.js 13 years ago
Bert Belder c06af229dc Upgrade libuv to 2c0fca9a41 13 years ago
Bert Belder 81425598db Enable console colors on windows by default 13 years ago
Bert Belder 73fcd43b85 Add new tty js files to node.gyp 13 years ago
Ryan Dahl 2e389c6531 scope.Close in GuessHandleType; don't use uv_is_tty 13 years ago
Ryan Dahl e1dc6e6d73 Bind uv_tty_get_winsize 13 years ago
Ryan Dahl 1de156abb1 Bind/use uv_guess_handle 13 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 13 years ago
Ryan Dahl f5bdce9cc0 Disable test-dgram-unix.js test-dgram-unix-anon.js test-dgram-multicast.js 13 years ago
Fedor Indutny 95866a6445 debugger: export port 13 years ago
Ryan Dahl 0f8f863043 Fixes #1726, hack to unref process.stdout 13 years ago
Ben Noordhuis abfcd1fb00 docs: document crypto.randomBytes() 13 years ago
Ben Noordhuis 413d38c43b test: test crypto (P)RNG functions 13 years ago
Ben Noordhuis c4eaf7e5a9 crypto: implement randomBytes() and pseudoRandomBytes() 13 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 13 years ago