summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
AgeCommit message (Expand)Author
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated V8 functions (Equals)Michaël Zasso
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-07src: CHECK() for argument overflow in Spawn()cjihrig
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-18src: increase usage of context in process_wrap.cccjihrig
2017-10-16child_process: add windowsHide optioncjihrig
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-25src: remove redundant spawn/spawnSync type checkscjihrig
2016-08-08src: remove unused using declsHaojian Wu
2016-06-29src: fix bad logic in uid/gid checksBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-11handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-11Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-20child_process: add nullptr checks after allocsAnna Henningsen
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-10-23src: mark empty destructors as defaultBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: replace usage of String::Utf8ValueTimothy J Fontaine