summaryrefslogtreecommitdiff
path: root/lib/child_process.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26child_process: replace var with let/constdnlup
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-07-14stream: use readableEncoding public api for child_processZYSzys
2019-06-22child_process: attach child in promisificationcjihrig
2019-06-02child_process: move exports to bottom for consistent code stylehimself65
2019-05-27child_process: simplify spawn argument parsingcjihrig
2019-05-24child_process: remove extra shallow copyzero1five
2019-05-16child_process: refactor stdioStringToArray functionzero1five
2019-04-17child_process: change the defaults maxBuffer sizekohta ito
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-12child_process: harden fork arguments validationZYSzys
2019-04-09child_process: use non-infinite maxBuffer defaultskohta ito
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27child_process: rename _validateStdtio to getValidStdioRuben Bridgewater
2019-03-22child_process: reduce internal usage of public require of utiltoshi1127
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-01-23child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel
2019-01-04lib: move DEP0006 to end of lifecjihrig
2018-12-28child_process: simplify argument handlingcjihrig
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-16child_process: spawn ignores options in case args is undefinedEduard Bondarenko
2018-11-13Revert "child_process: change windowsHide default to true"Rich Trott
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-05child_process: fix switches for alternative shells on WindowsTessei Kameyama
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-08-31child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-15lib: remove unused exec paramMaleDong
2018-08-07lib: extract validateString validatorJon Moss
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-06-20child_process: change windowsHide default to truecjihrig
2018-05-18child_process: fix exec set stdout.setEncodingkillagu
2018-05-02child_process: name anonymous functionsDenis Fäcke
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-29child_process: better spawn error messageBartosz Sosnowski
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-03-05lib: port errors to new systemMichaël Zasso
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-18child_process: do not ignore proto values of envAnatoli Papirovski
2018-01-15child_process: ignore undef/proto values of env现充
2017-12-24lib: combine similar error codesWeijia Wang
2017-11-29errors, child_process: use internal/errors codesJon Moss
2017-11-28async_wrap: add provider types for net serverAndreas Madsen