summaryrefslogtreecommitdiff
path: root/src/spawn_sync.cc
AgeCommit message (Expand)Author
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