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-05-31src: replace `auto`s in node_contextify.ccXadillaX
2021-05-31bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-05-19Working on v16.2.1Michaël Zasso
2021-05-192021-05-19, Version 16.2.0 (Current)v16.2.0Michaël Zasso
2021-05-18src: fix fatal errors when a current isolate not existlegendecas
2021-05-18lib: support setting process.env.TZ on windowsJames M Snell
2021-05-18src: update cares_wrap OpenBSD definesAnna Henningsen
2021-05-17src: remove extra semi after member fnShelley Vohr
2021-05-17build,src,test,doc: enable FIPS for OpenSSL 3.0Daniel Bevenius
2021-05-17fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-17async_hooks: use new v8::Context PromiseHook APIStephen Belanger
2021-05-17Revert "worker: remove `ERR_CLOSED_MESSAGE_PORT`"Juan José Arboleda
2021-05-17doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-17node-api: faster threadsafe_functionFedor Indutny
2021-05-17doc: use sentence case in headers in src/crypto/README.mdRich Trott
2021-05-04Working on v16.1.1Michaël Zasso
2021-05-032021-05-04, Version 16.1.0 (Current)v16.1.0Michaël Zasso
2021-05-03inspector: remove redundant method for connection checkYash Ladha
2021-04-29crypto: don't crash with some selfsigned certsNils Dralle
2021-04-29src: use %progbits instead of @progbitsStephen Gallagher
2021-04-29src: print arbitrary javascript exception value in node reportlegendecas
2021-04-29src: refactor to use THROW_* argument based snprintfFilip Skokan
2021-04-29src: fix abort in pbkdf2Tobias Nießen
2021-04-29src: fix setting Converter sub char lengthJames M Snell
2021-04-29src: avoid deferred gc/cleanup for Buffer.fromJames M Snell
2021-04-20Working on v16.0.1Beth Griggs
2021-04-202021-04-20, Version 16.0.0 (Current)v16.0.0Beth Griggs
2021-04-19node-api: make reference weak parameter an indirect link to referencesChengzhong Wu
2021-04-19src: cache some context in localsXadillaX
2021-04-17dns: refactor cares_wrap internalsJames M Snell
2021-04-15src: fix finalization crashJames M Snell
2021-04-13process: add range validation to debugPortcjihrig
2021-04-12src: refactor SecureContext InitializationJames M Snell
2021-04-12perf_hooks: fix loop delay resolution validationAntoine du Hamel
2021-04-11deps: update llhttp to 5.1.0Fedor Indutny
2021-04-10http: fixup perf regressionJames M Snell
2021-04-08crypto: fix crash in CCM mode without dataTobias Nießen
2021-04-08src: fix typo for initializationYash Ladha
2021-04-08crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan
2021-04-08bootstrap: print information for snapshot at environment exit in debugJoyee Cheung
2021-04-06src: remove KeyObjectData::CreateSecret overloadTobias Nießen
2021-04-04src: fix typo in node_mutexTobias Nießen
2021-04-04src: fix typos in crypto commentsTobias Nießen
2021-04-04crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan
2021-04-03src: fix error handling for CryptoJob::ToResultTobias Nießen
2021-04-03fs: fix chown abortDarshan Sen
2021-04-02net: allow net.BlockList to use net.SocketAddress objectsJames M Snell
2021-04-02net: add SocketAddress classJames M Snell
2021-04-02net: make net.BlockList cloneableJames M Snell
2021-04-01http2: add specific error code for custom framesAnna Henningsen