summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)Author
2014-04-14child_process: fix deadlock when sending handlesFedor Indutny
2014-03-05child_process: fix sending handle twiceFedor Indutny
2014-01-16child_process: fix spawn() optional argumentsSam Roberts
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-04-11child_process: fix O(n*m) scan of cmd stringBen Noordhuis
2013-04-03child_process: acknowledge sent handlesFedor Indutny
2013-03-25child_process: don't emit same handle twiceBen Noordhuis
2013-03-25child_process: fix sending utf-8 to child processBen Noordhuis
2013-03-07child_process: support sending dgram socketAndreas Madsen
2013-03-05child_process: handle ENOENT correctly on WindowsScott Blomquist
2013-02-28lib, src: remove errno globalBen Noordhuis
2013-01-28cluster: support datagram socketsBert Belder
2013-01-28child_process: move binding init in constructorFedor Indutny
2013-01-20child_process: remove .track optionFedor Indutny
2013-01-18child_process: do not keep list of sent socketsFedor Indutny
2013-01-18Revert "child_process: do not keep list of sent sockets"Fedor Indutny
2013-01-17child_process: do not keep list of sent socketsFedor Indutny
2013-01-07child_process: Pull through untouched stdio streamsisaacs
2013-01-07child_process: don't `resume()` created socketMaciej MaƂecki
2013-01-06child_process: make fork() execPath configurableBradley Meck
2012-12-14child_process: Remove stream.pause/resume callsisaacs
2012-09-22child_process: don't die when disconnect event existsAndreas Madsen
2012-09-22child_process: make .fork()'d child auto-exitBen Noordhuis
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder
2012-08-28Merge branch 'v0.8'Bert Belder
2012-08-28windows: fix single-accept mode for shared server socketsBert Belder
2012-08-21child_process: emit error on exec failureBen Noordhuis
2012-08-17Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-08-06net: fix listen() regression, revert patchesBen Noordhuis
2012-08-05cluster: do not use internal server APIAndreas Madsen
2012-08-04child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon
2012-07-29child_process: improve maxBuffer error messageTom Hughes-Croucher
2012-06-19child_process: add .stdin stream to forksFedor Indutny
2012-06-152012.06.15, Version 0.7.11 (unstable)isaacs
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-12Fix child_process.kill odditiesBert Belder
2012-06-11cluster: don't silently drop messages when the write queue gets bigBert Belder
2012-06-11Remove auto-unrefisaacs
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-15child_process: hook up handle wrap to owning objectBen Noordhuis
2012-05-15child_process: rename field _internal to _handleBen Noordhuis
2012-05-14child_process: allow sending a net Socket and Server object using child.sendAndreas Madsen
2012-05-10child_process: make copy of options argBen Noordhuis
2012-05-09Optimize writing strings with Socket.writeBert Belder
2012-04-29Merge branch 'v0.6'Bert Belder
2012-04-27Child process: support the `gid` and `uid` optionsBert Belder
2012-04-12child_process: emit error when .kill failsAndreas Madsen