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-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
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-10src: add option to disable loading native addonsDominic Elm
2021-09-08repl: fix top level await with surrogate charactersMestery
2021-09-08lib: use standard property namesnull
2021-09-07crypto: check webcrypto asymmetric key types during importKeyFilip Skokan
2021-09-07stream: fix highwatermark threshold and add the missing errorRongjian Zhang
2021-09-07lib,repl: ignore non-canBeRequiredByUsers built-inXadillaX
2021-09-05crypto: add rsa-pss keygen parametersFilip Skokan
2021-08-31async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-08-28lib: add structuredClone() globalEthan Arrowood
2021-08-26worker: remove file extension checkQingyu Deng
2021-08-26lib,url: correct URL's argument to pass idlharnessXadillaX
2021-08-25module: support pattern trailersGuy Bedford
2021-08-25stream: add signal support to pipeline generatorsRobert Nagy
2021-08-25cluster: fix comment regarding child_process fileYash Ladha
2021-08-25crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan
2021-08-25events: protect property defs against prototype polutionJames M Snell
2021-08-25events: add brand checks for detached accessorsJames M Snell
2021-08-25worker: add brand checks for detached MessageEvent accessorsJames M Snell
2021-08-25url: fix performance regressionBrian White
2021-08-22util: expose toUSVStringRobert Nagy
2021-08-21fs: combine require() and destructurecjihrig
2021-08-19policy: canonicalize before resolving specifiersBradley Farias
2021-08-19repl: fix tla function hoistingDon Jayamanne
2021-08-16worker: add brand checks for detached properties/methodsJames M Snell
2021-08-15policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen