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-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
2021-09-26src: remove usage of AllocatedBuffer from udp_wrap.ccDarshan Sen
2021-09-26src: move `ToUSVString()` to node_util.ccXadillaX
2021-09-25src,crypto: eliminate code duplication between StatelessDiffieHellman*Darshan Sen
2021-09-24src: allow CAP_NET_BIND_SERVICE in SafeGetenvDaniel Bevenius
2021-09-22doc: update markdown files in src for upcoming linting/formattingRich Trott
2021-09-18src: add --no-global-search-paths cli optionCheng Zhao
2021-09-18src: add option to disable global search pathsCheng Zhao
2021-09-17src: remove unnecessary comment and add a CHECK in crypto_tls.ccDarshan Sen
2021-09-16src: register zlib external references for snapshotJoyee Cheung
2021-09-11worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno
2021-09-11src: fix -Wunreachable-code-return errorShelley Vohr
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-09-09crypto: fix RSA-PSS default saltLengthTobias Nießen
2021-09-09crypto: fix default MGF1 hash for OpenSSL 3Tobias Nießen
2021-09-08src: use Isolate::TryGetCurrent where appropriateAnna Henningsen
2021-09-08errors: disp ver on fatal except that causes exitDivlo
2021-09-08src: make napi_create_reference accept symbolJckXia
2021-09-07src: fix C4805 MSVC warningMichaël Zasso
2021-09-06src: register external references of PipeWrap for snapshotJoyee Cheung
2021-09-06src: register external references of TTYWrap for snapshotJoyee Cheung
2021-09-06src: register external references of TCPWrap for snapshotJoyee Cheung