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-16debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.jsRich Trott
2021-06-16errors: add ERR_DEBUGGER_STARTUP_ERRORRich Trott
2021-06-16debugger: use error codes in debugger REPLRich Trott
2021-06-16debugger: use ERR_DEBUGGER_ERROR in debugger clientRich Trott
2021-06-16errors: add ERR_DEBUGGER_ERRORRich Trott
2021-06-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-06-15crypto: fix aes crash when tag length too smallXadillaX
2021-06-14stream: fix pipeline pumpRobert Nagy
2021-06-14net: use missing validatorVoltrex
2021-06-13module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-06-12lib: refactor debuglog initAntoine du Hamel
2021-06-10debugger: remove unnecessary boilerplate copyright commentRich Trott
2021-06-08Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-06-08debugger: reduce scope of eslint disable commentRich Trott
2021-06-07vm: use missing validatorVoltrex
2021-06-07child_process: refactor to use `validateBoolean`Qingyu Deng
2021-06-05async_hooks: switch between native and context hooks correctlyStephen Belanger
2021-06-04tls: tweak clientCertEngine argument parsingShelley Vohr
2021-06-04child_process: allow `options.cwd` receive a URLXadillaX
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