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
AgeCommit message (Expand)Author
2022-06-15deps: update Corepack to 0.11.2HEADmasterMaël Nison
2022-06-14events: fix adding abort listener in `events.once`Daeyeon Jeong
2022-06-14deps: update undici to 5.5.1Node.js GitHub Bot
2022-06-14inspector: add missing initializationMichael Dawson
2022-06-14doc: add initial doc on how to update cjs-module-lexerMichael Dawson
2022-06-14doc: clarify use of deps/icu-smallMichael Dawson
2022-06-14test: mark test_buffer/test_finalizer flakyMichael Dawson
2022-06-14deps: upgrade npm to 8.12.1npm CLI robot
2022-06-14src: fix json utils escapes for U+000Blegendecas
2022-06-14test: fix address in use errorCaleb Everett
2022-06-13meta: move one or more collaborators to emeritusNode.js GitHub Bot
2022-06-13doc: remove llnode from diag tierlistTony Gorez
2022-06-13doc: remove ETW from diag tierlistTony Gorez
2022-06-13bootstrap: consolidate global properties definitionChengzhong Wu
2022-06-13doc: use serial comma in report docsTobias Nießen
2022-06-12repl: make autocomplete case-insensitiveSergey Petushkov
2022-06-12src: fix memory leaks and refactor `ByteSource`Tobias Nießen
2022-06-12readline: fix question stack overflowEugene Chapko
2022-06-12perf_hooks: fix function wrapped by `timerify` to work correctlyKohei Ueno
2022-06-12test: add test for short-option followed by its valueKohei Ueno
2022-06-12test: fix `common.mustNotCall` error messageAntoine du Hamel
2022-06-12doc: add fspromises mkdir exampleTierney Cyren
2022-06-12meta: update AUTHORSNode.js GitHub Bot
2022-06-11doc: add F3n67u to triagersFeng Yu
2022-06-11tools: fix `create-or-update-pull-request-action` hash on GHAAntoine du Hamel
2022-06-11tools: add `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-06-11lib: use `kEmptyObject` in various placesLiviaMedeiros
2022-06-11worker: use `kEmptyObject`LiviaMedeiros
2022-06-11wasi: use `kEmptyObject`LiviaMedeiros
2022-06-11vm: use `kEmptyObject`LiviaMedeiros
2022-06-11tls: use `kEmptyObject`LiviaMedeiros
2022-06-11timers: use `kEmptyObject`LiviaMedeiros
2022-06-11test_runner: use `kEmptyObject`LiviaMedeiros
2022-06-11stream: use `kEmptyObject`LiviaMedeiros
2022-06-11readline: use `kEmptyObject`LiviaMedeiros
2022-06-11perf_hooks: use `kEmptyObject`LiviaMedeiros
2022-06-11https: use `kEmptyObject`LiviaMedeiros
2022-06-11http2: use `kEmptyObject`LiviaMedeiros
2022-06-11http: use `kEmptyObject`LiviaMedeiros
2022-06-11fs: use `kEmptyObject`LiviaMedeiros
2022-06-11events: use `kEmptyObject`LiviaMedeiros
2022-06-11crypto: use `kEmptyObject`LiviaMedeiros
2022-06-11cluster: use `kEmptyObject`LiviaMedeiros
2022-06-11child_process: use `kEmptyObject`LiviaMedeiros
2022-06-11async_hooks: use `kEmptyObject`LiviaMedeiros
2022-06-11util: add `kEmptyObject` to internal/utilLiviaMedeiros
2022-06-11tools: fix find-inactive actionsLivia Medeiros
2022-06-11meta: move one or more collaborators to emeritus (#43183)Node.js GitHub Bot
2022-06-11crypto: remove Node.js-specific webcrypto extensionsFilip Skokan
2022-06-10doc: fix typo in globals.mdDaeyeon Jeong