summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* child_process: improve spawn() argument handlingcjihrig2014-09-251-22/+18
* src: be more intelligent about use of "arguments"Trevor Norris2014-09-031-1/+2
* child_process: do not access stderr when stdio set to 'ignore'cjihrig2014-07-231-4/+4
* lib: noisy deprecation of child_process customFdsRyan Graham2014-07-101-3/+6
* child_process: accept uid/gid everywhereFedor Indutny2014-07-021-0/+2
* child_process: don't throw on EAGAINCharles2014-06-241-1/+3
* child_process: use full path for cmd.exe on Win32Ed Morley2014-06-241-1/+1
* lib: remove unused variablesBrian White2014-06-111-1/+0
* Merge branch 'v0.10'Fedor Indutny2014-06-051-1/+3
|\
| * 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: don't throw on EMFILE/ENFILEBen Noordhuis2014-05-221-1/+10
* | child_process: add path to spawn ENOENT ErrorRyan Cole2014-05-221-1/+8
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-011-1/+2
|\ \ | |/
| * child_process: fix deadlock when sending handlesFedor Indutny2014-04-141-1/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-101-1/+10
|\ \ | |/
| * child_process: fix sending handle twiceFedor Indutny2014-03-051-1/+10
* | child_process: execFileSync stderr should inheritTimothy J Fontaine2014-02-181-1/+12
* | child_process: js bits for spawnSync/execSyncTimothy J Fontaine2014-02-101-80/+296
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-241-2/+10
|\ \ | |/
| * child_process: fix spawn() optional argumentsSam Roberts2014-01-161-2/+10
* | 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