summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* lint: fix lint issuesTrevor Norris2014-11-181-4/+2
* child_process: check fork args is an arraySam Roberts2014-11-181-0/+2
* child_process: check execFile args is an arraySam Roberts2014-11-181-10/+20
* child_process: properly support optional argscjihrig2014-09-171-1/+1
* child_process: handle writeUtf8String errorFedor Indutny2014-07-121-0/+1
* child_process: do not set args before throwingGreg Sabia Tucker2014-05-161-2/+0
* child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-1/+5
* child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-1/+2
* child_process: fix sending handle twiceFedor Indutny2014-03-051-1/+10
* child_process: fix spawn() optional argumentsSam Roberts2014-01-161-2/+10
* child_process: fix handle deliveryBen Noordhuis2013-05-131-2/+7
* child_process: fix O(n*m) scan of cmd stringBen Noordhuis2013-04-111-8/+6
* child_process: acknowledge sent handlesFedor Indutny2013-04-031-0/+29
* child_process: don't emit same handle twiceBen Noordhuis2013-03-251-0/+1
* child_process: fix sending utf-8 to child processBen Noordhuis2013-03-251-1/+3
* child_process: support sending dgram socketAndreas Madsen2013-03-071-0/+21
* child_process: handle ENOENT correctly on WindowsScott Blomquist2013-03-051-2/+2
* lib, src: remove errno globalBen Noordhuis2013-02-281-7/+9
* cluster: support datagram socketsBert Belder2013-01-281-9/+23
* child_process: move binding init in constructorFedor Indutny2013-01-281-0/+4
* child_process: remove .track optionFedor Indutny2013-01-201-74/+8
* child_process: do not keep list of sent socketsFedor Indutny2013-01-181-54/+137
* Revert "child_process: do not keep list of sent sockets"Fedor Indutny2013-01-181-137/+54
* child_process: do not keep list of sent socketsFedor Indutny2013-01-171-54/+137
* child_process: Pull through untouched stdio streamsisaacs2013-01-071-0/+21
* child_process: don't `resume()` created socketMaciej MaƂecki2013-01-071-1/+0
* child_process: make fork() execPath configurableBradley Meck2013-01-061-1/+3
* child_process: Remove stream.pause/resume callsisaacs2012-12-141-3/+0
* child_process: don't die when disconnect event existsAndreas Madsen2012-09-221-2/+5
* child_process: make .fork()'d child auto-exitBen Noordhuis2012-09-221-0/+8
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-09-041-1/+9
|\
| * child process: fix processes with IPC channel don't emit 'close'Bert Belder2012-08-301-1/+9
* | Merge branch 'v0.8'Bert Belder2012-08-281-1/+2
|\ \ | |/
| * windows: fix single-accept mode for shared server socketsBert Belder2012-08-281-1/+2
* | child_process: emit error on exec failureBen Noordhuis2012-08-211-1/+11
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-08-171-3/+4
|\ \ | |/
| * child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon2012-08-041-3/+4
* | net: fix listen() regression, revert patchesBen Noordhuis2012-08-061-1/+1
* | cluster: do not use internal server APIAndreas Madsen2012-08-051-1/+1
* | child_process: improve maxBuffer error messageTom Hughes-Croucher2012-07-291-2/+2
|/
* child_process: add .stdin stream to forksFedor Indutny2012-06-191-1/+2
* 2012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs2012-06-151-1/+1
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-151-0/+6
* Fix child_process.kill odditiesBert Belder2012-06-121-10/+41
* cluster: don't silently drop messages when the write queue gets bigBert Belder2012-06-111-6/+2
* Remove auto-unrefisaacs2012-06-111-4/+0
* 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/+10
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-78/+158
* child_process: hook up handle wrap to owning objectBen Noordhuis2012-05-151-0/+2