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-04-02net: make net.BlockList cloneableJames M Snell
2021-04-01http2: add specific error code for custom framesAnna Henningsen
2021-03-30url: forbid pipe in URL hostDarshan Sen
2021-03-28src: indent long help text properlyDavid Glasser
2021-03-28src: document newer values for --unhandled-rejections flagDavid Glasser
2021-03-28src: fix typo in src code guideTobias Nießen
2021-03-26http2: treat non-EOF empty frames like other invalid framesAnna Henningsen
2021-03-25src: report idle time correctlyStephen Belanger
2021-03-25crypto: clear errors in SignTraits::DeriveBitsFilip Skokan
2021-03-25node-api: fix crash in finalizationMichael Dawson
2021-03-23vm: add import assertion supportGus Caplan
2021-03-19crypto: use macro map for NodeCryptoErrorDarshan Sen
2021-03-19deps: add ngtcp2 and nghttp3James M Snell
2021-03-19worker: send correct error status for worker initYash Ladha
2021-03-19node-api: stop ref gc during environment teardownGabriel Schulhof
2021-03-18crypto: fix crypto.verify callback invocation with a private keyobjectFilip Skokan
2021-03-17src: add .note.GNU-stack sectionJames Addison
2021-03-16src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius
2021-03-15errors: remove experimental from --enable-source-mapsbcoe
2021-03-15src: use non-deprecated GetCreationContext from V8Michaël Zasso
2021-03-15src: remove V8_FT_ADAPTOR for V8 updatecjihrig
2021-03-15src: use non-deprecated V8 module APIsMichaël Zasso
2021-03-15src: update NODE_MODULE_VERSION to 93Michaël Zasso
2021-03-13crypto: reconcile duplicated codeJames M Snell
2021-03-13crypto: add internal error codesDarshan Sen
2021-03-13src: fix variable name of OnCloseReceived callbackTobias Nießen
2021-03-11crypto: add optional callback to crypto.sign and crypto.verifyFilip Skokan
2021-03-11node-api: define version 8Gabriel Schulhof
2021-03-09src: add error formatting supportGus Caplan
2021-03-05crypto: add separate error for INVALID_KEY_TYPEDarshan Sen
2021-03-04src: make BaseObject::is_snapshotable virtualAnna Henningsen
2021-03-04worker: add ports property to MessageEventsAnna Henningsen
2021-03-01doc: document how to register external bindings for snapshotJoyee Cheung
2021-02-27worker: fix interaction of terminate() with messaging portAnna Henningsen
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-02-25src: use non-deprecated V8 module and script APIsMichaël Zasso
2021-02-25src: update NODE_MODULE_VERSION to 92Michaël Zasso
2021-02-23src: drop localhost6 as allowed host for inspectorMatteo Collina
2021-02-23src: fix alloc-dealloc-mismatch in node_snapshotable.hDarshan Sen
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-22doc: document x509 error codesDan Čermák
2021-02-20src: fix ETW_WRITE_EMPTY_EVENT macroMichaël Zasso
2021-02-20src: disable unfixable MSVC warningsMichaël Zasso
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2021-02-19bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2021-02-19bootstrap: include fs module into the builtin snapshotJoyee Cheung
2021-02-19src: support serialization of binding dataJoyee Cheung
2021-02-19node-api: force env shutdown deferring behaviorGabriel Schulhof
2021-02-17src: adjust THP sysfs config token retrieval and file closureJames Addison
2021-02-17crypto: use BoringSSL compatible errorsShelley Vohr