1720 Commits (4f4f6dfce8522bc1a10cfc40b3bb5d9b8f77f22f)

Author SHA1 Message Date
Ryan Dahl 24dabec039 now working on v0.5.10 14 years ago
Ryan Dahl 3bd9b08fb1 Bump version to v0.5.9 14 years ago
Ryan Dahl 2c25507b81 process.stderr goes through libuv now 14 years ago
Ryan Dahl 7cf787a2d1 Upgrade libuv to 5656e3 14 years ago
Ben Noordhuis 326ba25451 tty: unbreak --use-legacy 14 years ago
Bert Belder d3f3f2e455 Windows: exit on ctrl+c 14 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 14 years ago
Fedor Indutny 4561d9e07b Don't check sign of loadavg 14 years ago
Fedor Indutny 698455384f use uv for memory and loadavg functions 14 years ago
Ryan Dahl b413c77583 Support sending handles to other processes 14 years ago
Ryan Dahl 26c5905a99 Reimplement child_process.fork 14 years ago
Ryan Dahl 471c5701c3 uv_write2 uv_read2_start binding 14 years ago
Ryan Dahl c344fbc285 Add process.uvCounters() for debugging 14 years ago
Ryan Dahl 311fe737e8 Upgrade libuv to 60c639f 14 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 14 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 14 years ago
Christian Tellnes d9c67aebff dns: implement resolveTxt() 14 years ago
Ben Noordhuis f1ca485357 zlib: fix assert message 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
Ryan Dahl 4e43afd973 Fixes #1805. Reset TTY mode on exit. 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 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 0f8f863043 Fixes #1726, hack to unref process.stdout 14 years ago
Ben Noordhuis c4eaf7e5a9 crypto: implement randomBytes() and pseudoRandomBytes() 14 years ago
Fedor Indutny 82d0ac7ac7 Ctrl+Break on windows starts debugger server 14 years ago
Fedor Indutny 26aab0dc5d EnableDebug immediatly on SIGUSR1 14 years ago
Fedor Indutny 2c9bcb28be move debugger_running to correct place 14 years ago
Fedor Indutny 9e09fc0508 more cli options 14 years ago
Ben Noordhuis d91f64fcbb cygwin: fix new[]/delete mismatch 14 years ago
Ben Noordhuis 6ee676c0e4 cygwin: fix return of uninitialized variable 14 years ago
Ryan Dahl 94bedc60f4 Upgrade libuv to f20297f 14 years ago
Igor Zinkovsky 8fe5712477 fs watcher binding 14 years ago
Ben Noordhuis 320cf729db crypto: fix delete of potentially uninitialized pointer 14 years ago
Ben Noordhuis b185751c3f crypto: fix read of potentially uninitialized variable 14 years ago
Ryan Dahl ae0dd0d89c Remove extra method declaration 14 years ago
Ryan Dahl c1ae6ea2f2 Add TTYWrap 14 years ago
Ben Noordhuis 44bebc0d52 crypto: look up SSL errors with ERR_print_errors() 14 years ago
Ryan Dahl 12798c620d dns callbacks should go through MakeCallback 14 years ago
isaacs d104bfd5a6 zlib: Fix test so that it's not trivially passing, then pass it. 14 years ago
isaacs 5b8e1dabbc Initial pass at zlib bindings 14 years ago
Ryan Dahl dcd911e24b Now working on v0.5.8 14 years ago
Ryan Dahl 558241166c Bump version to v0.5.7 14 years ago
Ben Noordhuis 0ad28fdd37 crypto: fix error message buffer overrun 14 years ago
Ryan Dahl 6312e889b1 Drain OpenSSL error queue? Addresses #1719 14 years ago