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
2021-11-29crypto: add missing null checkMichael Dawson
2021-11-27src,crypto: remove uses of `AllocatedBuffer` from `crypto_sig`Darshan Sen
2021-11-25src,crypto: use `ByteSource::ToBuffer()` in `crypto_dh`Darshan Sen
2021-11-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-18src: reset error struct if error code is napi_okJckXia
2021-11-17crypto: trim input for NETSCAPE_SPKI_b64_decodeShelley Vohr
2021-11-17process: support hrtime in the snapshotJoyee Cheung
2021-11-17src,doc: add SyntaxError napi supportIdan Attias
2021-11-15crypto: throw errors in SignTraits::DeriveBitsTobias Nießen
2021-11-13async_hooks: eliminate require side effectsStephen Belanger
2021-11-13src,crypto: remove `AllocatedBuffer`s from `crypto_spkac`Darshan Sen
2021-11-13src,crypto: refactor `crypto_tls.*`Darshan Sen
2021-11-13src: prevent extra copies of `TimerWrap::TimerCb`Darshan Sen
2021-11-12http: add missing initializationMichael Dawson
2021-11-11crypto: fix build without scryptMartin Jansa
2021-11-10src: add x509.fingerprint512 to crypto module3nprob
2021-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-11-08src: make LoadEnvironment with string work with builtin modules pathMichaël Zasso
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-10-30src: remove usage of `AllocatedBuffer` from `node_http2`Darshan Sen
2021-10-28src: fix #endif description in crypto_keygen.hTobias Nießen
2021-10-23src: throw error instead of assertionRay Wang
2021-10-22src,crypto: use `std::variant` in DH paramsDarshan Sen
2021-10-20src,stream: remove `*Check*()` calls from non-`Initialize()` functionsDarshan Sen
2021-10-20src,crypto: remove `AllocatedBuffer` from `crypto_cipher.cc`Darshan Sen
2021-10-20src,fs: remove `ToLocalChecked()` call from `fs::AfterMkdirp()`Darshan Sen
2021-10-20crypto: avoid double freeMichael Dawson
2021-10-192021-10-19, Version 17.0.0 (Current)Beth Griggs
2021-10-19src: register external references in os bindingsJoyee Cheung
2021-10-19src: register external references in crypto bindingsJoyee Cheung
2021-10-18src: add missing inialization in agent.hMichael Dawson
2021-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-16src: get embedder options on-demandJoyee Cheung
2021-10-15src: ensure V8 initialized before marking milestoneShelley Vohr
2021-10-14src: add flags for controlling process behaviorCheng Zhao
2021-10-12src: update NODE_MODULE_VERSION to 102Michaël Zasso
2021-10-12src: remove usage of `AllocatedBuffer` from `stream_*`Darshan Sen
2021-10-11src: add missing initializationMichael Dawson
2021-10-11deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius
2021-10-09dgram: add `nread` assertion to `UDPWrap::OnRecv`Darshan Sen
2021-10-09vm: add support for import assertions in dynamic importsAntoine du Hamel
2021-10-07doc: format general markdown filesRich Trott
2021-10-07doc,src: update crypto/README.mdTobias Nießen
2021-10-05src: use `As()` instead of `Cast()` for conversionsDarshan Sen
2021-10-04crypto: update root certificatesRichard Lau
2021-10-02src: update NODE_MODULE_VERSION to 100Michaël Zasso
2021-09-30src: implement changes suggested by @addaleaxkokke
2021-09-30src: fix time-of-use vs time-of-check "bugs"kokke
2021-09-29v8: remove --harmony-top-level-awaitGeoffrey Booth
2021-09-28src: remove AllocatedBuffer from crypto_common.ccDarshan Sen