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-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
2021-08-15dgram: use simplified validatorVoltrex
2021-08-15lib: simplify validatorsVoltrex
2021-08-15url: throw invalid this on detached accessorsJames M Snell
2021-08-14buffer: add endings option, remove Node.js specific encoding optionJames M Snell
2021-08-14stream: ensure text() stream consumer flushes correctlyJames M Snell
2021-08-13lib: cleanup validationVoltrex
2021-08-13lib: cleanup instance validationVoltrex
2021-08-13lib: use helper for readabilityVoltrex
2021-08-13lib: use validatorsVoltrex
2021-08-12lib: use validatorVoltrex
2021-08-12lib: use `validateObject`Voltrex
2021-08-12url,buffer: implement URL.createObjectURLJames M Snell
2021-08-12buffer: add Blob.prototype.stream method and other cleanupsJames M Snell
2021-08-12fs: add recursive cp methodbcoe
2021-08-11tls: validate "rejectUnauthorized: undefined"Matteo Collina
2021-08-11bootstrap: call _undestroy() inside _destroy for stdout and stderrMatteo Collina
2021-08-07stream: utility consumers for web and node.js streamsJames M Snell
2021-08-06lib: expose `DOMException` as globalXadillaX
2021-08-06dns: add "tries" option to Resolve optionsLuan Devecchi
2021-08-06stream: add isDisturbed helperRobert Nagy
2021-08-06stream: don't emit 'data' after 'error' or 'close'Robert Nagy
2021-08-05stream: clean `endWritableNT`Mestery
2021-08-05crypto: implement webcrypto.randomUUIDMichaël Zasso
2021-08-05debugger: prevent simultaneous heap snapshotsRich Trott
2021-08-05stream: do not emit `end` on readable errorSzymon Marczak
2021-08-03stream: duplexifyRobert Nagy
2021-08-02stream: add readableDidRead if has been read fromRobert Nagy
2021-08-02module: add some typings to `internal/modules/esm/resolve`Antoine du Hamel
2021-08-02perf_hooks: fix PerformanceObserver gc crashJames M Snell
2021-08-01repl: do not include legacy getter/setter methods in completionAnna Henningsen
2021-08-01debugger: remove undefined parameterRich Trott
2021-08-01lib: use ERR_ILLEGAL_CONSTRUCTORMestery
2021-07-31module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford
2021-07-30perf_hooks: fix performance timeline wpt failureslegendecas
2021-07-28async_hooks: merge resource_symbol with owner_symbolDarshan Sen
2021-07-28http: decodes url.username and url.password for authorization headerLew Gordon
2021-07-28stream: convert premature close to AbortErrorRobert Nagy
2021-07-26zlib: avoid converting `Uint8Array` instances to `Buffer`Antoine du Hamel
2021-07-26module: refine `enrichCJSError`Antoine du Hamel
2021-07-26crypto: fix `generateKeyPair` with encoding 'jwk'himself65
2021-07-26doc,lib,test: rename HKDF 'key' argumentTobias Nießen
2021-07-25stream: fix toWeb typoRobert Nagy
2021-07-25perf_hooks: web performance timeline compliancelegendecas
2021-07-25events: allow an event to be dispatched multiple timesLuigi Pinca
2021-07-25events: allow the options argument to be nullLuigi Pinca
2021-07-23crypto: support Big(U)Int64Array in getRandomValuesMichaël Zasso