| Commit message (Expand) | Author | Age | Files | Lines |
* | src: changed stdio_pipes_ to std::vector | Steven Auger | 2018-11-29 | 1 | -14/+12 |
* | src: use default initializers over settings fields on the constructor | Andrew J D McCann | 2018-11-29 | 1 | -3/+1 |
* | src: remove calls to deprecated V8 functions (Int32Value) | Michaël Zasso | 2018-09-06 | 1 | -3/+4 |
* | src: rework (mostly internal) functions to use Maybes | Ujjwal Sharma | 2018-09-06 | 1 | -54/+71 |
* | src: remove calls to deprecated v8 functions (ToString) | Ujjwal Sharma | 2018-09-06 | 1 | -2/+8 |
* | src: remove calls to deprecated v8 functions (NewFromUtf8) | Ujjwal Sharma | 2018-07-31 | 1 | -1/+4 |
* | worker,src: display remaining handles if `uv_loop_close` fails | Anna Henningsen | 2018-06-13 | 1 | -1/+2 |
* | src: add CHECK_NULL/CHECK_NOT_NULL macros | Tobias Nießen | 2018-05-29 | 1 | -3/+3 |
* | src: remove unused stdlib.h include | Daniel Bevenius | 2018-03-20 | 1 | -1/+0 |
* | src: make ownership of stdio_pipes explicit | Franziska Hinkelmann | 2017-11-16 | 1 | -24/+16 |
* | src: explicitly register built-in modules | Yihong Wang | 2017-11-13 | 1 | -1/+1 |
* | src: combine loops in CopyJsStringArray() | cjihrig | 2017-10-18 | 1 | -11/+8 |
* | src: increase usage of context in spawn_sync.cc | cjihrig | 2017-10-18 | 1 | -47/+84 |
* | child_process: add windowsHide option | cjihrig | 2017-10-16 | 1 | -0/+5 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | child_process: exit spawnSync with null on signal | cjihrig | 2017-02-14 | 1 | -4/+9 |
* | child_process: allow Infinity as maxBuffer value | cjihrig | 2017-01-17 | 1 | -2/+2 |
* | src: remove redundant spawn/spawnSync type checks | cjihrig | 2016-12-25 | 1 | -14/+5 |
* | src: add handle check to spawn_sync | cjihrig | 2016-12-25 | 1 | -1/+6 |
* | src: fix bad logic in uid/gid checks | Ben Noordhuis | 2016-06-29 | 1 | -26/+7 |
* | src: fix readability/nolint cpplint warnings | Ben Noordhuis | 2016-06-28 | 1 | -3/+2 |
* | src: Add ABORT macro | Evan Lucas | 2015-09-17 | 1 | -2/+2 |
* | src: replace usage of v8::Handle with v8::Local | Michaël Zasso | 2015-09-06 | 1 | -4/+3 |
* | buffer: switch API to return MaybeLocal<T> | Trevor Norris | 2015-08-04 | 1 | -1/+1 |
* | core: implement runtime flag to trace sync io | Trevor Norris | 2015-05-18 | 1 | -1/+3 |
* | src: fix minor inefficiency in Buffer::New() call | Ben Noordhuis | 2015-05-05 | 1 | -3/+3 |
* | src: fix deprecation warnings | Ben Noordhuis | 2015-04-30 | 1 | -3/+3 |
* | src: ignore ENOTCONN on shutdown race with child | Ben Noordhuis | 2015-03-28 | 1 | -0/+8 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
* | src: pass Isolate to additional locations | Trevor Norris | 2015-01-07 | 1 | -2/+2 |
* | lib,src: fix spawnSync ignoring its 'env' option | Juanjo | 2014-12-09 | 1 | -2/+2 |
* | src: replace NULL with nullptr | Ben Noordhuis | 2014-10-23 | 1 | -35/+35 |
* | src: attach env directly to api functions | Ben Noordhuis | 2014-10-13 | 1 | -3/+3 |
* | src: replace assert() with CHECK() | Ben Noordhuis | 2014-10-12 | 1 | -32/+32 |
* | src: remove unnecessary HandleScopes | Ben Noordhuis | 2014-10-12 | 1 | -1/+0 |
* | child_process: copy spawnSync() cwd option to proper buffer | cjihrig | 2014-07-12 | 1 | -1/+1 |
* | child_process: fix assertion error in spawnSync | Shigeki Ohtsu | 2014-04-30 | 1 | -0/+5 |
* | src: update uv callbacks after API changes | Saúl Ibarra Corretgé | 2014-04-07 | 1 | -4/+3 |
* | src: update to v8 3.24 APIs | Fedor Indutny | 2014-03-13 | 1 | -12/+15 |
* | src: use new loop API | Saúl Ibarra Corretgé | 2014-02-28 | 1 | -2/+6 |
* | src: spawn_sync should close handles upon exit | Saúl Ibarra Corretgé | 2014-02-26 | 1 | -0/+1 |
* | src: remove `node_isolate` from source | Fedor Indutny | 2014-02-22 | 1 | -4/+7 |
* | bindings: add spawn_sync bindings | Bert Belder | 2014-02-10 | 1 | -0/+1042 |