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-11fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-09dgram: extract cluster lazy loading method to make it testableRongjian Zhang
2021-05-09buffer: remove TODOs in `atob` / `btoa`XadillaX
2021-05-07buffer: remove unreachable codeRongjian Zhang
2021-05-07debugger: refactor to use internal modulesAntoine du Hamel
2021-05-07async_hooks: use new v8::Context PromiseHook APIStephen Belanger
2021-05-06fs: use `assert` in `fsCall` argument checkingRongjian Zhang
2021-05-06debugger: disable only the lint rules required by current file stateRich Trott
2021-05-06debugger: avoid non-ASCII char in code fileRich Trott
2021-05-06debugger: wrap lines longer than 80 charsRich Trott
2021-05-06lib: make `IterableWeakMap` safe to iterateAntoine du Hamel
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-05typings: 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-02readline: move utilities to internal modulesAntoine du Hamel
2021-05-02zlib: fix brotli flush rangeXadillaX
2021-04-30perf_hooks: add toJSON to performance classYash Ladha
2021-04-30util: fix infinite recursion during inspectionRuben Bridgewater
2021-04-30test: fix flaky test-crypto-timing-safe-dqual-benchmarksRich Trott
2021-04-30punycode: add pending deprecationAntoine du Hamel
2021-04-28lib: harden lint checks for globalsAntoine du Hamel
2021-04-28src: fix validation of negative offset to avoid abortJames M Snell
2021-04-28debugger: apply automatic lint fixes for inspect_repl.jsRich Trott
2021-04-28debugger: apply automatic lint fixes for _inspect.jsRich Trott
2021-04-28typings: add JSDoc typings for fsVoltrex
2021-04-27debugger: remove unused function argumentRich Trott
2021-04-27debugger: align message with Node.js standardRich Trott
2021-04-27debugger: add usage example for `--port`Rafael Gonzaga
2021-04-27perf_hooks: fix PerformanceObserver 'gc' crashJames M Snell
2021-04-26crypto: fix generateKeyPair type checksNitzan Uziely
2021-04-26lib: fix and improve os typingsAkhil Marsonya
2021-04-26fs: aggregate errors in fsPromises to avoid error swallowingNitzan Uziely
2021-04-26crypto: fix scrypt keylen validationAntoine du Hamel
2021-04-26lib: add support for JSTransferable as a mixinJames M Snell
2021-04-26src: print arbitrary javascript exception value in node reportlegendecas
2021-04-25debugger: fix race condition/deadlock on initializationRich Trott
2021-04-25debugger: replace internal use of deprecated APIRich Trott
2021-04-25test,debugger: migrate node-inspect tests to coreRich Trott
2021-04-25debugger: allow longer time to connectRich Trott
2021-04-25debugger: accommodate line chunking in WindowsRich Trott
2021-04-25debugger: fix inspect restart on WindowsRich Trott
2021-04-25debugger: remove unused codeRich Trott
2021-04-25debugger: move node-inspect to internal libraryRich Trott
2021-04-25timers: remove redundant unref callsGiora Guttsait
2021-04-24typings: add JSDoc typings for utilRohit Gohri
2021-04-23crypto: fix DiffieHellman `generator` validationeladkeyshawn
2021-04-23tls: validate ticket keys bufferAntoine du Hamel
2021-04-22repl: display prompt once after error callbackAnna Henningsen