summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-261-0/+1
* src: use non-deprecated versions of `->To*()` utilsLeko2017-12-121-1/+2
* src: explicitly register built-in modulesYihong Wang2017-12-121-1/+1
* src: CHECK() for argument overflow in Spawn()cjihrig2017-11-131-0/+3
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-061-2/+0
* src: increase usage of context in process_wrap.cccjihrig2017-10-181-27/+49
* child_process: add windowsHide optioncjihrig2017-10-161-0/+7
* src: reduce code duplicationJames M Snell2017-08-231-1/+1
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-3/+4
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+2
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove redundant spawn/spawnSync type checkscjihrig2016-12-251-13/+7
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* src: fix bad logic in uid/gid checksBen Noordhuis2016-06-291-10/+4
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-2/+5
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-111-1/+1
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-111-1/+1
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-04-251-1/+1
* child_process: add nullptr checks after allocsAnna Henningsen2016-04-201-0/+2
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-071-0/+1
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-5/+4
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-6/+8
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-1/+1
* src: mark empty destructors as defaultBen Noordhuis2014-10-231-3/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-5/+5
* src: attach env directly to api functionsBen Noordhuis2014-10-131-9/+8
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-5/+5
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-5/+0
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-4/+4
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-4/+5
* | node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-2/+2
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-2/+3
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-39/+30
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+4
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-1/+1
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-2/+2
* | node: add AsyncListener supportTrevor Norris2013-10-311-5/+1
* | src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-3/+3
* | src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-1/+1
* | src: use function to get internal pointerTrevor Norris2013-10-291-4/+4
* | src: add multi-context supportBen Noordhuis2013-09-061-25/+30
* | uv: upgrade to v0.11.12Ben Noordhuis2013-09-031-1/+1
* | process_wrap: don't coerce process exit code to int32_tBert Belder2013-08-251-1/+1
* | process_wrap: update after libuv api changeBert Belder2013-08-231-1/+3
* | src: fix build break from generic macro nameTrevor Norris2013-08-121-2/+2