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-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
2022-04-28lib,src: implement WebAssembly Web APITobias Nießen
2022-04-28src: define fs.constants.S_IWUSR & S_IRUSR for WinLiviu Ionescu
2022-04-28src: use `node:` prefix in exampleAntoine du Hamel
2022-04-28doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-28worker: add hasRef() to the handle objectDarshan Sen
2022-04-28doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-28bootstrap: use the isolate snapshot in workersJoyee Cheung
2022-04-28bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung
2022-04-28async_hooks: avoid decrementing iterator after eraseGabriel Bota
2022-04-28src: large page attributing an id on LinuxDavid CARLIER
2022-04-28test_runner: add initial CLI runnerColin Ihrig
2022-04-19Working on v18.0.1Beth Griggs
2022-04-182022-04-19, Version 18.0.0 (Current)v18.0.0Beth Griggs
2022-04-13src: fix coverity reportMichael Dawson
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-12src: update NODE_MODULE_VERSION to 108Michaël Zasso
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel