summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-4/+5
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-4/+4
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-4/+5
* child_process: emit error on exec failureBen Noordhuis2012-08-211-0/+5
* process_wrap: set duplex flags when creating a pipeBert Belder2012-06-111-1/+2
* child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell2012-06-081-0/+5
* child_process: spawn().ref() and spawn().unref()Fedor Indutny2012-06-071-0/+3
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-41/+59
* deps: upgrade libuv to 7556590Fedor Indutny2012-05-291-3/+21
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-14/+2
* process_wrap: don't use uv_spawn2Bert Belder2012-04-291-2/+2
* Merge branch 'v0.6'Bert Belder2012-04-291-13/+50
|\
| * process: don't use strdup()ssuda2012-04-281-10/+5
| * process_wrap: avoid leaking memory when throwing due to invalid argumentsBert Belder2012-04-281-30/+30
| * Child process: support the `gid` and `uid` optionsBert Belder2012-04-271-13/+50
* | MakeCallback: Consistent symbol usageisaacs2012-04-171-1/+5
* | Avoiding unnecessary ToString() callsssuda2012-03-231-2/+2
* | process: don't use strdup()ssuda2012-03-201-11/+6
* | core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* | Revert support for isolates.Ben Noordhuis2012-02-061-4/+3
* | Merge branch 'v0.6'Fedor Indutny2012-01-121-6/+8
|\ \ | |/
| * child_process: fix segfault after failed spawnBen Noordhuis2012-01-091-6/+8
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-4/+4
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-3/+3
|/
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-3/+5
* Remove support for cygwinRyan Dahl2011-10-191-1/+1
* Fix options_file_memory_leakJeroen Janssen2011-09-151-0/+1
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-3/+3
* Child processes: support windowsVerbatimArguments optionBert Belder2011-08-051-0/+6
* child process: bind to libuv's kill process APIBen Noordhuis2011-08-041-1/+1
* child_process_uv: fix test/simple/test-child-process-envRyan Dahl2011-07-311-1/+1
* child_process_uv: fix simple/test-child-process-cwdRyan Dahl2011-07-311-1/+3
* child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl2011-07-311-1/+1
* initial pass at lib/child_process_uv.jsRyan Dahl2011-07-311-0/+2
* Add stdlib include for free(), fixing build on linux after f01b241Paul Querna2011-07-291-0/+1
* add wrapper for uv_spawnRyan Dahl2011-07-291-0/+203