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/lib
AgeCommit message (Expand)Author
2021-05-17process: add `'worker'` eventJames M Snell
2021-05-17path: inline conditionsVoltrex
2021-05-17module: add support for `URL` to `import.meta.resolve`Antoine du Hamel
2021-05-17fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-17dgram: extract cluster lazy loading method to make it testableRongjian Zhang
2021-05-17buffer: remove TODOs in `atob` / `btoa`XadillaX
2021-05-17buffer: remove unreachable codeRongjian Zhang
2021-05-17debugger: refactor to use internal modulesAntoine du Hamel
2021-05-17async_hooks: use new v8::Context PromiseHook APIStephen Belanger
2021-05-17fs: use `assert` in `fsCall` argument checkingRongjian Zhang
2021-05-17debugger: disable only the lint rules required by current file stateRich Trott
2021-05-17debugger: avoid non-ASCII char in code fileRich Trott
2021-05-17debugger: wrap lines longer than 80 charsRich Trott
2021-05-17lib: make `IterableWeakMap` safe to iterateAntoine du Hamel
2021-05-17doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-17typings: add JSDoc typings for readlineVoltrex
2021-05-03debugger: enable linter on `internal/inspector/inspect_client`Antoine du Hamel
2021-05-03debugger: refactor `internal/inspector/_inspect` to use more primordialsAntoine du Hamel
2021-05-03stream: the position of _read() is wronghelloyou2012
2021-05-03readline: move utilities to internal modulesAntoine du Hamel
2021-05-03zlib: fix brotli flush rangeXadillaX
2021-05-03perf_hooks: add toJSON to performance classYash Ladha
2021-05-03util: fix infinite recursion during inspectionRuben Bridgewater
2021-05-03test: fix flaky test-crypto-timing-safe-dqual-benchmarksRich Trott
2021-04-29lib: harden lint checks for globalsAntoine du Hamel
2021-04-29src: fix validation of negative offset to avoid abortJames M Snell
2021-04-29debugger: apply automatic lint fixes for inspect_repl.jsRich Trott
2021-04-29debugger: apply automatic lint fixes for _inspect.jsRich Trott
2021-04-29typings: add JSDoc typings for fsVoltrex
2021-04-29debugger: remove unused function argumentRich Trott
2021-04-29debugger: align message with Node.js standardRich Trott
2021-04-29debugger: add usage example for `--port`Rafael Gonzaga
2021-04-29perf_hooks: fix PerformanceObserver 'gc' crashJames M Snell
2021-04-29crypto: fix generateKeyPair type checksNitzan Uziely
2021-04-29lib: fix and improve os typingsAkhil Marsonya
2021-04-29crypto: fix scrypt keylen validationAntoine du Hamel
2021-04-29lib: add support for JSTransferable as a mixinJames M Snell
2021-04-29src: print arbitrary javascript exception value in node reportlegendecas
2021-04-29debugger: fix race condition/deadlock on initializationRich Trott
2021-04-29debugger: replace internal use of deprecated APIRich Trott
2021-04-29test,debugger: migrate node-inspect tests to coreRich Trott
2021-04-29debugger: allow longer time to connectRich Trott
2021-04-29debugger: accommodate line chunking in WindowsRich Trott
2021-04-29debugger: fix inspect restart on WindowsRich Trott
2021-04-29debugger: remove unused codeRich Trott
2021-04-29debugger: move node-inspect to internal libraryRich Trott
2021-04-29timers: remove redundant unref callsGiora Guttsait
2021-04-29typings: add JSDoc typings for utilRohit Gohri
2021-04-29crypto: fix DiffieHellman `generator` validationeladkeyshawn
2021-04-29tls: validate ticket keys bufferAntoine du Hamel