Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-02-17async_hooks: add executionAsyncResourceMatteo Collina
2020-02-17worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-17src,lib: make ^C print a JS stack tracelegendecas
2019-11-17src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-08src: make ELDHistogram a HandleWrapAnna Henningsen
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-23src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-05-20async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-09src: fix typosgengjiawen
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-03-18src: use deleted function instead of private function in class AsyncWrapgengjiawen
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2018-12-18src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-10-15src: move default assignment of async_id_ in async_wrap.hDavid Corona
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: remove calls to SetWrapperClassId()Joyee Cheung
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-08-05process: use owner_symbol for `_getActive*`Anna Henningsen
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-25src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-14src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-06src: make handle onclose property a SymbolAnna Henningsen
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-03-30async_wrap: fix use-after-free for inspector sessionAnna Henningsen
2018-03-18src: make AsyncWrap constructors delegateDaniel Bevenius
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-15src: add helper for before/after scope without JS callsAnna Henningsen
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-06fs: add FileHandle object fd wrapperJames M Snell
2018-02-06fs: add FSReqPromiseJames M Snell
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2017-12-27async_hooks: use typed array stack as fast pathAnna Henningsen
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-21http2: major update to internalsJames M Snell
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius