summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test: cover 32-bit sizes in generatePrimeTobias Nießen2022-03-061-1/+1
* src: skip revoke_data_object if uuid is not foundXuguang Mei2022-03-063-2/+9
* meta: update AUTHORSNode.js GitHub Bot2022-03-062-1/+4
* loader: fix esm resolve for symlink fileXuguang Mei2022-03-062-9/+55
* doc: clarify that some modules don't work when compiled without sslAntoine du Hamel2022-03-053-0/+109
* doc: add note about nghttp2 hd pair sizeRafael Silva2022-03-051-0/+3
* esm: fix base URL for network importsBradley Farias2022-03-047-16/+79
* test: fix test-process-env-tz.js by using RegExpKhaidi Chu2022-03-041-9/+9
* doc: use parenthesis instead of em dashAntoine du Hamel2022-03-031-2/+2
* build: drop shortened URL from lint-commit-messageRichard Lau2022-03-031-1/+1
* doc: add next-10 to strategic initiativesMichael Dawson2022-03-031-0/+2
* stream: use .chunk when calling adapters's writevXuguang Mei2022-03-033-5/+27
* url: fix url.parse() for @hostnameRich Trott2022-03-022-9/+31
* doc: add missing single-quotes to `http.OutgoingMessage`Juan José Arboleda2022-03-021-3/+3
* doc: fix typosapeltop2022-03-0210-10/+10
* doc: add JakobJingleheimer to collaborators listJacob Smith2022-03-021-0/+2
* http2: close stream and session on frameErrorRafael Silva2022-03-024-3/+77
* src: remove dead code in AddFingerprintDigestTobias Nießen2022-03-011-5/+2
* crypto: fix return type prob reported by coverityMichael Dawson2022-03-011-2/+3
* test: update V8 trace events test expectationsNikolaos Papaspyrou2022-03-012-2/+2
* doc: remove reference to obsolete security programRich Trott2022-03-011-8/+1
* build: fix usage of input in feature actionMichael Dawson2022-02-281-1/+1
* build: increase max ops for stale feature actionMichael Dawson2022-02-281-5/+8
* tools: update lint-md rollup dependenciesNode.js GitHub Bot2022-02-273-30/+30
* buffer: improve blob read performanceXuguang Mei2022-02-271-5/+6
* http: add default argument for Agent.prototype.getName小菜2022-02-275-4/+20
* src: combine GetCurveASN1Name and GetCurveNistNameTobias Nießen2022-02-271-13/+7
* src: simplify TLSWrap::SetSessionTobias Nießen2022-02-273-25/+3
* src: prefer bool over int in crypto_commonTobias Nießen2022-02-272-5/+6
* src: simplify arg type of AddFingerprintDigestTobias Nießen2022-02-271-7/+7
* src: do not ignore return value of BIO_resetTobias Nießen2022-02-271-5/+5
* src: simplify GetExponentStringTobias Nießen2022-02-271-7/+1
* fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros2022-02-274-30/+62
* deps: update nghttp2 to 1.47.0Yash Ladha2022-02-2716-18/+81
* esm: fix relative imports for httpsBradley Farias2022-02-272-1/+13
* meta: update AUTHORSNode.js GitHub Bot2022-02-271-0/+4
* tools: update eslint to 8.10.0Node.js GitHub Bot2022-02-2757-1416/+2035
* crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel2022-02-2610-36/+59
* crypto: add KeyObject.prototype.equals methodFilip Skokan2022-02-265-0/+124
* doc: add release key for Bryan EnglishBryan English2022-02-261-0/+3
* lib: clean after the cancel algorithm throw errorGang Chen2022-02-262-3/+36
* doc: remove repeated a wordapeltop2022-02-261-1/+1
* perf_hooks: do not return all entries with getEntriesBy[Name|Type]Xuguang Mei2022-02-262-4/+22
* deps: upgrade npm to 8.5.2npm team2022-02-26421-4906/+3967
* build: add corepack to the auto-updated dependenciesMaël Nison2022-02-252-5/+11
* errors: do not access .stack in debugBenjamin E. Coe2022-02-252-5/+5
* build: last test of the stale feature actionMichael Dawson2022-02-251-4/+4
* deps: V8: cherry-pick 77d515484864Lu Yahan2022-02-253-159/+159
* deps: V8: cherry-pick b66334313c8bLu Yahan2022-02-253-7/+7
* stream: allow returning null from pipeline tailRobert Nagy2022-02-252-1/+18