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-14src: refactor to use locale functionsDarshan Sen
2021-06-14report: generates report on threads with no isolateslegendecas
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-11node-api: avoid crashing on passed-in null stringGabriel Schulhof
2021-06-10src: update NODE_MODULE_VERSION to 94Michaël Zasso
2021-06-10src: throw error in LoadBuiltinModuleSource when reading failsJoyee Cheung
2021-06-10url,src: simplify ipv6 logic by using uv_inet_ptonXadillaX
2021-06-10tools: refactor snapshot builderJoyee Cheung
2021-06-08node-api: avoid SecondPassCallback crashMichael Dawson
2021-06-08src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-08crypto: use compatible version of EVP_CIPHER_nameShelley Vohr
2021-06-07src: make InitializeOncePerProcess more flexibleShelley Vohr
2021-06-06crypto: fix label cast in EVP_PKEY_CTX_set0_rsa_oaep_labelShelley Vohr
2021-06-06crypto: use EVP_get_cipherbynid directlyShelley Vohr
2021-06-04node-api: rtn pending excep on napi_new_instancelegendecas
2021-06-03crypto: add missing rand.h includeShelley Vohr
2021-06-03src: add not-weak DCHECK to PersistentToLocal::StrongAnna Henningsen
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