summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-10-26src: fix crash with SyntheticModule#setExportMichaël Zasso
2019-10-25src: allow inspector without v8 platformShelley Vohr
2019-10-24module: resolve self-referencesJan Krems
2019-10-24crypto: guard with OPENSSL_NO_GOSTShelley Vohr
2019-10-23inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen
2019-10-22src: remove unnecessary std::endl usageDaniel Bevenius
2019-10-22src: make implementing CancelPendingDelayedTasks for platform optionalAnna Henningsen
2019-10-22src: expose ListNode<T>::prev_ on postmortem metadatalegendecas
2019-10-222019-10-22, Version 13.0.0 (Current)Beth Griggs
2019-10-22cli: add --trace-uncaught flagAnna Henningsen