summaryrefslogtreecommitdiff
path: root/src/req_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: clean up node_file.hAnna Henningsen2019-11-301-2/+3
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+2
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* src: move req_wrap_queue to base class of ReqWrapAnna Henningsen2019-02-201-5/+19
* src: keep track of open requestsAnna Henningsen2018-05-101-0/+2
* src: unify ReqWrap libuv callingAnna Henningsen2018-05-101-1/+12
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-101-0/+1
* src: refactor WriteWrap and ShutdownWrapsAnna Henningsen2018-02-141-0/+2
* src: do not redefine private for GenDebugSymbolsJoyee Cheung2018-02-141-0/+1
* src, test: node internals' postmortem metadataMatheus Marchini2018-01-261-3/+7
* src: rename req-wrap -> req_wrapDaniel Bevenius2017-11-171-0/+40
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-49/+0
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-2/+2
* src: mark more destructors with override keywordBen Noordhuis2014-10-231-1/+1
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-2/+2
* deps: re-implement debugger-agentFedor Indutny2014-10-081-4/+1
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-1/+1
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-2/+4
* src: revert domain using AsyncListenersTrevor Norris2014-01-091-0/+3
* domain: use AsyncListener APITrevor Norris2013-10-311-5/+0
* node: add AsyncListener supportTrevor Norris2013-10-311-28/+7
* src: add multi-context supportBen Noordhuis2013-09-061-15/+25
* src: move ReqWrap::data_ to FSReqWrapBen Noordhuis2013-08-131-1/+0
* domain: share object and state with native landTrevor Norris2013-08-091-9/+4
* domains: properly check if domains are being usedTrevor Norris2013-08-061-1/+1
* src: use PersistentToLocal() in a few more placesBen Noordhuis2013-08-031-1/+2
* src: lint c++ codeFedor Indutny2013-07-311-5/+5
* src: ReqWrap now optionally accepts a wrap objectBen Noordhuis2013-07-191-2/+2
* build: fix windows buildBen Noordhuis2013-07-111-1/+0
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-8/+16
* src: replace ngx-queue.h with queue.hBen Noordhuis2013-06-041-5/+5
* req_wrap: only grab domain object if in useTrevor Norris2013-04-101-8/+10
* src: add node_isolate to remaining scopesTrevor Norris2013-04-101-1/+1
* bindings: update apiTrevor Norris2013-03-201-2/+2
* process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-151-1/+8
* req_wrap: share process_symbol, domain_symbolBen Noordhuis2012-05-151-8/+3
* Domain hooks in ReqWrap<T> and MakeCallbackisaacs2012-04-171-0/+21
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Return ReqWrap from internal fs functionsRyan Dahl2011-09-041-0/+1
* Abstract StreamWrap from TCPWrapRyan Dahl2011-07-181-0/+35