summaryrefslogtreecommitdiff
path: root/src/spawn_sync.cc
AgeCommit message (Expand)Author
2019-01-30src: turn ROUND_UP into an inline functionAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-08src: use isolate version of BooleanValue()cjihrig
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-17src: changed stdio_pipes_ to std::vectorSteven Auger
2018-10-15src: use default initializers over settings fields on the constructorAndrew J D McCann
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-02src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2017-11-16src: make ownership of stdio_pipes explicitFranziska Hinkelmann
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-18src: combine loops in CopyJsStringArray()cjihrig
2017-10-18src: increase usage of context in spawn_sync.cccjihrig
2017-10-16child_process: add windowsHide optioncjihrig
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-14child_process: exit spawnSync with null on signalcjihrig
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2016-12-25src: remove redundant spawn/spawnSync type checkscjihrig
2016-12-25src: add handle check to spawn_synccjihrig
2016-06-29src: fix bad logic in uid/gid checksBen Noordhuis
2016-06-28src: fix readability/nolint cpplint warningsBen Noordhuis
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-05-05src: fix minor inefficiency in Buffer::New() callBen Noordhuis
2015-04-30src: fix deprecation warningsBen Noordhuis
2015-03-28src: ignore ENOTCONN on shutdown race with childBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-12-09lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-07-12child_process: copy spawnSync() cwd option to proper buffercjihrig
2014-04-30child_process: fix assertion error in spawnSyncShigeki Ohtsu
2014-04-07src: update uv callbacks after API changesSaúl Ibarra Corretgé
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-28src: use new loop APISaúl Ibarra Corretgé
2014-02-26src: spawn_sync should close handles upon exitSaúl Ibarra Corretgé
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-10bindings: add spawn_sync bindingsBert Belder