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-06-02dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-06-02lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung
2021-06-02debugger: revise async iterator usage to comply with lint rulesRich Trott
2021-06-01os: add os.devNullLuigi Pinca
2021-06-01lib: fix typosbl-ue
2021-06-01debugger: removed unused function argumentRich Trott
2021-05-29debugger: wait for V8 debugger to be enabledMichaƫl Zasso
2021-05-27lib: remove unnecessary lazy loadsJoyee Cheung
2021-05-27lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-05-25stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-25fs: fix rmsync error swallowingNitzan Uziely
2021-05-24typings: add JSDoc typings for httpsVoltrex
2021-05-23child_process: retain reference to data with advanced serializationAnna Henningsen
2021-05-22typings: add JSDoc typings for eventsVoltrex
2021-05-21events: refactor to use primordials in lib/eventsAkhil Marsonya
2021-05-20stream: allow empty string as source of pipelineQingyu Deng
2021-05-19bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-05-17events: use nullish coalencing operatorVoltrex
2021-05-17errors: remove input from ERR_INVALID_URL messagemoander
2021-05-17fs: fix async iterator partial writesNitzan Uziely
2021-05-17util: add util.types.isKeyObject and util.types.isCryptoKeyFilip Skokan
2021-05-17crypto: forbid NODE-ED25519 and NODE-ED448 "raw" key exportFilip Skokan
2021-05-15repl: fix Ctrl+C on top level awaitAntoine du Hamel
2021-05-15debugger: refactor `inspect_repl` to use primordialsAntoine du Hamel
2021-05-14http: refactor to remove redundant argument of _deferToConnectRongjian Zhang
2021-05-14url: forbid certain confusable changes from being introduced by toASCIITimothy Gu
2021-05-14process: add `'worker'` eventJames M Snell
2021-05-12path: inline conditionsVoltrex
2021-05-11module: add support for `URL` to `import.meta.resolve`Antoine du Hamel
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