summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* child_process: better error reporting for execFedor Indutny2014-01-091-5/+14
* child_process: don't crash process on internal opsAlexis Campailla2013-12-061-12/+47
* lib: child_process spawn handle ENOENT correctlyAlexis Campailla2013-12-051-4/+1
* child_process: deliver ENOENT on nextTickTimothy J Fontaine2013-11-201-1/+8
* child_process: Avoid extra copy for string stdioisaacs2013-08-271-11/+35
* child_process: Callback with Buffers from execSeth Fitzsimmons2013-08-271-9/+22
* lib: remove unused variables and functionsBrian White2013-08-151-5/+1
* src: Replace macros with util functionsisaacs2013-08-011-23/+23
* child_process: add 'shell' option to .exec()Ben Noordhuis2013-07-291-0/+4
* lib: macro-ify type checksBen Noordhuis2013-07-241-23/+23
* src, lib: update after internal api changeBen Noordhuis2013-07-201-37/+38
* src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-201-15/+1
* {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-031-2/+2
* child_process: emit 'disconnect' asynchronouslyBen Noordhuis2013-06-201-1/+1
* 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