summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* child process: fix processes with IPC channel don't emit 'close'Bert Belder2012-08-301-1/+9
* windows: fix single-accept mode for shared server socketsBert Belder2012-08-281-1/+2
* child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon2012-08-041-3/+4
* 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
* child_process: rename field _internal to _handleBen Noordhuis2012-05-151-10/+10
* child_process: allow sending a net Socket and Server object using child.sendAndreas Madsen2012-05-141-20/+252
* child_process: make copy of options argBen Noordhuis2012-05-101-7/+4
* Optimize writing strings with Socket.writeBert Belder2012-05-091-2/+2
* Merge branch 'v0.6'Bert Belder2012-04-291-1/+3
|\
| * Child process: support the `gid` and `uid` optionsBert Belder2012-04-271-1/+3
| * child_process: remove dummy "setsid" option settingJoshua Holbrook2012-02-291-1/+0
* | child_process: emit error when .kill failsAndreas Madsen2012-04-121-1/+4
* | child_process: Emit err rather than throw for IPC write failureisaacs2012-04-061-1/+2
* | child_process: emit 'channel closed' error instead of throwingAndreas Madsen2012-03-191-1/+4
* | child_process: Separate 'close' event from 'exit'Charlie McConnell2012-03-151-6/+8
* | Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith2012-03-151-4/+4
* | fork: don't clear environment by defaultShea Levy2012-03-071-1/+1
* | child_process: remove dummy "setsid" option settingJoshua Holbrook2012-02-291-1/+0
* | util: add `util._extend` for extending objectsMaciej Małecki2012-02-201-17/+4
* | Lint all the JavaScripts.isaacs2012-02-181-22/+22
* | child_process: stop .disconnect() call if channel is diconnectedAndreas Madsen2012-02-081-0/+1
* | Revert support for isolates.Ben Noordhuis2012-02-061-65/+4
* | support for sharing streams accross isolatesIgor Zinkovsky2012-01-311-26/+16
* | child_process: do not disconnect on exit emitAndreas Madsen2012-01-311-4/+3
* | Add disconnect method to forked child processesAndreas Madsen2012-01-301-8/+35
* | Merge branch 'v0.6'Fedor Indutny2012-01-241-3/+7
|\ \ | |/
| * child_process: add errno property to exceptionsAndreas Madsen2012-01-171-3/+7
* | Allow calling fork() without args or optionsAndreas Madsen2012-01-171-3/+13
* | child_process: fix typo in internal message event nameMaciej Małecki2012-01-101-1/+1
* | debug threadsFedor Indutny2012-01-101-2/+3
* | child_process: add isolates supportBen Noordhuis2012-01-061-9/+55
* | cluster improvements: Worker class and isolate internal messagesAndreas Madsen2012-01-041-1/+15
* | Add isolate version of test-child-process-forkRyan Dahl2011-12-291-0/+6
* | Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-211-1/+5
|\ \ | |/
| * child_process: make .send() throw if message is undefinedBen Noordhuis2011-12-181-1/+5
* | Add silent option to child_process.forkAndreas Madsen2011-12-171-2/+2
|/
* jslintAndreas Madsen2011-12-161-10/+8
* Remove superfluous 'new'Ryan Dahl2011-12-041-1/+1
* child_process: fix order of args to errnoException()Thomas Shinnick2011-11-281-1/+1
* Fix line endings and trailing whitespaceBert Belder2011-11-041-1/+1
* child_process: in a new `ChildProcess` set `killed` to falseMaciej Małecki2011-11-021-0/+1