summaryrefslogtreecommitdiff
path: root/src/req_wrap.h
AgeCommit message (Expand)Author
2018-05-10src: keep track of open requestsAnna Henningsen
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-14src: do not redefine private for GenDebugSymbolsJoyee Cheung
2018-01-26src, test: node internals' postmortem metadataMatheus Marchini
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-09src: revert domain using AsyncListenersTrevor Norris
2013-10-31domain: use AsyncListener APITrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-13src: move ReqWrap::data_ to FSReqWrapBen Noordhuis
2013-08-09domain: share object and state with native landTrevor Norris
2013-08-06domains: properly check if domains are being usedTrevor Norris
2013-08-03src: use PersistentToLocal() in a few more placesBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-19src: ReqWrap now optionally accepts a wrap objectBen Noordhuis
2013-07-11build: fix windows buildBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
2013-04-10req_wrap: only grab domain object if in useTrevor Norris
2013-04-10src: add node_isolate to remaining scopesTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
2012-05-15req_wrap: share process_symbol, domain_symbolBen Noordhuis
2012-04-17Domain hooks in ReqWrap<T> and MakeCallbackisaacs
2011-11-02Add missing copyright headersRyan Dahl
2011-09-04Return ReqWrap from internal fs functionsRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl