Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-182022-04-19, Version 18.0.0 (Current)v18.0.0Beth Griggs
2022-04-13src: fix coverity reportMichael Dawson
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-12src: update NODE_MODULE_VERSION to 108Michaël Zasso
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-11src: fix alphabetically sorted binding listTobias Nießen
2022-04-11src,crypto: remove uses of AllocatedBuffer from crypto_tls.ccDarshan Sen
2022-04-09src,inspector: fix empty MaybeLocal crashDarshan Sen
2022-04-07node-api,src: fix module registration in MSVC C++Vladimir Morozov
2022-04-05v8: make v8.writeHeapSnapshot() error codes consistentDarshan Sen
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-04-04process: disallow some uses of Object.defineProperty() on process.envHimself65
2022-04-03src: add proper mutexes for accessing FIPS stateAnna Henningsen
2022-04-01src: fix typo in InspectorIoDelegate constructorKohei Ueno
2022-03-31bootstrap: run inspector and event loop in snapshot builderJoyee Cheung
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-03-31src,crypto: handle empty maybe correctly in crypto_dh.ccDarshan Sen
2022-03-31src: remove unnecessary static qualifier in crypto_dh.ccDarshan Sen
2022-03-31src,crypto: remove uses of AllocatedBuffer from crypto_dh.ccDarshan Sen
2022-03-29src: address 3 useless call coverity warningsMichael Dawson
2022-03-29net,dns: trace tcp connection and dns by perf_hookstheanarkh
2022-03-27crypto: make authTagLength optional for CC20P1305Tobias Nießen
2022-03-26src: properly report exceptions from AddressToJS()Darshan Sen
2022-03-23bootstrap: use SnapshotData to pass snapshot data aroundJoyee Cheung
2022-03-23src: suppress false coverity warningMichael Dawson
2022-03-21async_hooks: remove destroyed symbol on PromisesGerhard Stöbich
2022-03-21node-api: format Node-API related codeVladimir Morozov
2022-03-21src: refactor IsSupportedAuthenticatedModeTobias Nießen
2022-03-20crypto: fix auth tag length error when mode != GCMTobias Nießen
2022-03-18src: convert hex2bin() into a regular functionDarshan Sen
2022-03-18worker: do not send message if port is closingRich Trott
2022-03-15src: fix coverity warnings in node_file.ccMichael Dawson
2022-03-14src: check EC_POINT_get_affine_coordinates resultTobias Nießen
2022-03-14src: simplify bound check in ParseArrayIndexTobias Nießen
2022-03-14src: avoid returning invalid value from hex2binTobias Nießen
2022-03-14src: check return value of HMAC_FinalTobias Nießen
2022-03-11src: include crypto in the bootstrap snapshotJoyee Cheung
2022-03-11src: include internal/options in the snapshotJoyee Cheung
2022-03-11url: preserve null char in WHATWG URL errorsRich Trott
2022-03-11src: remove redundant buffer size checkTobias Nießen
2022-03-10src: perform minor cleanups on zlib codeAnna Henningsen
2022-03-10http2: fix potential integer overflowMichael Dawson
2022-03-09crypto: prettify othername in PrintGeneralNameTobias Nießen
2022-03-09crypto: fix X509Certificate toLegacyObjectTobias Nießen
2022-03-09src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey()Darshan Sen
2022-03-09src: use `emplace_back` instead of `push_back`Yash Ladha
2022-03-08crypto: improve prime size argument validationTobias Nießen
2022-03-08crypto: fix fingerprint string size calculationTobias Nießen
2022-03-08crypto: add CHECKs to remaining BIO_s_mem allocsTobias Nießen
2022-03-07src: fix unchecked return warning from coverityMichael Dawson