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-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
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
2022-03-29net,dns: trace tcp connection and dns by perf_hookstheanarkh
2022-03-27crypto: make authTagLength optional for CC20P1305Tobias Nießen
2022-03-26src: properly report exceptions from AddressToJS()Darshan Sen
2022-03-23bootstrap: use SnapshotData to pass snapshot data aroundJoyee Cheung
2022-03-23src: suppress false coverity warningMichael Dawson
2022-03-21async_hooks: remove destroyed symbol on PromisesGerhard Stöbich
2022-03-21node-api: format Node-API related codeVladimir Morozov
2022-03-21src: refactor IsSupportedAuthenticatedModeTobias Nießen
2022-03-20crypto: fix auth tag length error when mode != GCMTobias Nießen
2022-03-18src: convert hex2bin() into a regular functionDarshan Sen
2022-03-18worker: do not send message if port is closingRich Trott
2022-03-15src: fix coverity warnings in node_file.ccMichael Dawson
2022-03-14src: check EC_POINT_get_affine_coordinates resultTobias Nießen
2022-03-14src: simplify bound check in ParseArrayIndexTobias Nießen
2022-03-14src: avoid returning invalid value from hex2binTobias Nießen
2022-03-14src: check return value of HMAC_FinalTobias Nießen