summaryrefslogtreecommitdiff
path: root/src/spawn_sync.cc
Commit message (Expand)AuthorAgeFilesLines
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-1/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-5/+0
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-12/+12
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: turn ROUND_UP into an inline functionAnna Henningsen2019-01-301-2/+2
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* src: use isolate version of BooleanValue()cjihrig2018-12-081-6/+8
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: changed stdio_pipes_ to std::vectorSteven Auger2018-10-171-14/+12
* src: use default initializers over settings fields on the constructorAndrew J D McCann2018-10-151-3/+1
* child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth2018-09-151-1/+1
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-3/+4
* src: rework (mostly internal) functions to use MaybesUjjwal Sharma2018-09-021-54/+71
* src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma2018-09-021-2/+8
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-1/+4
* worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen2018-06-131-1/+2
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-3/+3
* src: remove unused stdlib.h includeDaniel Bevenius2018-03-201-1/+0
* src: make ownership of stdio_pipes explicitFranziska Hinkelmann2017-11-161-24/+16
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: combine loops in CopyJsStringArray()cjihrig2017-10-181-11/+8
* src: increase usage of context in spawn_sync.cccjihrig2017-10-181-47/+84
* child_process: add windowsHide optioncjihrig2017-10-161-0/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* child_process: exit spawnSync with null on signalcjihrig2017-02-141-4/+9
* child_process: allow Infinity as maxBuffer valuecjihrig2017-01-171-2/+2
* src: remove redundant spawn/spawnSync type checkscjihrig2016-12-251-14/+5
* src: add handle check to spawn_synccjihrig2016-12-251-1/+6
* src: fix bad logic in uid/gid checksBen Noordhuis2016-06-291-26/+7
* src: fix readability/nolint cpplint warningsBen Noordhuis2016-06-281-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