1374 Commits (08cb8fce6737262a6817716976be1536a8fbd0b6)

Author SHA1 Message Date
Ryan Dahl 25ff181300 Revert some changes made in 12486a6 13 years ago
Ryan Dahl 87339a22b1 introduce node cluster 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Ryan Dahl 71cce3f45b Remove dgram_legacy 13 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 13 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 13 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 13 years ago
Ryan Dahl 8c738fa90c child_process.fork: don't overwrite env 13 years ago
Ryan Dahl 982b19dbd7 Adjust listenFD deprecation message. Remove test. 13 years ago
Ryan Dahl e6092f337c tty.WritableStream should be writable 13 years ago
Ryan Dahl 7cf787a2d1 Upgrade libuv to 5656e3 13 years ago
Ryan Dahl 12486a6437 Change API for sending handles 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
Ryan Dahl b413c77583 Support sending handles to other processes 13 years ago
Ryan Dahl 26c5905a99 Reimplement child_process.fork 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 13 years ago
Maciej Małecki 8c8d518723 assert: Make `assert` module an `assert.ok` function 13 years ago
Fedor Indutny 360ce526fd debugger: watch, unwatch, watchers 13 years ago
Fedor Indutny 1b8b097fad debugger: refactor, no more res.success checks 13 years ago
Bert Belder 81425598db Enable console colors on windows by default 13 years ago
Ryan Dahl e1dc6e6d73 Bind uv_tty_get_winsize 13 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 13 years ago
Fedor Indutny 95866a6445 debugger: export port 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
Fedor Indutny f4124e18cb debugger: setBreakpoint('fn()') 13 years ago
Ryan Dahl fa2eaeafda write-only streams should not shutdown 13 years ago
isaacs c828ded0c2 zlib: Typo. s/opt/opts/ 13 years ago
Fedor Indutny c26cf84a08 debugger: fix backtrace with no frames 13 years ago
Fedor Indutny 9b6acc27aa handle backtrace errors 13 years ago
Fedor Indutny 9e09fc0508 more cli options 13 years ago
Ben Noordhuis d157131439 buffers: handle bad length argument in constructor 13 years ago
Fedor Indutny 43cb4ec76b debugger fix for #1707 13 years ago
Fedor Indutny 39fec6003e debugger: remove useless clearlines, updated test 13 years ago
Fedor Indutny 78d91ff074 don't use global vars 13 years ago
Fedor Indutny 2010071339 readline: custom streams support 13 years ago
Ben Leslie a4e10cdb07 Raise an error when a malformed package.json file is found. 13 years ago
Fedor Indutny 1e37efb08b initial tests 13 years ago
Igor Zinkovsky 66293f6e98 fix spelling 13 years ago
Igor Zinkovsky 8fe5712477 fs watcher binding 13 years ago
Fedor Indutny 8efe7a8304 [debugger] shorten break message 13 years ago
Fedor Indutny 79fd1f7f0b [debugger] optimize context's properties initialization, make 'list' a function, not a getter 13 years ago