summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2021-02-02, Version 15.8.0 (Current)v15.8.0v15.8.0-proposalMichaël Zasso2021-02-028-21/+122
* doc: fix color contrast on <kbd> elementsAntoine du Hamel2021-02-021-1/+1
* deps: upgrade npm to 7.5.1Ruy Adorno2021-02-02104-198/+1027
* src: expose BaseObject::kInternalFieldCount in post-mortem metadataJoyee Cheung2021-02-022-3/+16
* doc: fix list format in Developer's Certificate of OriginAkash Negi2021-02-021-21/+21
* async_hooks: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-022-10/+9
* doc,test: fix prime generation descriptionTobias Nießen2021-02-022-16/+50
* fs: read full size if known in promises.readFileAnna Henningsen2021-02-021-5/+6
* fs: only use Buffer.concat in promises.readFile when necessaryAnna Henningsen2021-02-021-1/+1
* doc: fix markup and alphabetization in errors.mdRich Trott2021-02-021-8/+8
* doc: clarify ERR_INVALID_REPL_INPUT usageRich Trott2021-02-021-2/+2
* http: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-023-13/+21
* doc: clarify repl exception conditionsRich Trott2021-02-021-20/+11
* doc: add example for test structureTurner Jabbour2021-02-021-0/+15
* doc: remove TOC summary for pages with no TOCRich Trott2021-02-023-12/+17
* esm: update to correct deprecation codecjihrig2021-02-021-2/+2
* doc: add missing deprecation codecjihrig2021-02-021-1/+1
* deps: update openssl configJames M Snell2021-02-02268-1816/+141
* quic: remove quicJames M Snell2021-02-02234-83440/+16
* Revert "deps: various quic patches from akamai/openssl"James M Snell2021-02-0235-1532/+33
* Revert "deps: re-enable OPENSSL_NO_QUIC guards"James M Snell2021-02-022-8/+0
* Revert "deps: update patch and docs for openssl update"James M Snell2021-02-022-1981/+336
* esm: deprecate legacy main lookup for modulesGuy Bedford2021-02-028-36/+95
* doc: update Buffer encoding option countDave Cardwell2021-02-021-1/+1
* deps: upgrade npm to 7.5.0Ruy Adorno2021-02-02133-3491/+12630
* src: fix dead code in RandomPrimeTraitsTobias Nießen2021-02-021-4/+2
* util: add internal createDeferredPromise()cjihrig2021-02-023-18/+16
* readline: replace _questionCancel with a symbolcjihrig2021-02-021-2/+3
* readline: check for null input in question()cjihrig2021-02-021-2/+2
* tools: remove commented code from stability.jscjihrig2021-02-021-1/+1
* doc: update BUILDING.md previous versions linksRichard Lau2021-02-021-2/+1
* test: add tests for `bound apply` variants of varargs `primordials`ExE Boss2021-02-024-3/+81
* lib: add `bound apply` variants of varargs `primordials`ExE Boss2021-02-023-10/+60
* lib: refactor to use validateObjectZiJian Liu2021-02-0217-79/+72
* benchmark: add benchmark for NODE_V8_COVERAGEbcoe2021-02-022-0/+147
* fs: add validatePosition and use in read and readSyncDarshan Sen2021-02-022-28/+22
* test: increase inspect coverageEmil Sivervik2021-02-021-0/+17
* test: skip tests consistently in parallel.statusRich Trott2021-02-021-2/+2
* lib: refactor to use validateFunctionZiJian Liu2021-02-0215-79/+79
* test: increase read file abort coverageMoshe vilner2021-02-021-0/+8
* crypto: fix encrypted private -> public importTobias Nießen2021-02-023-3/+19
* crypto: generateKeyPair('ec') should not support NODE-ED* and NODE-X*Filip Skokan2021-02-025-14/+55
* doc: mention adding Fixes to collaborator onboarding PRJoyee Cheung2021-02-021-3/+6
* lib: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-021-15/+13
* buffer: avoid creating the backing store in the threadJames M Snell2021-02-021-2/+2
* test: update to improve terminologyMichael Dawson2021-02-025-5/+15
* test: increase coverage for assert/calltrackerZiJian Liu2021-02-021-0/+14
* tools: enable object-curly-newline in ESLint rulesRich Trott2021-02-021-0/+1
* test,doc,lib: adjust object literal newlines for lint ruleRich Trott2021-02-0233-181/+159
* crypto: add generatePrime/checkPrimeJames M Snell2021-02-029-0/+769