summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test: increase coverage for fs/dir readZijian Liu2020-12-211-0/+6
* src: remove empty name check in node_env_var.ccraisinten2020-12-211-3/+1
* stream: accept iterable as a valid first argumentZiJian Liu2020-12-212-1/+20
* lib: make safe primordials safe to iterateAntoine du Hamel2020-12-214-18/+55
* test: remove test-http2-client-upload as flakyRich Trott2020-12-211-2/+0
* doc: revise addon mulitple initializations textRich Trott2020-12-211-2/+2
* build: fix make test-npmRuy Adorno2020-12-211-1/+1
* doc: add v15.4.0 link to CHANGELOG.mdDanielle Adams2020-12-211-1/+2
* worker: fix broadcast channel SharedArrayBuffer passingAnna Henningsen2020-12-213-9/+18
* doc: add PoojaDurgad to collaboratorsPooja D P2020-12-211-0/+2
* test: increase coverage for net/blocklistZijian Liu2020-12-211-0/+43
* util: simplify constructor retrieval in inspect()Rich Trott2020-12-211-44/+3
* src: remove duplicate V macros in node_v8.ccDaniel Bevenius2020-12-211-12/+0
* test: make executable name more generalShelley Vohr2020-12-211-1/+1
* src: use correct outer Context’s microtask queueAnna Henningsen2020-12-214-3/+62
* deps: V8: backport 4bf051d536a1Anna Henningsen2020-12-214-2/+21
* src: guard against env != null in node_errors.ccAnna Henningsen2020-12-211-1/+1
* worker: refactor MessagePort entanglement managementAnna Henningsen2020-12-212-39/+35
* doc: edit addon text about event loop blockingRich Trott2020-12-211-3/+3
* test: increased externalized string lengthShelley Vohr2020-12-211-4/+4
* tls: forward new SecureContext optionsAlba Mendez2020-12-213-4/+31
* deps: upgrade npm to 7.1.2Darcy Clarke2020-12-21135-928/+3985
* util: fix instanceof checks with null prototypes during inspectionRuben Bridgewater2020-12-212-1/+20
* util: fix module prefixes during inspectionRuben Bridgewater2020-12-214-5/+25
* child_process: add signal support to spawnBenjamin Gruenbaum2020-12-213-3/+67
* doc: note v15.0.0 changed default --unhandled-rejections=throwkai zhu2020-12-211-2/+7
* src: allow preventing SetPrepareStackTraceCallbackShelley Vohr2020-12-212-4/+7
* deps: upgrade npm to 7.1.1Ruy Adorno2020-12-21127-764/+4159
* tools: update ini in tools/node-lint-md-cli-rollupMyles Borins2020-12-212-46/+58
* test: add test for async contexts in PerformanceObserverZauberNerd2020-12-211-0/+37
* Revert "perf_hooks: make PerformanceObserver an AsyncResource"Nicolai Stange2020-12-211-7/+2
* perf_hooks: invoke performance_entry_callback via MakeSyncCallback()Nicolai Stange2020-12-211-5/+4
* src: introduce convenience node::MakeSyncCallback()Nicolai Stange2020-12-212-0/+34
* src: add typedef for CleanupHookCallback callbackDaniel Bevenius2020-12-212-6/+9
* build,lib,test: change whitelist to allowlistMichaël Zasso2020-12-215-12/+12
* doc: update terminologyMichael Dawson2020-12-211-1/+1
* stream: support abortsignal in constructorBenjamin Gruenbaum2020-12-218-6/+119
* inspector: refactor to use more primordialsAntoine du Hamel2020-12-211-2/+2
* test: increase execFile abort coverageMoshe vilner2020-12-211-0/+11
* doc: reword POSIX threads text in addons.mdRich Trott2020-12-211-2/+2
* tools: enable no-unsafe-optional-chaining lint rulecjihrig2020-12-211-0/+1
* tools: update ESLint to 7.15.0cjihrig2020-12-2167-2047/+2740
* doc: add RaisinTen as a triagerraisinten2020-12-211-0/+2
* deps: upgrade npm to 7.1.0Ruy Adorno2020-12-21125-488/+1501
* test: fix flaky test-replRich Trott2020-12-211-1/+1
* src: fix indentation in memory_tracker-inl.hDaniel Bevenius2020-12-211-4/+4
* src: remove identical V macroDaniel Bevenius2020-12-211-3/+0
* src: use using declarations consistentlyDaniel Bevenius2020-12-211-17/+24
* doc: document ABORT_ERR codeBenjamin Gruenbaum2020-12-211-0/+12
* tools: update doc tool dependenciesMichaël Zasso2020-12-212-369/+598