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
2022-09-282022-09-28, Version 18.10.0 (Current)v18.10.0v18.10.0-proposalRafaelGSS
2022-09-27src: avoid using v8 on Isolate terminationSantiago Gimeno
2022-09-27node-api: add deprecation code of uncaught exceptionChengzhong Wu
2022-09-27src: remove <unistd.h> from node_os.ccTobias Nießen
2022-09-27tls: fix out-of-bounds read in ClientHelloParserTobias Nießen
2022-09-27src: avoid copy when creating BlobTobias Nießen
2022-09-27src: make ReqWrap weakRafael Gonzaga
2022-09-27src: make NearHeapLimitCallback() more robustJoyee Cheung
2022-09-27src: dump isolate stats when process exitsdaomingq
2022-09-27inspector: expose inspector.close on workersChengzhong Wu
2022-09-27v8: add setHeapSnapshotNearHeapLimittheanarkh
2022-09-27src: consolidate environment cleanup queuelegendecas
2022-09-26bootstrap: remove unused global parameter in per-context scriptsJoyee Cheung
2022-09-26test: add more cases for parse-encodingTony Gorez
2022-09-23Working on v18.9.2RafaelGSS
2022-09-232022-09-23, Version 18.9.1 (Current)v18.9.1RafaelGSS
2022-09-22crypto: fix weak randomness in WebCrypto keygenBen Noordhuis
2022-09-16src: fix IPv4 non routable validationRafaelGSS
2022-09-08Working on v18.9.1RafaelGSS
2022-09-082022-09-08, Version v18.9.0 (Current)v18.9.0v18.9.0-proposalRafaelGSS
2022-09-07src: rename misleading arg in ClientHelloParserTobias Nießen
2022-09-07crypto: add digest name to INVALID_DIGEST errorsTobias Nießen
2022-09-07report: get stack trace with cross origin contextsChengzhong Wu
2022-09-07report: fix missing section javascriptHeap on OOMErrorlegendecas
2022-09-07src: improve error handling in CloneSSLCertsTobias Nießen
2022-09-07src: fix incorrect comments in cryptoTobias Nießen
2022-09-07src: avoid casting std::trunc(... / ...) to size_tTobias Nießen
2022-09-07src: expose environment RequestInterrupt apilegendecas
2022-09-07src: simplify enable_if logic of `ToStringHelper::BaseConvert`Feng Yu
2022-09-07src: add error handling to `uv_uptime` callJuan José Arboleda
2022-09-07node-api: avoid calling virtual methods in base's dtorChengzhong Wu
2022-09-07src: remove base64_select_table and base64_tableTobias Nießen
2022-09-07crypto: use actual option name in error messageTobias Nießen
2022-09-07src: fix uv_err_name memory leaktheanarkh
2022-09-06src: make Endianness an enum classTobias Nießen
2022-09-05doc: fix spacing issue in `--build-snapshot` help textShohei YOSHIDA
2022-09-05src: fix ssize_t error from nghttp2.hDarshan Sen
2022-09-05os: add machine methodtheanarkh
2022-09-05src: trace fs async apitheanarkh
2022-09-05src: restore context default IsCodeGenerationFromStringsAllowed valueChengzhong Wu
2022-09-05src: simplify and optimize GetOpenSSLVersion()Tobias Nießen
2022-09-05src: use `if constexpr` where appropriateAnna Henningsen
2022-09-05src: simplify ECDH::GetCurves()Tobias Nießen
2022-09-05inspector: prevent integer overflow in open()Tobias Nießen
2022-09-05crypto: simplify control flow in HKDFTobias Nießen
2022-09-05src: make minor improvements to EnabledDebugListTobias Nießen
2022-09-05node-api: cleanup redundant static modifierslegendecas
2022-09-05src: remove KeyObjectData::symmetric_key_len_Tobias Nießen
2022-09-05report: expose report public native apisChengzhong Wu
2022-09-05report: add queue info for udptheanarkh