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-06-16dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel
2022-06-16inspector: add missing initializationMichael Dawson
2022-06-14src: fix json utils escapes for U+000Blegendecas
2022-06-13src: fix memory leaks and refactor `ByteSource`Tobias Nießen
2022-06-13perf_hooks: fix function wrapped by `timerify` to work correctlyKohei Ueno
2022-06-13report: add more heap infos in process reporttheanarkh
2022-06-13crypto: add CFRG curves to Web Crypto APIFilip Skokan
2022-06-13src: convey potential exceptions during StreamPipe constructionDarshan Sen
2022-06-02Working on v18.3.1Bryan English
2022-06-022022-06-01, Version 18.3.0 (Current)v18.3.0v18.3.0-proposalBryan English
2022-05-30node-api: emit uncaught-exception on unhandled tsfn callbackslegendecas
2022-05-30perf_hooks: fix start_time of perf_hookstheanarkh
2022-05-30src: refactor GetCipherValue and related functionsTobias Nießen
2022-05-30src: make SecureContext fields privateTobias Nießen
2022-05-30net: add ability to reset a tcp socketpupilTong
2022-05-30src,lib: migrate to console on context's extra bindinglegendecas
2022-05-30src: reuse GetServerNameTobias Nießen
2022-05-30worker: fix heap snapshot crash on exitChengzhong Wu
2022-05-30src: fix static analysis warning and use smart ptrTobias Nießen
2022-05-30doc: use ASCII apostrophes consistentlyTobias Nießen
2022-05-30src: remove SecureContext::operator*Tobias Nießen
2022-05-30bootstrap: include code cache in the embedded snapshotJoyee Cheung
2022-05-30src: move context snapshot index to SnapshotDataJoyee Cheung
2022-05-30src: replace TraceEventScope with sync eventslegendecas
2022-05-17Working on v18.2.1RafaelGSS
2022-05-162022-05-17, Version 18.2.0 (Current)v18.2.0RafaelGSS
2022-05-16node-api: explicitly set __cdecl for API functionsVladimir Morozov
2022-05-16src: delete AllocatedBufferDarshan Sen
2022-05-16node-api: fix napi_get_all_property_namesVladimir Morozov
2022-05-16wasm: add missing init reported by coverityMichael Dawson
2022-05-10src: remove unnecessary commentKohei Ueno
2022-05-10src: always signal V8 for intercepted propertiesMichaël Zasso
2022-05-10worker: fix stream racing with terminateKeyhan Vakil
2022-05-10build: fix various shared library build issuesWilliam Marlow
2022-05-10bootstrap: use a context snapshotted with primordials in workersJoyee Cheung
2022-05-10src,crypto: remove uses of AllocatedBuffer from crypto_rsa.ccDarshan Sen
2022-05-10http: added connection closing methodsShogun
2022-05-10src: fix memory leak for v8.serializeliuxingbaoyu
2022-05-10bootstrap: fix wasm_web_api external reference registrationJoyee Cheung
2022-05-03Working on v18.1.1Michaël Zasso
2022-05-022022-05-03, Version 18.1.0 (Current)v18.1.0v18.1.0-proposalMichaël Zasso
2022-05-02v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-05-02src: turn SSL_CTX_new CHECK/segfault into JS exceptionAnna Henningsen
2022-05-02esm: graduate top-level-await to stableAntoine du Hamel
2022-05-02src: make --no-node-snapshot a per-process optionJoyee Cheung
2022-04-28fs: fix mkdirSync so ENOSPC is correctly reportedSantiago Gimeno
2022-04-28lib,src: use Response URL as WebAssembly locationTobias Nießen
2022-04-28wasi: remove unecessary null checkMichael Dawson
2022-04-28src,crypto: remove uses of AllocatedBuffer from crypto_ec.ccDarshan Sen
2022-04-28v8: export more fields in getHeapStatisticstheanarkh