summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-06-17, Version 12.18.1 'Erbium' (LTS)v12.18.1v12.18.1-proposalShelley Vohr2020-06-164-3/+106
* deps: V8: cherry-pick 548f6c81d424Dominykas Blyžė2020-06-095-22/+30
* deps: update to uvwasi 0.0.9cjihrig2020-06-0914-584/+1619
* src: use BaseObjectPtr in StreamReq::DisposeJames M Snell2020-06-091-1/+3
* doc: document module.pathAntoine du Hamel2020-06-081-0/+12
* doc: add fs.open() multiple constants exampleEthan Arrowood2020-06-081-0/+18
* doc: fix typos in handle scope descriptionsTobias Nießen2020-06-081-2/+2
* http2: comment on usage of `Object.create(null)`Pranshu Srivastava2020-06-081-0/+3
* worker: fix race condition in node_messaging.ccAnna Henningsen2020-06-081-5/+3
* src: reduce duplication in RegisterHandleCleanupsDaniel Bevenius2020-06-081-24/+9
* doc: update function description for `decipher.setAAD`Jonathan Buhacoff2020-06-081-2/+7
* doc: add comment about highWaterMark limitBenjamin Gruenbaum2020-06-081-0/+5
* deps: upgrade to libuv 1.38.0cjihrig2020-06-0860-416/+1068
* doc: clarify about the Node.js-only extensions in perf_hooksJoyee Cheung2020-06-082-13/+49
* src: remove unused IsolateSettings variableDaniel Bevenius2020-06-081-2/+1
* src: remove unused misc variableDaniel Bevenius2020-06-081-2/+1
* src: add promise_resolve to SetupHooks commentDaniel Bevenius2020-06-081-3/+4
* errors: skip fatal error highlighting on windowsThomas2020-06-081-2/+18
* tools: update dependencies for markdown lintingRich Trott2020-06-083-3683/+6330
* doc: fix extension in esm exampleGus Caplan2020-06-081-4/+4
* src: distinguish refed/unrefed threadsafe ImmediatesAnna Henningsen2020-06-084-16/+21
* worker: fix crash when .unref() is called during exitAnna Henningsen2020-06-082-2/+18
* src: add #include <string> in json_utils.hCheng Zhao2020-06-081-0/+1
* esm: improve commonjs hint on module not foundAntoine du Hamel2020-06-081-0/+3
* module: add specific error for dir importAntoine du HAMEL2020-06-088-10/+62
* src: replace to CHECK_NOT_NULL in node_cryptohimself652020-06-081-3/+3
* test: regression tests for async_hooks + Promise + Worker interactionAnna Henningsen2020-06-084-0/+80
* async_hooks: clear async_id_stack for terminations in more placesAnna Henningsen2020-06-081-3/+10
* worker: call CancelTerminateExecution() before exiting LockerAnna Henningsen2020-06-081-0/+5
* fs: forbid concurrent operations on Dir handleAnna Henningsen2020-06-084-0/+87
* fs: clean up Dir.read() uv_fs_t data before calling into JSAnna Henningsen2020-06-083-11/+27
* doc: enhance guides by fixing and making grammar more consistentChris Holland2020-06-084-55/+59
* test: fix test-dns-idna2008Rich Trott2020-06-081-19/+25
* doc: add examples for implementing ESMunknown2020-06-081-0/+21
* tls: fix --tls-keylog optionAlba Mendez2020-06-083-41/+41
* test: refactor WPTRunnerJoyee Cheung2020-06-071-145/+208
* test: update WPT interfaces and hr-timeJoyee Cheung2020-06-0711-18/+3395
* src: add primordials to arguments commentDaniel Bevenius2020-06-071-1/+1
* src: remove unused using declarations in node.ccDaniel Bevenius2020-06-071-2/+0
* src: delete unused variables to resolve compile time print warningrickyes2020-06-071-1/+0
* src: use MaybeLocal.ToLocal instead of IsEmptyDaniel Bevenius2020-06-071-2/+2
* doc: add note about clientError writable handlingPaolo Insogna2020-06-071-0/+15
* doc: fix typo in n-api.mdDaniel Bevenius2020-06-071-1/+1
* src: fix typo in comment in async_wrap.ccDaniel Bevenius2020-06-071-1/+1
* test: fix test-net-throttleRich Trott2020-06-071-16/+25
* tools: update ESLint to 7.0.0cjihrig2020-06-0762-652/+3816
* lib: fix typo in timers insert function commentDaniel Bevenius2020-06-071-1/+1
* src: remove unnecessary Isolate::GetCurrent() callsAnna Henningsen2020-06-072-7/+7
* tools: remove obsolete no-restricted-syntax eslint rulesRuben Bridgewater2020-06-071-44/+0
* tools: add eslint rule to only pass through 'test' to debuglogRuben Bridgewater2020-06-072-0/+37