summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* util: add tokens to parseArgsJohn Gee2022-07-181-2/+121
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-1/+0
* doc: add history info for `global.performance`Antoine du Hamel2022-07-171-0/+4
* events: add `CustomEvent`Daeyeon Jeong2022-07-171-0/+26
* doc: add platform-windows-arm to who to CCMichael Dawson2022-07-171-40/+40
* doc: document ES2022's Error "cause" propertyJames Ide2022-07-161-2/+49
* doc: include make clean to openssl archRafaelGSS2022-07-151-0/+1
* doc: add link to diagnostic toolsRafael Gonzaga2022-07-151-20/+29
* doc: update links to MDN page about dynamic importsJannis R2022-07-155-5/+5
* doc: deprecate coercion to integer in process.exitDaeyeon Jeong2022-07-151-0/+15
* bootstrap: handle snapshot errors gracefullyJoyee Cheung2022-07-151-0/+3
* doc: deprecate diagnostics_channel object subscribe methodStephen Belanger2022-07-142-1/+28
* lib: improved diagnostics_channel subscribe/unsubscribeStephen Belanger2022-07-141-7/+88
* util: add `maxArrayLength` option to Set and MapKohei Ueno2022-07-141-2/+6
* doc: revert anachronistic 'node:' module require()s in API history notesDeeDeeG2022-07-144-6/+6
* test_runner: support timeout for testsMoshe Atlow2022-07-141-0/+14
* 2022-07-13, Version 18.6.0 (Current)Michaël Zasso2022-07-136-13/+220
* doc: clarify release process for new releasersRafael Gonzaga2022-07-131-1/+16
* stream: initial approach to include strategy options on Readable.toWeb()txxnano2022-07-131-1/+5
* doc: remove bullet point referring to Node.js 12Luigi Pinca2022-07-121-5/+0
* doc: include last security release dateRafael Gonzaga2022-07-111-1/+1
* doc: add details for July 2022 security releasesBeth Griggs2022-07-111-8/+44
* doc: remove openssl 1.x referenceRafael Gonzaga2022-07-111-55/+6
* http: add diagnostics channel for http clienttheanarkh2022-07-101-0/+35
* doc: remove node-report from support tiersRafaelGSS2022-07-091-1/+0
* net: add drop event for net servertheanarkh2022-07-091-0/+17
* module: add isBuiltIn methodhemanth.hm2022-07-081-0/+16
* doc: update changelog-maker to the new flagsRafaelGSS2022-07-071-3/+3
* 2022-07-07, Version 18.5.0 (Current)RafaelGSS2022-07-072-1/+26
* 2022-07-07, Version 16.16.0 'Gallium' (LTS)Danielle Adams2022-07-071-0/+24
* 2022-07-07, Version 14.20.0 'Fermium' (LTS)Juan José Arboleda2022-07-071-0/+19
* doc: remove extra 'in'sColin Ihrig2022-07-071-2/+2
* doc: improve readability of `dns.md`0xSanyam2022-07-071-13/+13
* doc: add note regarding special case of 0 stat.sizeDouglas Wilson2022-07-051-0/+3
* doc: fix default of duplex.allowHalfOpenVincent Weevers2022-07-051-1/+1
* doc: fix typo in errors.mdKazuma Ohashi2022-07-051-2/+2
* doc: improve description of --input-typecola1192022-07-041-0/+2
* doc: remove appmetrics from tierlistTony Gorez2022-07-031-1/+0
* doc: remove systemtap from tierlistTony Gorez2022-07-031-1/+0
* doc: add single executable application initiativeMichael Dawson2022-07-031-8/+10
* doc: remove windows xperf from tierlistTony Gorez2022-07-031-1/+0
* doc: remove lttng from tierlistTony Gorez2022-07-031-1/+0
* esm: restore `next<HookName>`'s `context` as optional argJacob Smith2022-07-021-6/+6
* doc: remove dtrace from tierlistTony Gorez2022-07-011-2/+0
* doc: promote 0x to tier 4Tony Gorez2022-07-011-4/+3
* doc: include CVSS mentionRafael Gonzaga2022-06-301-0/+2
* doc: fix icu-small exampleMichael Dawson2022-06-301-1/+1
* doc: add `backport-open-vN.x` step to backporting guideLivia Medeiros2022-06-291-3/+6
* http: use Keep-Alive by default in global agentsPaolo Insogna2022-06-292-1/+20
* test_runner: expose `describe` and `it`Moshe Atlow2022-06-291-2/+93