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-22errors: don't rekey on primitive typebcoe
2021-06-22lib: remove semicolon in preparation for babel/eslint-parser updateRich Trott
2021-06-22src: allow to negate boolean CLI flagsMichaël Zasso
2021-06-22lib: make internal/options lazyJoyee Cheung
2021-06-21debugger: rename internal library for clarityRich Trott
2021-06-21lib: add JSDoc typings for child_processVoltrex
2021-06-21debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.jsRich Trott
2021-06-21errors: add ERR_DEBUGGER_STARTUP_ERRORRich Trott
2021-06-21debugger: use error codes in debugger REPLRich Trott
2021-06-21debugger: use ERR_DEBUGGER_ERROR in debugger clientRich Trott
2021-06-21errors: add ERR_DEBUGGER_ERRORRich Trott
2021-06-21crypto: fix aes crash when tag length too smallXadillaX
2021-06-15stream: fix pipeline pumpRobert Nagy
2021-06-15net: use missing validatorVoltrex
2021-06-14lib: make primordials Promise methods safeAntoine du Hamel
2021-06-14module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel
2021-06-13lib: refactor debuglog initAntoine du Hamel
2021-06-11debugger: remove unnecessary boilerplate copyright commentRich Trott
2021-06-11Revert "http: make HEAD method to work with keep-alive"Michaël Zasso
2021-06-11debugger: reduce scope of eslint disable commentRich Trott
2021-06-11vm: use missing validatorVoltrex
2021-06-11child_process: refactor to use `validateBoolean`Qingyu Deng
2021-06-11async_hooks: switch between native and context hooks correctlyStephen Belanger
2021-06-11tls: tweak clientCertEngine argument parsingShelley Vohr
2021-06-11child_process: allow `options.cwd` receive a URLXadillaX
2021-06-11dns: 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-02os: add os.devNullLuigi Pinca
2021-06-01lib: fix typosbl-ue
2021-06-01debugger: removed unused function argumentRich Trott
2021-05-31debugger: wait for V8 debugger to be enabledMichaël Zasso
2021-05-31lib: remove unnecessary lazy loadsJoyee Cheung
2021-05-31lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-05-31stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-31typings: add JSDoc typings for httpsVoltrex
2021-05-31child_process: retain reference to data with advanced serializationAnna Henningsen
2021-05-31typings: add JSDoc typings for eventsVoltrex
2021-05-31events: refactor to use primordials in lib/eventsAkhil Marsonya
2021-05-31stream: allow empty string as source of pipelineQingyu Deng
2021-05-31bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-05-31lib: refactor to reuse validatorsRongjian Zhang
2021-05-18events: use nullish coalencing operatorVoltrex
2021-05-18errors: remove input from ERR_INVALID_URL messagemoander
2021-05-18fs: fix async iterator partial writesNitzan Uziely
2021-05-18util: add util.types.isKeyObject and util.types.isCryptoKeyFilip Skokan
2021-05-18crypto: forbid NODE-ED25519 and NODE-ED448 "raw" key exportFilip Skokan
2021-05-17repl: fix Ctrl+C on top level awaitAntoine du Hamel
2021-05-17debugger: refactor `inspect_repl` to use primordialsAntoine du Hamel
2021-05-17http: refactor to remove redundant argument of _deferToConnectRongjian Zhang