summaryrefslogtreecommitdiff
path: root/src/spawn_sync.cc
Commit message (Expand)AuthorAgeFilesLines
* child_process: exit spawnSync with null on signalcjihrig2017-03-081-4/+9
* src: fix bad logic in uid/gid checksBen Noordhuis2016-07-051-26/+7
* src: fix readability/nolint cpplint warningsBen Noordhuis2016-07-051-3/+2
* src: Add ABORT macroEvan Lucas2015-09-171-2/+2
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+3
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-1/+1
* core: implement runtime flag to trace sync ioTrevor Norris2015-05-181-1/+3
* src: fix minor inefficiency in Buffer::New() callBen Noordhuis2015-05-051-3/+3
* src: fix deprecation warningsBen Noordhuis2015-04-301-3/+3
* src: ignore ENOTCONN on shutdown race with childBen Noordhuis2015-03-281-0/+8
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-2/+2
* lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-091-2/+2
* src: replace NULL with nullptrBen Noordhuis2014-10-231-35/+35
* src: attach env directly to api functionsBen Noordhuis2014-10-131-3/+3
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-32/+32
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-1/+0
* child_process: copy spawnSync() cwd option to proper buffercjihrig2014-07-121-1/+1
* child_process: fix assertion error in spawnSyncShigeki Ohtsu2014-04-301-0/+5
* src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-4/+3
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-12/+15
* src: use new loop APISaúl Ibarra Corretgé2014-02-281-2/+6
* src: spawn_sync should close handles upon exitSaúl Ibarra Corretgé2014-02-261-0/+1
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-4/+7
* bindings: add spawn_sync bindingsBert Belder2014-02-101-0/+1042