summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: patch V8 to 10.9.194.9Michaƫl Zasso2022-12-316-7/+41
* lib: use `kEmptyObject` as default value for optionsDeokjin Kim2022-12-315-6/+11
* src: fix typo in `node_file.cc`Vadim2022-12-291-1/+1
* doc: fix wrong output of example in `url.protocol`Deokjin Kim2022-12-281-2/+2
* stream: fix typo in JSDocDeokjin Kim2022-12-281-1/+1
* src: fix crash on OnStreamRead on WindowsSantiago Gimeno2022-12-282-3/+51
* debugger: refactor console in lib/internal/debugger/inspect.jsDebadree Chatterjee2022-12-281-13/+10
* doc: use `os.availableParallelism()` in async_context and clusterDeokjin Kim2022-12-282-11/+11
* http: replace `var` with `const` on code of commentDeokjin Kim2022-12-281-2/+2
* src: add worker per-isolate binding initializationlegendecas2022-12-288-23/+84
* src: define per-isolate internal bindings registration callbacklegendecas2022-12-2813-141/+239
* deps: update simdutf to 2.0.9Node.js GitHub Bot2022-12-272-12/+20
* doc: make EventEmitterAsyncResource's `options` as optionalDeokjin Kim2022-12-271-1/+1
* tools: add url to `AUTHORS` update automationAntoine du Hamel2022-12-271-0/+3
* deps: update to uvwasi 0.0.14Colin Ihrig2022-12-273-5/+10
* test_runner: use os.availableParallelism()Colin Ihrig2022-12-271-3/+3
* meta: update AUTHORSNode.js GitHub Bot2022-12-271-0/+3
* tools: update lint-md-dependencies to rollup@3.8.1Node.js GitHub Bot2022-12-272-14/+14
* test: print failed JS/parallel testsGeoffrey Booth2022-12-271-7/+17
* deps: fix updater github workflow jobYagiz Nizipli2022-12-251-1/+1
* doc: replace single executable champion in strategic initiatives docDarshan Sen2022-12-251-2/+2
* process,worker: ensure code after exit() effectlessywave6202022-12-2510-5/+76
* buffer: add buffer.isUtf8 for utf8 validationYagiz Nizipli2022-12-257-1/+131
* Revert "deps: disable avx512 for simutf on benchmark ci"Yagiz Nizipli2022-12-241-15/+0
* build: fix arm64 cross-compile from powershellStefan Stojanovic2022-12-241-2/+2
* doc: update error message of example in replDeokjin Kim2022-12-241-3/+3
* doc: fix typos in packages.mdEric Mutta2022-12-241-2/+2
* net: add autoSelectFamily global getter and setterPaolo Insogna2022-12-2412-9/+355
* http: improved timeout defaults handlingPaolo Insogna2022-12-243-4/+59
* doc: remove port from example in `url.hostname`Deokjin Kim2022-12-241-1/+1
* meta: add `nodejs/loaders` to CODEOWNERSGeoffrey Booth2022-12-241-10/+14
* doc: show output of example in httpDeokjin Kim2022-12-241-9/+9
* tools: update GitHub workflow actionMohammed Keyvanzadeh2022-12-232-2/+2
* meta: add `nodejs/test_runner` to CODEOWNERSAntoine du Hamel2022-12-231-0/+9
* src: fix creating `Isolate`s from addonsAnna Henningsen2022-12-239-26/+132
* errors: refactor to use a method that formats a list stringDaeyeon Jeong2022-12-233-38/+41
* module: move test reporter loadingGeoffrey Booth2022-12-2210-61/+90
* deps: disable avx512 for simutf on benchmark ciYagiz Nizipli2022-12-221-0/+15
* util: add fast path for text-decoder fatal flagYagiz Nizipli2022-12-223-9/+25
* deps: add simdutf dependencyYagiz Nizipli2022-12-2212-0/+30637
* test: fix flakyness in test-runner reporter testMoshe Atlow2022-12-221-1/+3
* src: use string_view for FastStringKey implementationAnna Henningsen2022-12-215-24/+21
* doc: add parallelism note to os.cpus()cjihrig2022-12-211-0/+4
* os: add availableParallelism()cjihrig2022-12-214-0/+28
* build: add option to disable shared readonly heapAnna Henningsen2022-12-212-1/+10
* src: use CreateEnvironment instead of inlining its code where possibleAnna Henningsen2022-12-213-26/+21
* benchmark: include webstreams benchmarkRafael Gonzaga2022-12-214-0/+123
* doc: clarify release notes for Node.js 16.19.0Richard Lau2022-12-211-8/+7
* doc: clarify release notes for Node.js 14.21.2Richard Lau2022-12-211-2/+1
* doc: fix wrong output of example in `url.password`Deokjin Kim2022-12-211-1/+1