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-10-20stream: fix fromAsyncGenRobert Nagy
2021-10-20stream: support array of streams in promises pipelineMestery
2021-10-16src: get embedder options on-demandJoyee Cheung
2021-10-13net: check if option is undefinedDaijiro Wachi
2021-10-13net: remove unused ObjectKeysDaijiro Wachi
2021-10-13net: check objectMode first and then readble || writableDaijiro Wachi
2021-10-13net: throw error to object mode in SocketDaijiro Wachi
2021-10-09lib: refactor to use letgdccwxx
2021-10-09vm: add support for import assertions in dynamic importsAntoine du Hamel
2021-10-05crypto: remove incorrect constructor invocationgc
2021-10-03lib: make structuredClone spec compliantvoltrexmaster
2021-10-03lib: refactor to avoid unsafe array iterationAntoine du Hamel
2021-10-02util: improve ansi escape code regexcjihrig
2021-10-02util: expose stripVTControlCharacters()cjihrig
2021-09-30http: remove 'data' and 'end' listener if client parser errorMatteo Collina
2021-09-28module: fix ERR_REQUIRE_ESM for parentPath nullGuy Bedford
2021-09-27repl: skip EmptyStatements and return result with TLAMestery
2021-09-27http: use 0 as default for requests limitArtur K
2021-09-26events: allow dispatch many times without listenerMrBBot
2021-09-26lib: use `validateArray`Voltrex
2021-09-26src: move `ToUSVString()` to node_util.ccXadillaX
2021-09-25fs: add stream utilities to `FileHandle`Antoine du Hamel
2021-09-25crypto: handle initEDRaw pkey failureShelley Vohr
2021-09-25console: use validators for consistencyVoltrex
2021-09-24console: avoid unnecessary variablesPancake
2021-09-22crypto: don't call callback twice in case crypto.randomBytes failsGuilherme Bernal
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-21tools: extend default yamllint configMichaƫl Zasso
2021-09-20crypto: fix webcrypto ed(25519|448) spki/pkcs8 importFilip Skokan
2021-09-19http: limit requests per connectionArtur K
2021-09-19module: runtime deprecate trailing slash patternsGuy Bedford
2021-09-18dns: refactor and use validatorsVoltrex
2021-09-18lib: remove useless statementMaledong
2021-09-18lib: avoid creating a throw away object in `validateObject`Antoine du Hamel
2021-09-18src: add option to disable global search pathsCheng Zhao
2021-09-18dgram: tighten `address` validation in `socket.send`Voltrex
2021-09-17crypto: use `validateObject`Voltrex
2021-09-17fs: make `open` and `close` stream override optional when unusedAntoine du Hamel
2021-09-17dns: cleanup validationVoltrex
2021-09-17readline: add `autoCommit` optionAntoine du Hamel
2021-09-17readline: validate `AbortSignal`s and remove unused event listenersAntoine du Hamel
2021-09-17readline: introduce promise-based APIAntoine du Hamel
2021-09-17readline: refactor `Interface` to ES2015 classAntoine du Hamel
2021-09-16http: remove CRLF variableshfshanyue
2021-09-15dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel
2021-09-15events: fix duplicate require which cause performance penaltywwwzbwcom
2021-09-15module: support pattern trailers for imports fieldGuy Bedford
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-12module: fix $ pattern replacementsGuy Bedford
2021-09-12dns: default to verbatim=true in dns.lookup()Ben Noordhuis