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-06async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-09-06worker: remove file extension checkQingyu Deng
2021-09-06module: support pattern trailersGuy Bedford
2021-09-06cluster: fix comment regarding child_process fileYash Ladha
2021-09-06crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan
2021-09-06events: protect property defs against prototype polutionJames M Snell
2021-09-06events: add brand checks for detached accessorsJames M Snell
2021-09-06worker: add brand checks for detached MessageEvent accessorsJames M Snell
2021-08-23stream: duplexifyRobert Nagy
2021-08-23stream: add isDisturbed helperRobert Nagy
2021-08-22util: expose toUSVStringRobert Nagy
2021-08-22fs: combine require() and destructurecjihrig
2021-08-22policy: canonicalize before resolving specifiersBradley Farias
2021-08-22repl: fix tla function hoistingDon Jayamanne
2021-08-16worker: add brand checks for detached properties/methodsJames M Snell
2021-08-16policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-08-16dgram: use simplified validatorVoltrex
2021-08-16lib: simplify validatorsVoltrex
2021-08-16buffer: add endings option, remove Node.js specific encoding optionJames M Snell
2021-08-16stream: ensure text() stream consumer flushes correctlyJames M Snell
2021-08-16lib: cleanup validationVoltrex
2021-08-16lib: cleanup instance validationVoltrex
2021-08-16lib: use helper for readabilityVoltrex
2021-08-16lib: use validatorsVoltrex
2021-08-16lib: use validatorVoltrex
2021-08-16lib: use `validateObject`Voltrex
2021-08-16url,buffer: implement URL.createObjectURLJames M Snell
2021-08-16buffer: add Blob.prototype.stream method and other cleanupsJames M Snell
2021-08-16fs: add recursive cp methodbcoe
2021-08-16bootstrap: call _undestroy() inside _destroy for stdout and stderrMatteo Collina
2021-08-16stream: utility consumers for web and node.js streamsJames M Snell
2021-08-16dns: add "tries" option to Resolve optionsLuan Devecchi
2021-08-16stream: clean `endWritableNT`Mestery
2021-08-16crypto: implement webcrypto.randomUUIDMichaël Zasso
2021-08-16debugger: prevent simultaneous heap snapshotsRich Trott
2021-08-16stream: add readableDidRead if has been read fromRobert Nagy
2021-08-16module: add some typings to `internal/modules/esm/resolve`Antoine du Hamel
2021-08-16perf_hooks: fix PerformanceObserver gc crashJames M Snell
2021-08-16debugger: remove undefined parameterRich Trott
2021-08-16lib: use ERR_ILLEGAL_CONSTRUCTORMestery
2021-08-16perf_hooks: fix performance timeline wpt failureslegendecas
2021-08-16async_hooks: merge resource_symbol with owner_symbolDarshan Sen
2021-08-16http: decodes url.username and url.password for authorization headerLew Gordon
2021-08-16perf_hooks: web performance timeline compliancelegendecas
2021-08-09tls: validate "rejectUnauthorized: undefined"Matteo Collina
2021-08-02repl: do not include legacy getter/setter methods in completionAnna Henningsen
2021-08-02module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford
2021-08-02zlib: avoid converting `Uint8Array` instances to `Buffer`Antoine du Hamel
2021-08-02module: refine `enrichCJSError`Antoine du Hamel
2021-08-02crypto: fix `generateKeyPair` with encoding 'jwk'himself65