summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
AgeCommit message (Expand)Author
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2012-08-21child_process: emit error on exec failureBen Noordhuis
2012-06-11process_wrap: set duplex flags when creating a pipeBert Belder
2012-06-08child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-29deps: upgrade libuv to 7556590Fedor Indutny
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-04-29process_wrap: don't use uv_spawn2Bert Belder
2012-04-29Merge branch 'v0.6'Bert Belder
2012-04-28process: don't use strdup()ssuda
2012-04-28process_wrap: avoid leaking memory when throwing due to invalid argumentsBert Belder
2012-04-27Child process: support the `gid` and `uid` optionsBert Belder
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-20process: don't use strdup()ssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-09child_process: fix segfault after failed spawnBen Noordhuis
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-19Remove support for cygwinRyan Dahl
2011-09-15Fix options_file_memory_leakJeroen Janssen
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-05Child processes: support windowsVerbatimArguments optionBert Belder
2011-08-04child process: bind to libuv's kill process APIBen Noordhuis
2011-07-31child_process_uv: fix test/simple/test-child-process-envRyan Dahl
2011-07-31child_process_uv: fix simple/test-child-process-cwdRyan Dahl
2011-07-31child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl
2011-07-31initial pass at lib/child_process_uv.jsRyan Dahl
2011-07-29Add stdlib include for free(), fixing build on linux after f01b241Paul Querna
2011-07-29add wrapper for uv_spawnRyan Dahl