550 Commits (7a5b023bacadc7e80935718607ee1adf57c9a967)

Author SHA1 Message Date
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 13 years ago
Igor Zinkovsky f84d86b660 make stdout stream non-destroyable 13 years ago
Igor Zinkovsky 5d89540b77 make stderr stream non-destroyable 13 years ago
Ryan Dahl 2a462abf5f process.kill doesn't create error obj correctly 13 years ago
Ryan Dahl 86528489ec new cluster api 14 years ago
Ryan Dahl a936768890 stdout and stderr are blocking when referring to regular files 14 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 14 years ago
Ben Noordhuis 362b5a6c40 process: fix process.nextTick() error case regression 14 years ago
Ben Noordhuis 4d4900fc65 process: optimize process.nextTick() 14 years ago
Ryan Dahl c5d54010bc node cluster is now a module instead of CLI interface 14 years ago
isaacs 2d02e6a992 Add useGlobal flag for standard node repl 14 years ago
Igor Zinkovsky 69b73f9cf0 make process.kill a no-op on windows 14 years ago
Arnout Kazemier e3d2ae0bfd sys has been moved to util 14 years ago
Ryan Dahl 87339a22b1 introduce node cluster 14 years ago
Ryan Dahl c8dbaf579c Remove --use-legacy and --use-uv 14 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 14 years ago
Ryan Dahl 71cce3f45b Remove dgram_legacy 14 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 14 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 14 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 14 years ago
Ryan Dahl 2c25507b81 process.stderr goes through libuv now 14 years ago
Ben Noordhuis 326ba25451 tty: unbreak --use-legacy 14 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 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
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
Ryan Dahl 2e389c6531 scope.Close in GuessHandleType; don't use uv_is_tty 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
Ryan Dahl b281171030 Support legacy API: process.stdout.fd 14 years ago
Ben Noordhuis f8b90946ae node: disable uv backend if NODE_USE_UV=0 14 years ago
Ryan Dahl 0928f0f290 Fix test-module-load-list 14 years ago
Ryan Dahl 0aad61e802 Use net_uv instead of net_legacy for stdio 14 years ago
Jann Horn 1a0edbca86 module: remove 'is URL?' check in module loader, dead code 14 years ago
Ben Noordhuis cbd4033619 dgram: integrate libuv UDP support 14 years ago
Ben Noordhuis fcf9cfa137 node: propagate --use-uv to child processes 14 years ago
Ben Noordhuis 38f948a373 http: make http2 the default, legacy backend is available with --use-http1 14 years ago
Ryan Dahl 7772f21b60 initial pass at lib/child_process_uv.js 14 years ago
isaacs 703a1ffe52 Revert "AMD compatibility for node" 14 years ago
Ryan Dahl ea9ee1fb7e Add process.moduleLoadList for better startup transparency 14 years ago
Ryan Dahl 497fe79f97 Speed up startup time 14 years ago
Ben Noordhuis 0082ef271e http: add --use-http2 switch 14 years ago
Ben Noordhuis df3a8fcb62 cli: don't print result of --eval 14 years ago
Ben Noordhuis aa0308d618 process: add process.features, remove process.useUV 14 years ago
Ryan Dahl 0599cb7afa process.stdout/process.stderr should use net_legacy for now 14 years ago
Ryan Dahl 4ef8f06fe6 Finally remove node::EventEmitter 14 years ago
Steve Engledow 292345fe62 Improve --help message and Fix -e/--eval switch 14 years ago
Bert Belder 858f23094e Bindings for libuv-integrated c-ares 14 years ago