summaryrefslogtreecommitdiff
path: root/src/node_child_process.h
Commit message (Expand)AuthorAgeFilesLines
* Remove child_process_legacyRyan Dahl2011-10-111-150/+0
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-1/+1
* Use new uv_fs_ apisIgor Zinkovsky2011-08-301-2/+0
* Fix the MinGW buildHenry Rawas2011-06-281-1/+1
* Build on windows againBert Belder2011-06-081-2/+6
* child_process.spawnNodeRyan Dahl2011-05-111-1/+2
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Fix several child process bugs on windowsBert Belder2011-01-181-1/+1
* Misc. cleanupsBert Belder2011-01-181-1/+1
* Clean up the way windows headers are includedBert Belder2011-01-181-1/+2
* child_process: Support setting uid/gid by nameisaacs2011-01-111-2/+4
* child_process: Add gid/uid flags to spawn configisaacs2011-01-111-1/+3
* typo setuid -> setsidRyan Dahl2011-01-101-1/+1
* Add setsid option to child_processRyan Dahl2011-01-101-1/+7
* Child processesBert Belder2010-12-201-1/+49
* New api for child_process.spawn; ability to set cwd for spawn()ed processBert Belder2010-08-061-1/+1
* Add a parameter to spawn() that sets the child's stdio file descriptors.Orlando Vazquez2010-06-021-1/+1
* child process now use net.SocketRyan Dahl2010-03-171-39/+42
* Allow passing env to child processRyan Dahl2010-03-031-1/+1
* Prefix all source files with node_Ryan Dahl2009-10-271-0/+65