| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |