26 Commits (0f0f3d33309d3382deb33825fdffeb048f80ec18)

Author SHA1 Message Date
cjihrig 45c9ca7fd4 src: remove redundant spawn/spawnSync type checks 8 years ago
cjihrig b374ee8c3d src: add handle check to spawn_sync 9 years ago
Ben Noordhuis ed3d8b13ee src: fix bad logic in uid/gid checks 9 years ago
Ben Noordhuis d112df4a26 src: fix readability/nolint cpplint warnings 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Trevor Norris 36f78f4c1c buffer: switch API to return MaybeLocal<T> 10 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago
Ben Noordhuis 2ed10f1349 src: fix minor inefficiency in Buffer::New() call 10 years ago
Ben Noordhuis ccb199af17 src: fix deprecation warnings 10 years ago
Ben Noordhuis ea37ac04f4 src: ignore ENOTCONN on shutdown race with child 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Juanjo 946cec7b65 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
Juanjo ea945bf068 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
cjihrig c4e5fde362 child_process: copy spawnSync() cwd option to proper buffer 11 years ago
Shigeki Ohtsu ab7a3d098d child_process: fix assertion error in spawnSync 11 years ago
Saúl Ibarra Corretgé 42b9343710 src: update uv callbacks after API changes 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Saúl Ibarra Corretgé 6e1eac744b src: use new loop API 11 years ago
Saúl Ibarra Corretgé 269de79fbf src: spawn_sync should close handles upon exit 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Bert Belder fa4eb47caa bindings: add spawn_sync bindings 11 years ago