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-06-02worker: do not look up context twice in PostMessageAnna Henningsen
2021-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-06-01src: replace `auto`s in node_api.ccXadillaX
2021-06-01src: cache necessary isolate & context in api/*XadillaX
2021-06-01src: fix typosbl-ue
2021-05-27src: support fs_event_wrap binding in the snapshotJoyee Cheung
2021-05-26src: remove redundant v8 namespaces in `env.cc`Juan José Arboleda
2021-05-25worker: use rwlock for sibling groupAnna Henningsen
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-05-25cli: add -C alias for --conditions flagGuy Bedford
2021-05-24src: fix compiler warnings in node_buffer.ccDarshan Sen
2021-05-24worker: leave TODO comments for using std::variant when possibleAnna Henningsen
2021-05-24src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-23url: exit early when : delimiter is seen in hostnameTimothy Gu
2021-05-22src: use HandleScope in StreamReq::Done()Darshan Sen
2021-05-21src: remove commented code in `node_file.cc`Juan José Arboleda
2021-05-21src: write named pipe info in diagnostic reportlegendecas
2021-05-21src: remove unused `iostream` libraryJuan José Arboleda
2021-05-20src: remove more extra semis from member fnsShelley Vohr
2021-05-20node-api: fix shutdown crashesMichael Dawson
2021-05-19src: replace `auto`s in node_contextify.ccXadillaX
2021-05-19bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-05-18src: fix fatal errors when a current isolate not existlegendecas
2021-05-17lib: support setting process.env.TZ on windowsJames M Snell
2021-05-17src: update cares_wrap OpenBSD definesAnna Henningsen
2021-05-16src: remove extra semi after member fnShelley Vohr
2021-05-14build,src,test,doc: enable FIPS for OpenSSL 3.0Daniel Bevenius
2021-05-11fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-07async_hooks: use new v8::Context PromiseHook APIStephen Belanger
2021-05-06Revert "worker: remove `ERR_CLOSED_MESSAGE_PORT`"Juan José Arboleda
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-05node-api: faster threadsafe_functionFedor Indutny
2021-05-04doc: use sentence case in headers in src/crypto/README.mdRich Trott
2021-04-30inspector: remove redundant method for connection checkYash Ladha
2021-04-30src: allow custom PageAllocator in NodePlatformShelley Vohr
2021-04-28crypto: don't crash with some selfsigned certsNils Dralle
2021-04-27src: use %progbits instead of @progbitsStephen Gallagher
2021-04-26src: print arbitrary javascript exception value in node reportlegendecas
2021-04-24src: refactor to use THROW_* argument based snprintfFilip Skokan
2021-04-24src: fix abort in pbkdf2Tobias Nießen
2021-04-24src: fix setting Converter sub char lengthJames M Snell
2021-04-24src: avoid deferred gc/cleanup for Buffer.fromJames M Snell
2021-04-202021-04-20, Version 16.0.0 (Current)Beth 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