summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use `As()` instead of `Cast()` for conversionsDarshan Sen2021-10-051-2/+2
* build: add option to hide console windowCheng Zhao2021-08-171-0/+4
* child_process: add 'overlapped' stdio flagThiago Padilha2021-01-031-0/+5
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-6/+1
* src: replace handle dereference with ContainerOfHarshitha KP2020-03-301-2/+1
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+2
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+2
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-2/+3
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-18/+15
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+2
* src: remove calls to deprecated V8 functions (Equals)Michaël Zasso2018-09-051-3/+3
* src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma2018-09-051-2/+3
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-2/+3
* child_process: make process_wrap binding internalcjihrig2018-08-271-1/+1
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+3
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-6/+1
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-4/+4
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-101-0/+2
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-0/+1
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-0/+1
* src: use non-deprecated versions of `->To*()` utilsLeko2017-12-011-1/+2
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: CHECK() for argument overflow in Spawn()cjihrig2017-11-071-0/+3
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-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