summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-08-11, Version 14.8.0 (Current)v14.8.0v14.8.0-proposalShelley Vohr2020-08-106-12/+109
* meta: uncomment all codeownersMary Marchini2020-08-101-49/+49
* doc: use _Static method_ instead of _Class Method_Rich Trott2020-08-1014-43/+43
* lib: use non-symbols in isURLInstance checkShelley Vohr2020-08-101-2/+1
* doc: tidy some addons.md textRich Trott2020-08-101-4/+4
* tools: fix C++ import checker argument expansionAnna Henningsen2020-08-101-3/+8
* src: fix linter failuresAnna Henningsen2020-08-1012-29/+16
* doc: use _Class Method_ in async_hooks.mdRich Trott2020-08-101-1/+1
* n-api: fix use-after-free with napi_remove_async_cleanup_hookAnna Henningsen2020-08-101-0/+6
* async_hooks: avoid GC tracking of AsyncResource in ALSGerhard Stoebich2020-08-101-2/+6
* n-api,src: provide asynchronous cleanup hooksAnna Henningsen2020-08-1013-3/+368
* async_hooks: avoid unneeded AsyncResource creationGerhard Stoebich2020-08-102-2/+20
* async_hooks: improve property descriptors in als.bindGerhard Stoebich2020-08-101-1/+5
* async_hooks: add AsyncResource.bind utilityJames M Snell2020-08-103-5/+90
* repl: use _Node.js_ in user-facing REPL textRich Trott2020-08-102-2/+2
* net: don't return the stream object from onStreamReadRobey Pointer2020-08-101-3/+8
* repl: use _REPL_ in user-facing textRich Trott2020-08-102-7/+7
* test: fix wrong method callgengjiawen2020-08-101-1/+1
* doc: add Ricky Zhou to collaboratorsrickyes2020-08-101-0/+2
* build: do not run auto-start-ci on forksEvan Lucas2020-08-101-0/+1
* src: spin shutdown loop while immediates are pendingAnna Henningsen2020-08-101-1/+4
* src: fix `size` underflow in CallbackQueueAnna Henningsen2020-08-101-1/+1
* wasi: add __wasi_fd_filestat_set_times() testcjihrig2020-08-102-0/+10
* deps: update to uvwasi 0.0.10cjihrig2020-08-105-256/+387
* doc: edit process.title note for brevity and clarityRich Trott2020-08-101-5/+3
* test: add debugging for callbacks in test-https-foafssl.jsRich Trott2020-08-101-3/+6
* test: add debugging for test-https-foafssl.jsRich Trott2020-08-101-0/+3
* doc: update fs.watch() availability for IBM iiandrc2020-08-101-0/+1
* doc: fix typo in path.mdaetheryx2020-08-101-1/+1
* crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk2020-08-102-0/+45
* meta: enable http2 team for CODEOWNERSRich Trott2020-08-101-6/+6
* async_hooks: don't read resource if ALS is disabledGerhard Stoebich2020-08-101-1/+1
* build: run CI on release branchesShelley Vohr2020-08-107-0/+14
* build: enable build for node-v8 pushgengjiawen2020-08-104-3/+7
* module: handle Top-Level Await non-fulfills betterAnna Henningsen2020-08-108-14/+111
* module: unflag Top-Level AwaitMyles Borins2020-08-1014-28/+33
* test: convert most N-API tests from C++ to CGabriel Schulhof2020-08-108-77/+67
* policy: increase tests via permutation matrixBradley Farias2020-08-107-438/+437
* build: increase startCI verbosity and fix job nameMary Marchini2020-08-102-1/+2
* repl: improve static import error message in replMyles Borins2020-08-102-0/+19
* doc: add release key for Ruy AdornoRuy Adorno2020-08-101-0/+3
* doc: clarify process.title inconsistenciesCorey Butler2020-08-101-0/+6
* test: replace flaky pummel regression testsAnna Henningsen2020-08-103-195/+39
* repl: give repl entries unique namesBradley Farias2020-08-104-17/+43
* tools: update ESLint to 7.6.0cjihrig2020-08-1010-14/+43
* tools: add meta.fixable to fixable lint rulescjihrig2020-08-107-0/+27
* async_hooks: fix id assignment in fast-path promise hookAndrey Pechkurov2020-08-102-38/+69
* test: change Fixes: to Refs:Rich Trott2020-08-102-4/+4
* doc: document the connection event for HTTP2 & TLS serversTim Perry2020-08-102-0/+43
* test: fix flaky http-parser-timeout-resetRobert Nagy2020-08-101-1/+1