summaryrefslogtreecommitdiff
path: root/src/async-wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+0
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* async_wrap: don't abort on callback exceptionTrevor Norris2016-03-281-4/+16
* async_wrap: notify post if intercepted exceptionTrevor Norris2016-03-281-1/+4
* async_wrap: setupHooks now accepts objectTrevor Norris2016-03-281-9/+26
* src,http_parser: remove KickNextTick callTrevor Norris2016-03-281-3/+4
* src,http: fix uncaughtException miss in httpTrevor Norris2016-03-081-3/+3
* async_wrap: add uid to all asyncWrap hooksAndreas Madsen2016-02-181-2/+3
* src: remove TryCatch in MakeCallbackTrevor Norris2016-02-121-17/+11
* src: remove unused of TickInfo::last_threw()Trevor Norris2016-02-121-3/+2
* src: add AsyncCallbackScopeTrevor Norris2016-02-121-5/+3
* src: fix MakeCallback error handlingTrevor Norris2016-02-121-8/+5
* async_wrap: call callback in destructorTrevor Norris2015-11-061-0/+3
* async_wrap: allow some hooks to be optionalTrevor Norris2015-11-061-5/+13
* async_wrap: correctly pass parent to init callbackTrevor Norris2015-10-071-7/+11
* src: fix --abort-on-uncaught-exceptionJeremy Whitlock2015-10-051-17/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-7/+6
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-1/+0
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+90
* async-wrap: set flags using functionsTrevor Norris2015-05-041-23/+21
* src: fix domains + --abort-on-uncaught-exceptionChris Dickinson2015-02-251-1/+18
* src: reduce AsyncWrap memory footprintBen Noordhuis2015-02-111-2/+2
* asyncwrap: fix constructor condition for early retTrevor Norris2015-02-051-0/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* async-wrap: add event hooksTrevor Norris2014-12-091-0/+49
* async-wrap: expose async-wrap as bindingTrevor Norris2014-12-091-0/+23
* node, async-wrap: remove MakeDomainCallbackTrevor Norris2014-12-091-68/+20
* async-wrap: move MakeCallback to .ccTrevor Norris2014-12-091-0/+164