summaryrefslogtreecommitdiff
path: root/src/signal_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: register external references of SignalWrap for snapshotJoyee Cheung2021-09-061-0/+9
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-02-201-1/+1
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-7/+1
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+2
* src: fix signal handler crash on closeShelley Vohr2019-11-221-1/+4
* src: track no of active JS signal handlersAnna Henningsen2019-11-061-0/+38
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-1/+1
* src: make `node::SignalWrap::OnSignal` into lambdaGireesh Punathil2019-02-211-11/+11
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-0/+1
* 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-3/+1
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+2
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-1/+3
* src: move process.binding('signal_wrap') to internalBindingJames M Snell2018-08-191-1/+1
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* inspector: split main thread interface from transportEugene Ostroukhov2018-07-131-1/+1
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+3
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-4/+2
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-3/+0
* src: reduce code duplicationJames M Snell2017-08-231-1/+1
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-3/+5
* src: make SIGPROF message a real warningcjihrig2017-05-111-1/+2
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+1
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* src: fix --without-inspector buildAnna Henningsen2016-06-011-1/+1
* src,lib: v8-inspector supportPavel Feldman2016-05-301-0/+9
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-2/+4
* 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
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-071-0/+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: mark empty destructors as defaultBen Noordhuis2014-10-231-3/+0
* src: attach env directly to api functionsBen Noordhuis2014-10-131-8/+7
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-2/+2
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-7/+0
* src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-1/+1
* 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-4/+7
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+4