index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
child_process.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-06
child_process: check execFile and fork args
James M Snell
1
-10
/
+20
2015-09-06
child_process: add callback parameter to .send()
Ben Noordhuis
1
-7
/
+3
2015-07-12
child_process: fix arguments comments
Roman Reiss
1
-5
/
+5
2015-07-03
util: prepend '(node) ' to deprecation messages
Sakthipriyan Vairamani
1
-2
/
+4
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-05-28
child_process: expose ChildProcess constructor
Evan Lucas
1
-848
/
+4
2015-05-09
lib: fix eslint styles
Yosuke Furukawa
1
-2
/
+2
2015-04-15
node: allow multiple arguments passed to nextTick
Trevor Norris
1
-6
/
+6
2015-04-09
lib: reduce process.binding() calls
Brendan Ashworth
1
-60
/
+15
2015-03-24
lib: add missing `new` for errors lib/*.js
Mayhem
1
-2
/
+2
2015-02-05
child_process: add debug and error details
Zach Bruggeman
1
-2
/
+12
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-27
/
+28
2015-01-26
child_process: clone spawn options argument
cjihrig
1
-0
/
+1
2015-01-25
child_process: remove redundant condition
Vladimir Kurchatkin
1
-2
/
+1
2015-01-21
lib: use const to define constants
cjihrig
1
-12
/
+12
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-12-09
lib,src: fix spawnSync ignoring its 'env' option
Juanjo
1
-0
/
+1
2014-12-09
src: all wraps now use actual FunctionTemplate
Trevor Norris
1
-1
/
+3
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-09-25
child_process: improve spawn() argument handling
cjihrig
1
-22
/
+18
2014-09-03
src: be more intelligent about use of "arguments"
Trevor Norris
1
-1
/
+2
2014-07-23
child_process: do not access stderr when stdio set to 'ignore'
cjihrig
1
-4
/
+4
2014-07-10
lib: noisy deprecation of child_process customFds
Ryan Graham
1
-3
/
+6
2014-07-02
child_process: accept uid/gid everywhere
Fedor Indutny
1
-0
/
+2
2014-06-24
child_process: don't throw on EAGAIN
Charles
1
-1
/
+3
2014-06-24
child_process: use full path for cmd.exe on Win32
Ed Morley
1
-1
/
+1
2014-06-11
lib: remove unused variables
Brian White
1
-1
/
+0
2014-06-05
Merge branch 'v0.10'
Fedor Indutny
1
-1
/
+3
2014-05-22
child_process: don't throw on EMFILE/ENFILE
Ben Noordhuis
1
-1
/
+10
2014-05-22
child_process: add path to spawn ENOENT Error
Ryan Cole
1
-1
/
+8
2014-05-16
child_process: do not set args before throwing
Greg Sabia Tucker
1
-2
/
+0
2014-05-13
child_process: spawn() does not throw TypeError
Greg Sabia Tucker
1
-1
/
+5
2014-05-01
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+2
2014-04-14
child_process: fix deadlock when sending handles
Fedor Indutny
1
-1
/
+2
2014-03-10
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+10
2014-03-05
child_process: fix sending handle twice
Fedor Indutny
1
-1
/
+10
2014-02-18
child_process: execFileSync stderr should inherit
Timothy J Fontaine
1
-1
/
+12
2014-02-10
child_process: js bits for spawnSync/execSync
Timothy J Fontaine
1
-80
/
+296
2014-01-24
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-2
/
+10
2014-01-16
child_process: fix spawn() optional arguments
Sam Roberts
1
-2
/
+10
2014-01-09
child_process: better error reporting for exec
Fedor Indutny
1
-5
/
+14
2013-12-06
child_process: don't crash process on internal ops
Alexis Campailla
1
-12
/
+47
2013-12-05
lib: child_process spawn handle ENOENT correctly
Alexis Campailla
1
-4
/
+1
2013-11-20
child_process: deliver ENOENT on nextTick
Timothy J Fontaine
1
-1
/
+8
2013-08-27
child_process: Avoid extra copy for string stdio
isaacs
1
-11
/
+35
2013-08-27
child_process: Callback with Buffers from exec
Seth Fitzsimmons
1
-9
/
+22
2013-08-15
lib: remove unused variables and functions
Brian White
1
-5
/
+1
2013-08-01
src: Replace macros with util functions
isaacs
1
-23
/
+23
2013-07-29
child_process: add 'shell' option to .exec()
Ben Noordhuis
1
-0
/
+4
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-23
/
+23
[next]