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-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
2022-03-07src: return proper URLs from node_api_get_module_file_nameAnna Henningsen
2022-03-07url, src: modify one `special_back_slash`XadillaX
2022-03-06src: skip revoke_data_object if uuid is not foundXuguang Mei
2022-03-02http2: close stream and session on frameErrorRafael Silva
2022-03-01src: remove dead code in AddFingerprintDigestTobias Nießen
2022-03-01crypto: fix return type prob reported by coverityMichael Dawson
2022-02-27src: combine GetCurveASN1Name and GetCurveNistNameTobias Nießen
2022-02-27src: simplify TLSWrap::SetSessionTobias Nießen
2022-02-27src: prefer bool over int in crypto_commonTobias Nießen
2022-02-27src: simplify arg type of AddFingerprintDigestTobias Nießen
2022-02-27src: do not ignore return value of BIO_resetTobias Nießen
2022-02-27src: simplify GetExponentStringTobias Nießen
2022-02-26crypto: add KeyObject.prototype.equals methodFilip Skokan
2022-02-24node-api: fix typo in `node_api.cc`Austin Kelleher
2022-02-24src: allow preventing InitializeInspector in envShelley Vohr
2022-02-22crypto: use RFC2253 format in PrintGeneralNameTobias Nießen
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-18crypto: check result of BIO_new in X509ToObjectTobias Nießen
2022-02-18crypto: rename X509_NAME_FLAGSTobias Nießen
2022-02-18src,buffer: evaluate THROW_AND_RETURN_IF_OOB() expression only onceDarshan Sen
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-14src: merge ToJsSet into ToV8ValueAnna Henningsen
2022-02-11child_process: kHideConsoleWindows for spawnSyncRaymond Zhao
2022-02-11src: remove separate definitions for static constexpr membersAnna Henningsen
2022-02-11src: use const reference instead of pointer in URL::SerializeURLAnna Henningsen
2022-02-11src: reserve string allocation space early in URL::SerializeURLAnna Henningsen
2022-02-11src: fix query/fragment serialization in URL::SerializeURLAnna Henningsen
2022-02-11src: don't print interface if sin6_scope_id is 0Santiago Gimeno
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-08crypto: do not advertise unsupported algorithmsBrian White
2022-02-05src: slightly simplify URLHost::ToStringAnna Henningsen
2022-02-05src: slightly simplify V8CoverageConnection::GetFilenameAnna Henningsen
2022-02-03crypto: check return code from EVP_DigestUpdateMichael Dawson
2022-02-02src: update ImportModuleDynamicallyCamillo Bruni
2022-02-02src: update NODE_MODULE_VERSION to 105Michaël Zasso
2022-02-02src: fix typo in js_native_api_v8.ccCaio Agiani
2022-02-01lib: add fetchMichaël Zasso
2022-02-01module: unflag esm json modulesGeoffrey Booth
2022-01-29perf_hooks: remove useless calls in HistogramMichael Dawson
2022-01-28http2: fix memory leak on nghttp2 hd thresholdRafael Silva
2022-01-25node-api: add node_api_symbol_for()Darshan Sen
2022-01-20src: update NODE_MODULE_VERSION to 104Michaël Zasso
2022-01-18doc: make contributing info more discoverableMichael Dawson
2022-01-18tls: represent registeredID numerically alwaysTobias Nießen