summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-10-06, Version 12.19.0 'Erbium' (LTS)v12.19.0v12.19.0-proposalShelley Vohr2020-10-0625-73/+594
* module: fix crash on multiline named cjs importsChristoph Tavan2020-10-014-8/+31
* module: use isURLInstance instead of instanceofAntoine du HAMEL2020-10-011-2/+2
* esm: better package.json parser errorsGuy Bedford2020-10-014-14/+18
* esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME messageRich Trott2020-10-012-4/+4
* esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEMEDenys Otrishko2020-10-013-12/+26
* module: drop `-u` alias for `--conditions`Richard Lau2020-10-014-5/+4
* module: fix check for package.json at volume rootDerek Lewis2020-10-012-10/+13
* module: share CJS/ESM resolver fns, refactoringGuy Bedford2020-10-018-569/+317
* module: custom --conditions flag optionGuy Bedford2020-10-0110-38/+93
* module: use cjsCache over esm injectionGuy Bedford2020-10-013-53/+22
* module: self referential modules in repl or `-r`Daniele Belardi2020-10-017-8/+94
* module: package "imports" fieldGuy Bedford2020-10-0116-175/+537
* repl: support --loader option in builtin REPLMichaël Zasso2020-09-298-51/+65
* doc: Add maxTotalSockets option to agent constructorrickyes2020-09-291-0/+8
* http: add maxTotalSockets to agent classrickyes2020-09-293-4/+177
* n-api: create N-API version 7Gabriel Schulhof2020-09-295-9/+9
* test: add arrayOfStreams to pipelinerickyes2020-09-281-0/+20
* doc: remove errors that were never releasedRich Trott2020-09-281-78/+0
* doc: add note about multiple sync events and onceJames M Snell2020-09-281-0/+54
* doc: document behavior for once(ee, 'error')James M Snell2020-09-281-2/+21
* doc: replace http to https of link urlssapics2020-09-2813-27/+27
* doc: specify how fs.WriteStream/ReadStreams are createdJames M Snell2020-09-281-2/+6
* util: restrict custom inspect function + vm.Context interactionAnna Henningsen2020-09-283-3/+124
* internal: rename error-serdes for consistencyEvan Lucas2020-09-286-5/+5
* lib: improve debuglog() performanceBrian White2020-09-2828-40/+101
* test: add vm crash regression testAnna Henningsen2020-09-281-0/+16
* deps: V8: cherry-pick e06ace6b5cdbAnna Henningsen2020-09-283-6/+50
* src: fix ParseEncodingsapics2020-09-283-47/+65
* buffer: also alias BigUInt methodsAnna Henningsen2020-09-283-1/+22
* worker: add public method for marking objects as untransferableAnna Henningsen2020-09-289-20/+122
* worker: do not crash when JSTransferable lists untransferable valueAnna Henningsen2020-09-282-5/+45
* crypto: simplify KeyObject constructorRich Trott2020-09-281-8/+6
* src: fix minor comment typo in KeyObjectDataDaniel Bevenius2020-09-281-1/+1
* crypto: allow KeyObjects in postMessageTobias Nießen2020-09-287-52/+252
* src: store key data in separate classTobias Nießen2020-09-283-105/+116
* src: add NativeKeyObject base classTobias Nießen2020-09-283-59/+112
* src: rename internal key handles to KeyObjectHandleTobias Nießen2020-09-284-48/+56
* worker: emit `'messagerror'` events for failed deserializationAnna Henningsen2020-09-289-6/+69
* worker,fs: make FileHandle transferableAnna Henningsen2020-09-288-4/+235
* worker: allow passing JS wrapper objects via postMessageAnna Henningsen2020-09-2710-33/+384
* worker: allow transferring/cloning generic BaseObjectsAnna Henningsen2020-09-275-56/+194
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-09-2713-0/+34
* worker: add option to track unmanaged file descriptorsAnna Henningsen2020-09-275-3/+89
* src: add option to track unmanaged file descriptorsAnna Henningsen2020-09-276-2/+49
* n-api: re-implement async env cleanup hooksGabriel Schulhof2020-09-265-48/+116
* test: add common/udppair utilityJames M Snell2020-09-268-0/+342
* src: add public APIs to manage v8::TracingControllerAnna Henningsen2020-09-257-6/+43
* fs: implement lutimesMaël Nison2020-09-255-28/+159
* test: AsyncLocalStorage works with thenablesGerhard Stoebich2020-09-231-0/+53