summaryrefslogtreecommitdiff
path: root/src/signal_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1/+1
* src: remove container_of, use CONTAINER_OFBen Noordhuis2013-11-081-1/+1
* node: add AsyncListener supportTrevor Norris2013-10-311-1/+4
* src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-2/+2
* src: use function to get internal pointerTrevor Norris2013-10-291-4/+4
* src: add multi-context supportBen Noordhuis2013-09-061-24/+19
* src: fix build break from generic macro nameTrevor Norris2013-08-121-2/+2
* src: centralize class wrap/unwrapTrevor Norris2013-08-121-2/+4
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-3/+4
* src: remove no-op HandleWrap::Initialize()Ben Noordhuis2013-08-071-2/+0
* src: lint c++ codeFedor Indutny2013-07-311-1/+1
* src, lib: update after internal api changeBen Noordhuis2013-07-201-6/+4
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-19/+9
* src: clean up `using` directivesBen Noordhuis2013-06-171-9/+7
* src: pass Isolate to all applicable apiTrevor Norris2013-03-201-8/+8
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-3/+3
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-3/+3
* signal_wrap: fix unused variable compiler warningBen Noordhuis2012-08-211-1/+1
* process: use uv_signal instead of ev_signalBert Belder2012-08-211-0/+132