summaryrefslogtreecommitdiff
path: root/lib/child_process.js
Commit message (Expand)AuthorAgeFilesLines
* child_process: attach child in promisificationcjihrig2019-06-221-10/+17
* child_process: move exports to bottom for consistent code stylehimself652019-06-021-24/+29
* child_process: simplify spawn argument parsingcjihrig2019-05-271-42/+24
* child_process: remove extra shallow copyzero1five2019-05-241-1/+1
* child_process: refactor stdioStringToArray functionzero1five2019-05-161-16/+6
* child_process: change the defaults maxBuffer sizekohta ito2019-04-171-1/+1
* lib: require globals instead of using the global proxyJoyee Cheung2019-04-161-0/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-2/+3
* child_process: harden fork arguments validationZYSzys2019-04-121-0/+1
* child_process: use non-infinite maxBuffer defaultskohta ito2019-04-091-2/+8
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-17/+17
* child_process: rename _validateStdtio to getValidStdioRuben Bridgewater2019-03-271-2/+2
* child_process: reduce internal usage of public require of utiltoshi11272019-03-221-5/+8
* lib: use Array#includes instead of Array#indexOfWeijia Wang2019-03-211-1/+1
* child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel2019-01-231-2/+14
* lib: move DEP0006 to end of lifecjihrig2019-01-041-19/+1
* child_process: simplify argument handlingcjihrig2018-12-281-13/+13
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-16/+19
* lib: switch to object spread where possibleRuben Bridgewater2018-12-201-2/+2
* child_process: spawn ignores options in case args is undefinedEduard Bondarenko2018-12-161-2/+3
* Revert "child_process: change windowsHide default to true"Rich Trott2018-11-131-4/+2
* child_process: handle undefined/null for fork() argsShobhit Chittora2018-11-011-0/+5
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* child_process: fix switches for alternative shells on WindowsTessei Kameyama2018-09-051-3/+8
* coverage: expose native V8 coverageBenjamin Coe2018-09-051-0/+8
* child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko2018-08-311-5/+5
* lib: make pipe_wrap binding internalcjihrig2018-08-291-1/+2
* child_process: allow typed arrays for inputSarat Addepalli2018-08-271-3/+6
* lib: remove unused exec paramMaleDong2018-08-151-2/+2
* lib: extract validateString validatorJon Moss2018-08-071-2/+2
* lib,src: replace all C++ promises with JS promisesRuben Bridgewater2018-07-161-13/+10
* child_process: change windowsHide default to truecjihrig2018-06-201-2/+4
* child_process: fix exec set stdout.setEncodingkillagu2018-05-181-13/+20
* child_process: name anonymous functionsDenis Fäcke2018-05-021-5/+5
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-7/+7
* child_process: better spawn error messageBartosz Sosnowski2018-03-291-1/+4
* tools,lib: forbid native Error constructorsMichaël Zasso2018-03-211-0/+2
* lib: port errors to new systemMichaël Zasso2018-03-051-63/+40
* util: implement util.getSystemErrorName()Joyee Cheung2018-01-201-3/+4
* child_process: do not ignore proto values of envAnatoli Papirovski2018-01-181-1/+2
* child_process: ignore undef/proto values of env现充2018-01-151-2/+5
* lib: combine similar error codesWeijia Wang2017-12-241-2/+2
* errors, child_process: use internal/errors codesJon Moss2017-11-291-23/+62
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-2/+2
* lib: replace string concatenation with templateChandrakala2017-11-111-3/+3
* child_process: restore exec{File}Sync error propsMichaël Zasso2017-10-231-2/+1
* tools: enable additional eslint rulesAnatoli Papirovski2017-10-191-8/+6
* lib: use destructuring for some constantsWeijia Wang2017-10-161-6/+8
* child_process: add windowsHide optioncjihrig2017-10-161-0/+8
* lib: faster type checks for some typesTimothy Gu2017-10-011-1/+1