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-07build: fix various shared library build issuesWilliam Marlow
2022-05-05url: revert "validate ipv4 part length"Antoine du Hamel
2022-05-05bootstrap: use a context snapshotted with primordials in workersJoyee Cheung
2022-05-04src,crypto: remove uses of AllocatedBuffer from crypto_rsa.ccDarshan Sen
2022-05-04esm: add chaining to loadersJacob Smith
2022-05-03http: added connection closing methodsShogun
2022-05-02src: fix memory leak for v8.serializeliuxingbaoyu
2022-05-02bootstrap: fix wasm_web_api external reference registrationJoyee Cheung
2022-05-02src: add initial shadow realm supportlegendecas
2022-05-01url: validate ipv4 part lengthYagiz Nizipli
2022-04-29v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-04-28src: turn SSL_CTX_new CHECK/segfault into JS exceptionAnna Henningsen
2022-04-28esm: graduate top-level-await to stableAntoine du Hamel
2022-04-28src: make --no-node-snapshot a per-process optionJoyee Cheung
2022-04-27fs: fix mkdirSync so ENOSPC is correctly reportedSantiago Gimeno
2022-04-26lib,src: use Response URL as WebAssembly locationTobias Nießen
2022-04-24wasi: remove unecessary null checkMichael Dawson
2022-04-24src,crypto: remove uses of AllocatedBuffer from crypto_ec.ccDarshan Sen
2022-04-23v8: export more fields in getHeapStatisticstheanarkh
2022-04-23lib,src: implement WebAssembly Web APITobias Nießen
2022-04-21src: define fs.constants.S_IWUSR & S_IRUSR for WinLiviu Ionescu
2022-04-20src: use `node:` prefix in exampleAntoine du Hamel
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-20worker: add hasRef() to the handle objectDarshan Sen
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-19bootstrap: use the isolate snapshot in workersJoyee Cheung
2022-04-19bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung
2022-04-192022-04-19, Version 18.0.0 (Current)Beth Griggs
2022-04-17async_hooks: avoid decrementing iterator after eraseGabriel Bota
2022-04-17src: large page attributing an id on LinuxDavid CARLIER
2022-04-15test_runner: add initial CLI runnerColin Ihrig
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
2022-04-11src: fix alphabetically sorted binding listTobias Nießen
2022-04-11src,crypto: remove uses of AllocatedBuffer from crypto_tls.ccDarshan Sen
2022-04-09src,inspector: fix empty MaybeLocal crashDarshan Sen
2022-04-07node-api,src: fix module registration in MSVC C++Vladimir Morozov
2022-04-05v8: make v8.writeHeapSnapshot() error codes consistentDarshan Sen
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-04-04process: disallow some uses of Object.defineProperty() on process.envHimself65
2022-04-03src: add proper mutexes for accessing FIPS stateAnna Henningsen
2022-04-01src: fix typo in InspectorIoDelegate constructorKohei Ueno
2022-03-31bootstrap: run inspector and event loop in snapshot builderJoyee Cheung
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-03-31src,crypto: handle empty maybe correctly in crypto_dh.ccDarshan Sen
2022-03-31src: remove unnecessary static qualifier in crypto_dh.ccDarshan Sen
2022-03-31src,crypto: remove uses of AllocatedBuffer from crypto_dh.ccDarshan Sen
2022-03-29src: address 3 useless call coverity warningsMichael Dawson