summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-10-10src: bring 425 status code name into accordance with RFC 8470Sergei Osipov
2019-10-08worker: do not use two-arg NewIsolateShelley Vohr
2019-10-08Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-07src: update NODE_MODULE_VERSION to 79Myles Borins
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-05dgram: use `uv_udp_try_send()`Anna Henningsen
2019-10-05process: add source-map support to stack tracesbcoe
2019-10-05http2: set default maxConcurrentStreamsZYSzys
2019-10-04inspector: update faviconUrldokugo
2019-10-03src: fix ESM path resolution on WindowsThomas
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen