summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-22src,doc: add C++ internals documentationAnna Henningsen
2019-11-22src: fix signal handler crash on closeShelley Vohr
2019-11-22src: unset NODE_VERSION_IS_RELEASE from masterMichaël Zasso
2019-11-212019-11-21, Version 13.2.0 (Current)Myles Borins
2019-11-20src: fix -Winconsistent-missing-override warningcjihrig
2019-11-20src: add abstract `IsolatePlatformDelegate`Marcel Laverdet
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-19src: expose ArrayBuffer version of Buffer::New()Anna Henningsen
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-19src: remove HandleWrap instances from list once closedAnna Henningsen
2019-11-19src: remove keep alive option from SetImmediate()Anna Henningsen
2019-11-19src: use BaseObjectPtr for keeping channel alive in dns bindingsAnna Henningsen
2019-11-19http2: use custom BaseObject smart pointersAnna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-18src: expose ability to set optionsShelley Vohr
2019-11-18src: enhance feature access `CHECK`s during bootstrapAnna Henningsen
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-11-08src: persist strings that are used multiple times in the environmentVadim Gorbachev
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-09src: remove uses of deprecated wasm TransferrableModuleClemens Backes
2019-11-08src: remove custom tracking for SharedArrayBuffersAnna Henningsen
2019-11-08src: update v8abbr.h for V8 updatecjihrig
2019-11-08src: update NODE_MODULE_VERSION to 81Michaël Zasso
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-11-08tls: refactor tls_wrap.ccArtem Maksimov
2019-11-07src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-06src: run RunBeforeExitCallbacks as part of EmitBeforeExitAnna Henningsen
2019-11-06src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-06src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-06src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-06src: track no of active JS signal handlersAnna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-11-05src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-05src: make AtExit() callbacks run in reverse orderAnna Henningsen
2019-11-05src: remove unimplemented method from node.hAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-05worker: allow specifying resource limitsAnna Henningsen
2019-11-05crypto: update root certificatesAshCripps
2019-11-01src: isolate->Dispose() order consistencyShelley Vohr
2019-11-01src: expose granular SetIsolateUpForNodeShelley Vohr
2019-10-31src: change env.h includes for forward declarationsAlexandre Ferrando
2019-10-29src: split up InitializeContextShelley Vohr
2019-10-28cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen