| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: simplify lazy loading of internal modulesv18.13.0-test | Antoine du Hamel | 2023-01-04 | 2 | -43/+32 |
* | src: add internal isArrayBufferDetached | Yagiz Nizipli | 2023-01-04 | 4 | -19/+28 |
* | src,lib: group properties used as constants from `util` binding | Daeyeon Jeong | 2023-01-04 | 6 | -36/+50 |
* | util: use private symbols in JS land directly | Joyee Cheung | 2023-01-04 | 7 | -94/+51 |
* | test: remove flaky parallel/test-process-wrap test | Ben Noordhuis | 2023-01-04 | 1 | -86/+0 |
* | doc: buffer.fill empty value | Marco Ippolito | 2023-01-04 | 2 | -0/+28 |
* | test_runner: refactor `tap_lexer` to use more primordials | Antoine du Hamel | 2023-01-04 | 1 | -15/+21 |
* | build: disable v8 snapshot compression by default | Joyee Cheung | 2023-01-04 | 2 | -1/+9 |
* | test_runner: refactor `tap_parser` to use more primordials | Antoine du Hamel | 2023-01-04 | 1 | -24/+30 |
* | watch: add CLI flag to preserve output | Debadree Chatterjee | 2023-01-04 | 5 | -2/+43 |
* | test: fix invalid output TAP if there newline in test name | Pulkit Gupta | 2023-01-04 | 3 | -8/+14 |
* | src: add uvwasi version | Jithil P Ponnan | 2023-01-04 | 3 | -0/+5 |
* | test_runner: add t.after() hook | cjihrig | 2023-01-04 | 3 | -1/+39 |
* | test_runner: don't use a symbol for runHook() | cjihrig | 2023-01-04 | 1 | -9/+8 |
* | src: simplify NodeBIO::GetMethod initialization | Anna Henningsen | 2023-01-04 | 3 | -11/+5 |
* | src: make structuredClone work for process.env | Ben Noordhuis | 2023-01-04 | 7 | -12/+79 |
* | meta: update AUTHORS | Node.js GitHub Bot | 2023-01-04 | 1 | -0/+1 |
* | build: add python 3.11 support for android | Mohammed Keyvanzadeh | 2023-01-04 | 1 | -1/+2 |
* | src: mark generated `snapshot_data` as `const` | Anna Henningsen | 2023-01-04 | 2 | -7/+2 |
* | lib: allow Writeable.toWeb() to work on http.Outgoing message | Debadree Chatterjee | 2023-01-04 | 2 | -2/+37 |
* | readline: improve robustness against prototype mutation | Antoine du Hamel | 2023-01-04 | 1 | -22/+34 |
* | tls: remove trustcor root ca certificates | Ben Noordhuis | 2023-01-04 | 2 | -82/+2 |
* | benchmark: add variety of inputs to text-encoder | Yagiz Nizipli | 2023-01-04 | 1 | -5/+18 |
* | crypto: fix CipherBase Update int32 overflow | Marco Ippolito | 2023-01-04 | 2 | -1/+13 |
* | doc: add args of filter option of fs.cp | MURAKAMI Masahiko | 2023-01-04 | 1 | -0/+9 |
* | lib: check number of arguments in `EventTarget`'s function | Deokjin Kim | 2023-01-04 | 2 | -0/+33 |
* | lib: disambiguate `native module` to `binding` | Daeyeon Jeong | 2023-01-04 | 1 | -5/+5 |
* | lib: disambiguate `native module` to `builtin module` | Daeyeon Jeong | 2023-01-04 | 1 | -8/+8 |
* | doc: disambiguate `native module` to `addon` | Daeyeon Jeong | 2023-01-04 | 1 | -2/+3 |
* | test_runner: add resetCalls to MockFunctionContext | MURAKAMI Masahiko | 2023-01-04 | 3 | -0/+29 |
* | benchmark: make benchmarks runnable in older versions of Node.js | Joyee Cheung | 2023-01-04 | 3 | -64/+43 |
* | net: check `autoSelectFamilyAttemptTimeout` is positive | Deokjin Kim | 2023-01-04 | 2 | -1/+15 |
* | test: fix -Wunused-variable on report-fatalerror | Santiago Gimeno | 2023-01-04 | 1 | -3/+0 |
* | doc: using console.error for error cases in crypto and events | emirgoren | 2023-01-04 | 2 | -6/+6 |
* | doc: fix actual result of example is different in events | Deokjin Kim | 2023-01-04 | 1 | -3/+4 |
* | tools: update lint-md-dependencies | Node.js GitHub Bot | 2023-01-04 | 2 | -28/+29 |
* | build: rework gyp files for zlib | Richard Lau | 2023-01-04 | 3 | -97/+212 |
* | Revert "deps: fix zlib compilation for CPUs without SIMD features" | Luigi Pinca | 2023-01-04 | 3 | -20/+0 |
* | meta: update AUTHORS | Node.js GitHub Bot | 2023-01-04 | 1 | -0/+3 |
* | tools: add GitHub token permissions to label flaky-test issues | Gabriela Gutierrez | 2023-01-04 | 1 | -0/+3 |
* | net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options | Paolo Insogna | 2023-01-04 | 9 | -7/+932 |
* | doc: add doc-only deprecation for headers/trailers setters | Rich Trott | 2023-01-04 | 1 | -0/+20 |
* | tools: remove dependency vulnerability checker | Facundo Tuesca | 2023-01-04 | 5 | -523/+0 |
* | src: cleanup on disambiguating native modules | Michael Dawson | 2023-01-04 | 1 | -2/+2 |
* | doc: add detail on how api docs are published | Michael Dawson | 2023-01-04 | 1 | -5/+13 |
* | doc: use console.error for error case in child_process and dgram | Deokjin Kim | 2023-01-04 | 2 | -6/+6 |
* | http: make `OutgoingMessage` more streamlike | Robert Nagy | 2023-01-04 | 3 | -21/+78 |
* | lib: added SuiteContext class | Debadree Chatterjee | 2023-01-04 | 1 | -1/+18 |
* | test_runner: don't parse TAP from stderr | Colin Ihrig | 2023-01-04 | 4 | -14/+67 |
* | meta: add .mailmap entry for Stefan Stojanovic | Rich Trott | 2023-01-04 | 2 | -1/+2 |