summaryrefslogtreecommitdiff
path: root/src/signal_wrap.cc
AgeCommit message (Expand)Author
2019-01-11src: declare process-related C++ methods in node_process.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 (Int32Value)Michaël Zasso
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-11src: make SIGPROF message a real warningcjihrig
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-08-08src: remove unused using declsHaojian Wu
2016-06-01src: fix --without-inspector buildAnna Henningsen
2016-05-30src,lib: v8-inspector supportPavel Feldman
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-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
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
2014-10-23src: mark empty destructors as defaultBen 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-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-11-08src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-12src: fix build break from generic macro nameTrevor Norris