summaryrefslogtreecommitdiff
path: root/src/async-wrap.cc
AgeCommit message (Expand)Author
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-28async_wrap: don't abort on callback exceptionTrevor Norris
2016-03-28async_wrap: notify post if intercepted exceptionTrevor Norris
2016-03-28async_wrap: setupHooks now accepts objectTrevor Norris
2016-03-28src,http_parser: remove KickNextTick callTrevor Norris
2016-03-08src,http: fix uncaughtException miss in httpTrevor Norris
2016-02-18async_wrap: add uid to all asyncWrap hooksAndreas Madsen
2016-02-12src: remove TryCatch in MakeCallbackTrevor Norris
2016-02-12src: remove unused of TickInfo::last_threw()Trevor Norris
2016-02-12src: add AsyncCallbackScopeTrevor Norris
2016-02-12src: fix MakeCallback error handlingTrevor Norris
2015-11-06async_wrap: call callback in destructorTrevor Norris
2015-11-06async_wrap: allow some hooks to be optionalTrevor Norris
2015-10-07async_wrap: correctly pass parent to init callbackTrevor Norris
2015-10-05src: fix --abort-on-uncaught-exceptionJeremy Whitlock
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-05-04async-wrap: set flags using functionsTrevor Norris
2015-02-25src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-11src: reduce AsyncWrap memory footprintBen Noordhuis
2015-02-05asyncwrap: fix constructor condition for early retTrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09async-wrap: add event hooksTrevor Norris
2014-12-09async-wrap: expose async-wrap as bindingTrevor Norris
2014-12-09node, async-wrap: remove MakeDomainCallbackTrevor Norris
2014-12-09async-wrap: move MakeCallback to .ccTrevor Norris