summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-05-19, Version 14.3.0 (Current)v14.3.0v14.3.0-proposalShelley Vohr2020-05-1911-28/+166
* src: add default: case to silence compiler warningAnna Henningsen2020-05-191-1/+1
* tools: update dependencies for markdown lintingRich Trott2020-05-173-3683/+6330
* doc: prepare 14.x changelog for remark updateRich Trott2020-05-171-0/+1
* doc: fix extension in esm exampleGus Caplan2020-05-171-4/+4
* buffer,n-api: release external buffers from BackingStore callbackAnna Henningsen2020-05-165-139/+110
* src: distinguish refed/unrefed threadsafe ImmediatesAnna Henningsen2020-05-164-16/+21
* worker: fix crash when .unref() is called during exitAnna Henningsen2020-05-162-2/+18
* src: add #include <string> in json_utils.hCheng Zhao2020-05-161-0/+1
* repl: deprecate repl._builtinLibsRuben Bridgewater2020-05-163-27/+58
* repl: remove obsolete completer variableRuben Bridgewater2020-05-161-5/+1
* repl: deprecate repl.inputStream and repl.outputStreamRuben Bridgewater2020-05-164-27/+79
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-1642-214/+158
* esm: improve commonjs hint on module not foundAntoine du Hamel2020-05-161-0/+3
* module: add specific error for dir importAntoine du HAMEL2020-05-168-10/+62
* doc: fix stream exampleAnna Henningsen2020-05-161-2/+3
* src: replace to CHECK_NOT_NULL in node_cryptohimself652020-05-161-3/+3
* test: regression tests for async_hooks + Promise + Worker interactionAnna Henningsen2020-05-164-0/+80
* async_hooks: clear async_id_stack for terminations in more placesAnna Henningsen2020-05-161-3/+10
* worker: call CancelTerminateExecution() before exiting LockerAnna Henningsen2020-05-161-0/+5
* cli: add `--trace-atomics-wait` flagAnna Henningsen2020-05-167-0/+178
* fs: forbid concurrent operations on Dir handleAnna Henningsen2020-05-164-0/+87
* fs: clean up Dir.read() uv_fs_t data before calling into JSAnna Henningsen2020-05-163-11/+27
* doc: enhance guides by fixing and making grammar more consistentChris Holland2020-05-164-55/+59
* test: fix test-dns-idna2008Rich Trott2020-05-161-19/+25
* Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina2020-05-165-59/+33
* module: do not check circular dependencies for exported proxiesRuben Bridgewater2020-05-164-5/+45
* repl: improve repl autocompletion for require callsRuben Bridgewater2020-05-164-59/+77
* test: refactor test/parallel/test-bootstrap-modules.jsRuben Bridgewater2020-05-161-20/+22
* repl: replace hard coded core module list with actual listRuben Bridgewater2020-05-166-62/+22
* repl: show reference errors during previewRuben Bridgewater2020-05-164-9/+89
* repl: improve repl previewRuben Bridgewater2020-05-164-15/+77
* src: remove deprecated FinalizationRegistry hooksGus Caplan2020-05-168-115/+0
* doc: add examples for implementing ESMunknown2020-05-161-0/+21
* src: small modification to NgHeaderJames M Snell2020-05-162-17/+33
* tls: fix --tls-keylog optionAlba Mendez2020-05-163-41/+41
* src: refactor Reallocate since it introduced in upstream v8Jiawen Geng2020-05-161-1/+1
* build: enable `--error-on-warn` for POSIX workflowsRichard Lau2020-05-162-2/+2
* build: fix `--error-on-warn` for macOSRichard Lau2020-05-161-0/+6
* test: refactor WPTRunnerJoyee Cheung2020-05-161-145/+208
* test: update WPT interfaces and hr-timeJoyee Cheung2020-05-1611-18/+3395
* deps: update to ICU 67.1Michaƫl Zasso2020-05-16172-3448/+6388
* src: add primordials to arguments commentDaniel Bevenius2020-05-161-1/+1
* src: remove unused using declarations in node.ccDaniel Bevenius2020-05-161-2/+0
* src: delete unused variables to resolve compile time print warningrickyes2020-05-161-1/+0
* src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius2020-05-161-2/+2
* doc: add note about clientError writable handlingPaolo Insogna2020-05-161-0/+15
* doc: fix typo in n-api.mdDaniel Bevenius2020-05-151-1/+1
* src: fix typo in comment in async_wrap.ccDaniel Bevenius2020-05-151-1/+1
* test: fix test-net-throttleRich Trott2020-05-151-16/+25