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-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
2022-01-14src: use `std::optional` for Worker thread idAnna Henningsen
2022-01-14src: gracefully handle errors in GetX509NameObjectTobias Nießen
2022-01-14src: fix out-of-bounds check of serialization indicesJoostK
2022-01-12v8: make writeHeapSnapshot throw if fopen failsAntonio Román
2022-01-11tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-11crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2022-01-11src: remove unused x509 functionsTobias Nießen
2022-01-06src: do IWYU for some STL includesDavid Sanders
2022-01-05src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao
2022-01-05node-api: add missing initialization of last errorMichael Dawson
2022-01-01src: split out async stack corruption detection from inline fnAnna Henningsen
2022-01-01src: store native async execution resources as `v8::Local`Anna Henningsen
2022-01-01src: guard slightly costly check in MakeCallback more stronglyAnna Henningsen
2021-12-26async_hooks: add missing initializationMichael Dawson
2021-12-19perf_hooks: multiple fixes for HistogramJames M Snell