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-07-052021-07-05, Version 16.4.2 (Current)v16.4.2Beth Griggs
2021-07-01Working on v16.4.2Beth Griggs
2021-06-282021-07-01, Version 16.4.1 (Current)v16.4.1Beth Griggs
2021-06-23Working on v16.4.0Danielle Adams
2021-06-232021-06-23, Version 16.4.0 (Current)v16.4.0Danielle Adams
2021-06-22async_hooks: check for empty contexts before removingBryan English
2021-06-22src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-21bootstrap: move event loop handle checking into snapshot builderJoyee Cheung
2021-06-21bootstrap: split NodeMainInstance::Run()Joyee Cheung
2021-06-21src,url: separate some tables out of node_url.ccXadillaX
2021-06-21src: cleanup uv_fs_t regardless of success or notlegendecas
2021-06-15src: refactor to use locale functionsDarshan Sen
2021-06-15report: generates report on threads with no isolateslegendecas
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-13node-api: avoid crashing on passed-in null stringGabriel Schulhof
2021-06-11src: throw error in LoadBuiltinModuleSource when reading failsJoyee Cheung
2021-06-11url,src: simplify ipv6 logic by using uv_inet_ptonXadillaX
2021-06-11tools: refactor snapshot builderJoyee Cheung
2021-06-11node-api: avoid SecondPassCallback crashMichael Dawson
2021-06-11src,test: raise error for --enable-fips when no FIPSDaniel Bevenius
2021-06-11crypto: use compatible version of EVP_CIPHER_nameShelley Vohr
2021-06-11src: make InitializeOncePerProcess more flexibleShelley Vohr
2021-06-11crypto: fix label cast in EVP_PKEY_CTX_set0_rsa_oaep_labelShelley Vohr
2021-06-11crypto: use EVP_get_cipherbynid directlyShelley Vohr
2021-06-11node-api: rtn pending excep on napi_new_instancelegendecas
2021-06-11crypto: add missing rand.h includeShelley Vohr
2021-06-11src: add not-weak DCHECK to PersistentToLocal::StrongAnna Henningsen
2021-06-11worker: do not look up context twice in PostMessageAnna Henningsen
2021-06-11dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-06-03Working on v16.3.1Danielle Adams
2021-06-022021-06-02, Version 16.3.0 (Current)v16.3.0Danielle Adams
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-06-02src: replace `auto`s in node_api.ccXadillaX
2021-06-02src: cache necessary isolate & context in api/*XadillaX
2021-06-01src: fix typosbl-ue
2021-05-31src: support fs_event_wrap binding in the snapshotJoyee Cheung
2021-05-31src: remove redundant v8 namespaces in `env.cc`Juan José Arboleda
2021-05-31worker: use rwlock for sibling groupAnna Henningsen
2021-05-31src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-05-31cli: add -C alias for --conditions flagGuy Bedford
2021-05-31src: fix compiler warnings in node_buffer.ccDarshan Sen
2021-05-31worker: leave TODO comments for using std::variant when possibleAnna Henningsen
2021-05-31src: set CONF_MFLAGS_DEFAULT_SECTION for OpenSSL 3Daniel Bevenius
2021-05-31url: exit early when : delimiter is seen in hostnameTimothy Gu
2021-05-31src: use HandleScope in StreamReq::Done()Darshan Sen
2021-05-31src: remove commented code in `node_file.cc`Juan José Arboleda
2021-05-31src: write named pipe info in diagnostic reportlegendecas
2021-05-31src: remove unused `iostream` libraryJuan José Arboleda
2021-05-31src: remove more extra semis from member fnsShelley Vohr
2021-05-31node-api: fix shutdown crashesMichael Dawson