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-03-032021-03-03, Version 15.11.0 (Current)v15.11.0Michaël Zasso
2021-03-02doc: document how to register external bindings for snapshotJoyee Cheung
2021-02-28worker: fix interaction of terminate() with messaging portAnna Henningsen
2021-02-28crypto: make FIPS related options always awailableVít Ondruch
2021-02-28src: fix alloc-dealloc-mismatch in node_snapshotable.hDarshan Sen
2021-02-28doc: document x509 error codesDan Čermák
2021-02-28src: fix ETW_WRITE_EMPTY_EVENT macroMichaël Zasso
2021-02-28src: disable unfixable MSVC warningsMichaël Zasso
2021-02-28src: avoid implicit type conversions (take 2)Michaël Zasso
2021-02-28bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2021-02-28bootstrap: include fs module into the builtin snapshotJoyee Cheung
2021-02-28src: support serialization of binding dataJoyee Cheung
2021-02-28node-api: force env shutdown deferring behaviorGabriel Schulhof
2021-02-28src: adjust THP sysfs config token retrieval and file closureJames Addison
2021-02-28crypto: use BoringSSL compatible errorsShelley Vohr
2021-02-23Working on v15.10.1Beth Griggs
2021-02-222021-02-23, Version 15.10.0 (Current)v15.10.0Beth Griggs
2021-02-18src: drop localhost6 as allowed host for inspectorMatteo Collina
2021-02-18Working on v15.9.1Danielle Adams
2021-02-172021-02-17, Version 15.9.0 (Current)v15.9.0Danielle Adams
2021-02-16perf_hooks: introduce createHistogramJames M Snell
2021-02-16async_hooks: set unhandledRejection async contextSajal Khandelwal
2021-02-16module: make synthetic module evaluation steps return a Promise to support to...Daniel Clark
2021-02-16src: fix return type of method in string_search.hDarshan Sen
2021-02-16node-api: allow retrieval of add-on file nameGabriel Schulhof
2021-02-16src: add mutex to ManagedEVPPKey classDaniel Bevenius
2021-02-16crypto: avoid infinite loops in prime generationTobias Nießen
2021-02-16src: refactor v8 bindingJoyee Cheung
2021-02-16src: rename binding_data_name to type_name in BindingDataJoyee Cheung
2021-02-16src: avoid implicit type conversionsMichaël Zasso
2021-02-16src: add context for TODO comment in env.ccYash Ladha
2021-02-16src: use make_shared for safe allocationYash Ladha
2021-02-16crypto: remove webcrypto "DSA" JWK Key Type operationsFilip Skokan
2021-02-16src: put (de)serialization code into node_snapshotable.h/ccJoyee Cheung
2021-02-16src: refactor bookkeeping of bootstrap statusJoyee Cheung
2021-02-16src: fix warning in string_search.hDarshan Sen
2021-02-16src: simplify calls to BN_bin2bn in prime genTobias Nießen
2021-02-16tls: add ability to get cert/peer cert as X509Certificate objectJames M Snell
2021-02-16src: read exactly two tokens from Linux THP sysfs configJames Addison
2021-02-02Working on v15.8.1Michaël Zasso
2021-02-022021-02-02, Version 15.8.0 (Current)v15.8.0Michaël Zasso
2021-02-02src: expose BaseObject::kInternalFieldCount in post-mortem metadataJoyee Cheung
2021-02-02quic: remove quicJames M Snell
2021-02-02src: fix dead code in RandomPrimeTraitsTobias Nießen
2021-02-02crypto: fix encrypted private -> public importTobias Nießen
2021-02-02crypto: generateKeyPair('ec') should not support NODE-ED* and NODE-X*Filip Skokan
2021-02-02buffer: avoid creating the backing store in the threadJames M Snell
2021-02-02crypto: add generatePrime/checkPrimeJames M Snell
2021-02-02src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)Tobias Nießen
2021-02-02lib: support returning Safe collections from C++ExE Boss