4553 Commits (87b34c94fa47cac4be62011e448f8e2cffc73ca6)
 

Author SHA1 Message Date
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 14 years ago
Christian Tellnes d9c67aebff dns: implement resolveTxt() 14 years ago
Ben Noordhuis f1ca485357 zlib: fix assert message 14 years ago
Maciej Małecki 365fdbfc64 test: Update assert module tests 14 years ago
Maciej Małecki f4f037aa64 docs: Update `assert` module docs 14 years ago
Maciej Małecki 8c8d518723 assert: Make `assert` module an `assert.ok` function 14 years ago
Fedor Indutny 234afa5be1 docs: document watcher debugger commands 14 years ago
Ryan Dahl f30cba2ba4 add zlib module to doc index 14 years ago
Ryan Dahl 8f23fd545d Now working on v0.5.9 14 years ago
Ryan Dahl 7cc17a0cea Bump version to v0.5.8 14 years ago
Fedor Indutny 360ce526fd debugger: watch, unwatch, watchers 14 years ago
Ryan Dahl 4e43afd973 Fixes #1805. Reset TTY mode on exit. 14 years ago
Ryan Dahl d1e6a13179 Upgrade libuv to fe18438 14 years ago
Ryan Dahl 49806864e4 Add test from v0.4 dea49e3 14 years ago
koichik 530082932d docs: Added missing parenthesis to buffer.readUInt8 example. 14 years ago
Ryan Dahl 84641fcdf0 WAF: Clean out/Release/deps/uv before build 14 years ago
Ryan Dahl 005448bdeb Don't ls node_g after make - it confuses people 14 years ago
Ben Noordhuis fa44659c66 test: fix typo in error message 14 years ago
Fedor Indutny 1b8b097fad debugger: refactor, no more res.success checks 14 years ago
Fedor Indutny 542156a6a1 debugger: use regexps in repl test 14 years ago
Ryan Dahl 416c14f644 Remove a few instances of process.binding('stdio') from src/node.js 14 years ago
Ryan Dahl 7e62bc9828 Move process.stdout unref hack to handle_wrap.cc 14 years ago
Fedor Indutny 0a42266824 debugger: double ctrl+break on win should exit node 14 years ago
Ryan Dahl f63a1f8409 Merge branch 'new-tty-binding' 14 years ago
Ryan Dahl 41d811f41f Fix test-module-load-list.js 14 years ago
Bert Belder c06af229dc Upgrade libuv to 2c0fca9a41 14 years ago
Bert Belder 81425598db Enable console colors on windows by default 14 years ago
Bert Belder 73fcd43b85 Add new tty js files to node.gyp 14 years ago
Ryan Dahl 2e389c6531 scope.Close in GuessHandleType; don't use uv_is_tty 14 years ago
Ryan Dahl e1dc6e6d73 Bind uv_tty_get_winsize 14 years ago
Ryan Dahl 1de156abb1 Bind/use uv_guess_handle 14 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 14 years ago
Ryan Dahl f5bdce9cc0 Disable test-dgram-unix.js test-dgram-unix-anon.js test-dgram-multicast.js 14 years ago
Fedor Indutny 95866a6445 debugger: export port 14 years ago
Ryan Dahl 0f8f863043 Fixes #1726, hack to unref process.stdout 14 years ago
Ben Noordhuis abfcd1fb00 docs: document crypto.randomBytes() 14 years ago
Ben Noordhuis 413d38c43b test: test crypto (P)RNG functions 14 years ago
Ben Noordhuis c4eaf7e5a9 crypto: implement randomBytes() and pseudoRandomBytes() 14 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 14 years ago
Fedor Indutny f4124e18cb debugger: setBreakpoint('fn()') 14 years ago
Ryan Dahl fa2eaeafda write-only streams should not shutdown 14 years ago
Ryan Dahl 040cf02724 Re-land Bert's test for #1697 14 years ago
isaacs c828ded0c2 zlib: Typo. s/opt/opts/ 14 years ago