| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer: introduce File | Khafra | 2022-11-10 | 1 | -0/+51 |
* | meta: be more proactive about removing from teams | Rich Trott | 2022-11-10 | 1 | -0/+3 |
* | doc, async_hooks: improve and add migration hints | Gerhard Stöbich | 2022-11-10 | 1 | -18/+24 |
* | node-api: handle no support for external buffers | Michael Dawson | 2022-11-09 | 1 | -0/+27 |
* | tools: add documentation regarding our api tooling | Claudio Wunder | 2022-11-09 | 1 | -0/+296 |
* | tls: add "ca" property to certificate object | Ben Noordhuis | 2022-11-09 | 1 | -0/+4 |
* | doc: include last security release date | Juan José Arboleda | 2022-11-08 | 1 | -1/+1 |
* | lib: add options to the heap snapshot APIs | Joyee Cheung | 2022-11-08 | 2 | -5/+32 |
* | test_runner: support function mocking | cjihrig | 2022-11-07 | 1 | -0/+360 |
* | doc: fix test runner's only tests section header | Colin Ihrig | 2022-11-07 | 1 | -1/+1 |
* | test_runner: avoid swallowing of asynchronously thrown errors | MURAKAMI Masahiko | 2022-11-07 | 1 | -2/+2 |
* | doc: add more info for timer.setInterval | theanarkh | 2022-11-06 | 1 | -0/+2 |
* | doc: add `node:` prefix for examples | Daeyeon Jeong | 2022-11-05 | 3 | -11/+11 |
* | diagnostics_channel: mark as stable | Stephen Belanger | 2022-11-05 | 1 | -1/+9 |
* | 2022-11-04, Version 18.12.1 'Hydrogen' (LTS) | Juan José Arboleda | 2022-11-04 | 1 | -0/+23 |
* | 2022-11-04, Version 19.0.1 (Current) | RafaelGSS | 2022-11-04 | 1 | -0/+23 |
* | 2022-11-04, Version 16.18.1 'Gallium' (LTS) | Beth Griggs | 2022-11-04 | 1 | -0/+19 |
* | 2022-11-04, Version 14.21.1 'Fermium' (LTS) | Beth Griggs | 2022-11-04 | 1 | -0/+19 |
* | doc: update name of Node.js core Slack channel | Rich Trott | 2022-11-03 | 1 | -1/+1 |
* | doc: fix "task_processor.js" typo | andreysoktoev | 2022-11-03 | 1 | -1/+1 |
* | report: add more memory info | theanarkh | 2022-11-02 | 1 | -3/+7 |
* | 2022-11-01, Version 14.21.0 'Fermium' (LTS) | Danielle Adams | 2022-11-01 | 2 | -0/+31 |
* | src: trace threadpool event | theanarkh | 2022-11-01 | 1 | -0/+4 |
* | fs: add recursive watch to linux | Yagiz Nizipli | 2022-10-31 | 1 | -4/+3 |
* | stream: add compose operator | Raz Luvaton | 2022-10-31 | 1 | -0/+39 |
* | doc: add history section to `fetch`-related globals | Antoine du Hamel | 2022-10-29 | 1 | -0/+20 |
* | doc: change make lint to make lint-md | RafaelGSS | 2022-10-27 | 1 | -1/+1 |
* | doc, http: add Uint8Array as allowed type | Gerhard Stöbich | 2022-10-27 | 1 | -6/+26 |
* | doc: add more lts update steps to release guide | Ruy Adorno | 2022-10-27 | 1 | -0/+19 |
* | esm: protect ESM loader from prototype pollution | Antoine du Hamel | 2022-10-27 | 1 | -12/+31 |
* | doc: update process.release | Filip Skokan | 2022-10-27 | 1 | -15/+15 |
* | 2022-10-25, Version 18.12.0 'Hydrogen' (LTS) | Ruy Adorno | 2022-10-25 | 1 | -0/+15 |
* | doc: update mark release line lts on release guide | Ruy Adorno | 2022-10-24 | 1 | -0/+37 |
* | report: add rss and use/kernel cpu usage fields | theanarkh | 2022-10-24 | 1 | -7/+12 |
* | src,lib: retrieve parsed source map url from v8 | legendecas | 2022-10-23 | 1 | -0/+35 |
* | doc: be more definite and present tense-y | Ben Noordhuis | 2022-10-23 | 1 | -5/+5 |
* | doc: add major version note to release guide | Ruy Adorno | 2022-10-22 | 1 | -0/+18 |
* | doc: fix v14.x link maintaining openssl guide | RafaelGSS | 2022-10-22 | 1 | -1/+3 |
* | doc: add note about latest GitHub release | Michaël Zasso | 2022-10-22 | 1 | -0/+2 |
* | doc: mention v18.x openssl maintaining guide | Rafael Gonzaga | 2022-10-21 | 1 | -0/+2 |
* | doc: fix display of "problematic" ASCII characters | John Gardner | 2022-10-21 | 1 | -0/+1 |
* | report,doc: define report version semantics | Gireesh Punathil | 2022-10-21 | 1 | -0/+5 |
* | doc: fix typo in parseArgs default value | Tobias Nießen | 2022-10-20 | 1 | -1/+1 |
* | process: remove `process.exit()`, `process.exitCode` coercion to integer | Daeyeon Jeong | 2022-10-19 | 2 | -3/+18 |
* | util: add MIME utilities (#21128) | Bradley Farias | 2022-10-19 | 3 | -13/+363 |
* | 2022-10-18, Version 19.0.0 (Current) | RafaelGSS | 2022-10-18 | 33 | -68/+285 |
* | doc: fix http and http2 writeEarlyHints() parameter | Fabian Meyer | 2022-10-17 | 2 | -8/+14 |
* | doc: improve the workflow to test release binaries | Rafael Gonzaga | 2022-10-15 | 1 | -2/+3 |
* | lib: promise version of streams.finished call clean up | Naor Tedgi (Abu Emma) | 2022-10-15 | 1 | -0/+5 |
* | doc: fix undici version in changelog | Michael Dawson | 2022-10-14 | 2 | -2/+2 |