summaryrefslogtreecommitdiff
path: root/doc/api/child_process.markdown
Commit message (Expand)AuthorAgeFilesLines
* doc: fix optional parameter parsingTrevor Norris2014-09-291-5/+5
* doc: fix brackets for optional parametersTrevor Norris2014-09-251-8/+8
* doc: re-org child_process into async/syncRyan Graham2014-07-101-16/+30
* doc: remove customFds mentionsRyan Graham2014-07-101-9/+0
* child_process: accept uid/gid everywhereFedor Indutny2014-07-021-0/+6
* doc: typos in child_processKyle Robinson Young2014-06-241-2/+2
* Merge branch 'v0.10'Fedor Indutny2014-06-051-1/+2
|\
| * doc: fixed wording in child_processChris Barber2014-05-311-1/+2
* | doc: correct check for failed child_process.spawnAdrian Lang2014-05-021-5/+2
* | child_process: execFileSync stderr should inheritTimothy J Fontaine2014-02-181-2/+6
* | child_process: js bits for spawnSync/execSyncTimothy J Fontaine2014-02-101-0/+87
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-081-2/+2
|\ \ | |/
| * doc: fix references to error keywordBenjamin Waters2014-02-041-2/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-241-3/+5
|\ \ | |/
| * doc: describe child_process.fork() silent optionSam Roberts2014-01-161-2/+4
| * doc: child_process.execFile arguments are optionalSam Roberts2014-01-161-1/+1
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\ \ | |/
| * doc: streams must be open to be passed to childSam Roberts2014-01-131-1/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-311-0/+5
|\ \ | |/
| * doc: document that `process.send` is synchronousMaciej Małecki2013-12-311-0/+5
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-061-0/+2
|\ \ | |/
| * doc: list execArgv option for child_process.fork()Yazhong Liu2013-12-021-0/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-261-0/+4
|\ \ | |/
| * doc: clarify child_process error behaviourLinus Unnebäck2013-11-231-0/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-251-19/+25
|\ \ | |/
| * doc: child_process corrections and cleanupsSam Roberts2013-10-161-19/+25
* | child_process: add 'shell' option to .exec()Ben Noordhuis2013-07-291-0/+4
|/
* doc: remove obsolete spawn() stdio optionsTim Oxley2013-07-051-4/+0
* doc: sending dgram handles only works on unixBen Noordhuis2013-05-291-1/+1
* doc: update options for exec and execFileKevin Locke2013-05-031-8/+0
* doc: child_process: document 'error' eventBen Noordhuis2013-03-261-2/+25
* child_process: support sending dgram socketAndreas Madsen2013-03-071-0/+4
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-1/+3
|\
| * doc: add note about child process line bufferingBen Noordhuis2013-02-221-1/+3
* | doc: Use 'close' rather than 'exit' in spawn examplesisaacs2013-02-181-4/+8
* | Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-181-0/+2
|\ \ | |/
| * doc: clarify child_process.exec() stdio optionBen Noordhuis2013-02-141-0/+2
* | doc: Remove mention of child.send 'track' optionisaacs2013-01-181-9/+3
* | child_process: do not keep list of sent socketsFedor Indutny2013-01-181-1/+7
* | Revert "child_process: do not keep list of sent sockets"Fedor Indutny2013-01-181-7/+1
* | child_process: do not keep list of sent socketsFedor Indutny2013-01-171-1/+7
* | child_process: make fork() execPath configurableBradley Meck2013-01-061-0/+7
|/
* doc: child_process: document uid and gid spawn() optionsOlivier Lalonde2012-10-241-0/+2
* doc: fix three typosRobin Lee2012-09-171-1/+1
* doc: remove unused util from child_processKyle Robinson Young2012-08-121-4/+2
* doc: fix typos in child_processKyle Robinson Young2012-08-061-3/+3
* docs: remove unused require from exampleBert Belder2012-07-311-2/+1
* doc: document child_process.fork() limitationBen Noordhuis2012-07-311-0/+3
* doc: Remove timeout arg in child_process.forkisaacs2012-07-301-1/+0
* doc: fix bug in child_process.spawn() sample codeMike Morearty2012-07-161-1/+1