summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-10-21src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-10-21src: remove unused iomanip includeDaniel Bevenius
2019-10-18src: initialize openssl only onceSam Roberts
2019-10-16esm: modify resolution order for specifier flagMyles Borins
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-10-16src: refine maps parsing for large pagesGabriel Schulhof
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-14n-api: add `napi_detach_arraybuffer`legendecas
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-13src: implement v8 host weakref hooksGus Caplan
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-10-11src: fix largepages regressionGabriel Schulhof
2019-10-11fs: buffer dir entries in opendir()Anna Henningsen
2019-10-10esm: unflag --experimental-exportsGuy Bedford
2019-10-10src: remove unused using declarations in worker.ccDaniel Bevenius