44 Commits (0161ec87af3d71b10d8ce679c8a1a64358fae8dc)

Author SHA1 Message Date
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 12 years ago
Fedor Indutny 6978e998ee process: abstract out HandleToStream 12 years ago
Ben Noordhuis 448adaa456 src: simplify HandleWrap initialization 12 years ago
Ben Noordhuis 4d68daea0f src: replace c-style casts with c++-style casts 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Bert Belder 5432a1d985 process_wrap: set duplex flags when creating a pipe 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Fedor Indutny 761e0c460a deps: upgrade libuv to 7556590 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
isaacs 35bcb1d6a9 Indentation fix 13 years ago
Bert Belder 3bcbd14bb1 process_wrap: don't use uv_spawn2 13 years ago
ssuda db844b152a process: don't use strdup() 13 years ago
Bert Belder 3546383cf0 process_wrap: avoid leaking memory when throwing due to invalid arguments 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
ssuda 253ec6a63d process: don't use strdup() 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ben Noordhuis b07acb3808 child_process: fix segfault after failed spawn 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ryan Dahl 67b235735e Remove support for cygwin 13 years ago
Jeroen Janssen 3e667804eb Fix options_file_memory_leak 13 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Bert Belder 567470b136 Child processes: support windowsVerbatimArguments option 14 years ago
Ben Noordhuis 2bbb468428 child process: bind to libuv's kill process API 14 years ago
Ryan Dahl 624dd38d89 child_process_uv: fix test/simple/test-child-process-env 14 years ago
Ryan Dahl ef767a152b child_process_uv: fix simple/test-child-process-cwd 14 years ago
Ryan Dahl 19a62589b2 child_process_uv: add exec, fix simple/test-child-process-exec-cwd 14 years ago
Ryan Dahl 7772f21b60 initial pass at lib/child_process_uv.js 14 years ago
Paul Querna 5501a5a641 Add stdlib include for free(), fixing build on linux after f01b241 14 years ago
Ryan Dahl f01b241057 add wrapper for uv_spawn 14 years ago