summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2022-06-01, Version 18.3.0 (Current)v18.3.0Bryan English2022-06-019-16/+113
* deps: update undici to 5.4.0Node.js GitHub Bot2022-06-0114-202/+79
* benchmark: add node-error benchmarkRafaelGSS2022-05-302-0/+35
* doc: use serial comma in errors docsTobias Nießen2022-05-301-2/+2
* deps: regenerate OpenSSL archs filesDaniel Bevenius2022-05-30126-1151/+619
* deps: exclude linker scripts for windows buildsDaniel Bevenius2022-05-301-3/+3
* tools: update lint-md-dependencies to rollup@2.75.1Node.js GitHub Bot2022-05-303-38/+37
* meta: update AUTHORSNode.js GitHub Bot2022-05-302-1/+3
* tls: fix convertALPNProtocols accepting ArrayBufferViewsLiviaMedeiros2022-05-302-3/+17
* doc: add note regarding `%Array.prototype.concat%` in `primordials.md`Antoine du Hamel2022-05-301-0/+55
* doc: use serial comma in worker_threads docsTobias Nießen2022-05-301-3/+3
* doc: fix napi version for node_api_symbol_forDanielle Adams2022-05-301-1/+0
* node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas2022-05-3013-46/+304
* deps: upgrade npm to 8.11.0npm-cli+bot@github.com2022-05-30120-2237/+2044
* perf_hooks: fix start_time of perf_hookstheanarkh2022-05-306-14/+19
* doc: document `signal` option for `EventTarget#addEventListener`Antoine du Hamel2022-05-301-0/+6
* crypto: align webcrypto RSA key import/export with other implementationsFilip Skokan2022-05-303-90/+1
* http2: set origin name correctly when servername is emptyofirbarak2022-05-302-1/+7
* test: improve code coverage for inspector connection errorsKohei Ueno2022-05-301-4/+25
* deps: update undici to 5.3.0Node.js GitHub Bot2022-05-3022-284/+487
* util: add parseArgs moduleBenjamin E. Coe2022-05-309-0/+1189
* src: refactor GetCipherValue and related functionsTobias Nießen2022-05-302-43/+12
* http2: improve tests and docsDaeyeon Jeong2022-05-308-8/+97
* doc: make minor adjustmentsLivia Medeiros2022-05-3012-13/+13
* src: make SecureContext fields privateTobias Nießen2022-05-303-21/+22
* doc: use serial comma in dgram docsTobias Nießen2022-05-301-1/+1
* test: use mustSucceed instead of mustCall with assert.ifErrorMURAKAMI Masahiko2022-05-301-9/+7
* net: add ability to reset a tcp socketpupilTong2022-05-3012-5/+232
* src,lib: migrate to console on context's extra bindinglegendecas2022-05-304-21/+20
* http: add uniqueHeaders option to request and createServerShogun2022-05-306-13/+380
* doc: use serial comma in process docsTobias Nießen2022-05-301-1/+1
* lib: refactor `validateInt32` and `validateUint32`mawaregetsuka2022-05-308-67/+21
* tools: refactor build-addons.js to ESMFeng Yu2022-05-306-65/+70
* debugger: throw a more useful error when the frame is missingKohei Ueno2022-05-302-0/+33
* doc: improved parallel specificationmawaregetsuka2022-05-301-6/+6
* doc: improve callback params for `fs.mkdir`Daeyeon Jeong2022-05-301-0/+2
* tools: update lint-md-dependencies to rollup@2.74.1Node.js GitHub Bot2022-05-303-139/+141
* console: fix console.dir crash on a revoked proxyDaeyeon Jeong2022-05-303-0/+39
* doc: remove outdated footnote (Python 2 --> 3 for V8 tests)DeeDeeG2022-05-301-4/+2
* tools: update eslint to 8.16.0Node.js GitHub Bot2022-05-30669-1597/+4188
* test: improve readline/emitKeypressEvents.js coverageOneNail2022-05-301-15/+59
* src: reuse GetServerNameTobias Nießen2022-05-301-3/+2
* tools: refactor update-authors.js to ESMFeng Yu2022-05-303-18/+14
* meta: add mailmap entry for legendecasChengzhong Wu2022-05-302-2/+3
* doc: add release key for RafaelGSSRafael Gonzaga2022-05-301-0/+3
* doc: use serial comma in assert docsTobias Nießen2022-05-301-4/+4
* doc: fix errors in Performance hooks docOneNail2022-05-301-5/+3
* meta: add mailmap entry for npm teamLuigi Pinca2022-05-301-0/+1
* worker: fix heap snapshot crash on exitChengzhong Wu2022-05-304-23/+24
* net: remoteAddress always undefined called before connectedOneNail2022-05-302-2/+12