summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* policy: canonicalize before resolving specifiersBradley Farias2021-08-192-332/+507
* repl: fix tla function hoistingDon Jayamanne2021-08-191-1/+1
* worker: add brand checks for detached properties/methodsJames M Snell2021-08-161-1/+39
* policy: fix integrity when DEFAULT_ENCODING is settestTobias Nießen2021-08-151-2/+4
* dgram: use simplified validatorVoltrex2021-08-151-2/+2
* lib: simplify validatorsVoltrex2021-08-151-4/+3
* url: throw invalid this on detached accessorsJames M Snell2021-08-151-0/+52
* buffer: add endings option, remove Node.js specific encoding optionJames M Snell2021-08-141-12/+40
* stream: ensure text() stream consumer flushes correctlyJames M Snell2021-08-131-0/+3
* lib: cleanup validationVoltrex2021-08-121-10/+3
* lib: cleanup instance validationVoltrex2021-08-121-24/+23
* lib: use helper for readabilityVoltrex2021-08-121-24/+13
* lib: use validatorsVoltrex2021-08-121-8/+18
* lib: use validatorVoltrex2021-08-121-5/+2
* lib: use `validateObject`Voltrex2021-08-121-11/+24
* url,buffer: implement URL.createObjectURLJames M Snell2021-08-123-28/+147
* buffer: add Blob.prototype.stream method and other cleanupsJames M Snell2021-08-121-29/+116
* fs: add recursive cp methodbcoe2021-08-116-1/+818
* tls: validate "rejectUnauthorized: undefined"Matteo Collina2021-08-111-1/+16
* bootstrap: call _undestroy() inside _destroy for stdout and stderrMatteo Collina2021-08-111-0/+1
* stream: utility consumers for web and node.js streamsJames M Snell2021-08-061-0/+84
* lib: expose `DOMException` as globalXadillaX2021-08-063-5/+27
* dns: add "tries" option to Resolve optionsLuan Devecchi2021-08-062-2/+12
* stream: add isDisturbed helperRobert Nagy2021-08-064-6/+30
* stream: don't emit 'data' after 'error' or 'close'Robert Nagy2021-08-061-1/+4
* stream: clean `endWritableNT`Mestery2021-08-051-2/+2
* crypto: implement webcrypto.randomUUIDMichaël Zasso2021-08-052-2/+15
* debugger: prevent simultaneous heap snapshotsRich Trott2021-08-051-1/+10
* stream: do not emit `end` on readable errorSzymon Marczak2021-08-051-1/+1
* stream: duplexifyRobert Nagy2021-08-038-111/+408
* stream: add readableDidRead if has been read fromRobert Nagy2021-08-023-10/+12
* module: add some typings to `internal/modules/esm/resolve`Antoine du Hamel2021-08-021-10/+121
* perf_hooks: fix PerformanceObserver gc crashJames M Snell2021-08-021-0/+1
* repl: do not include legacy getter/setter methods in completionAnna Henningsen2021-08-011-2/+22
* debugger: remove undefined parameterRich Trott2021-08-011-2/+2
* lib: use ERR_ILLEGAL_CONSTRUCTORMestery2021-08-016-18/+28
* module: fix ERR_REQUIRE_ESM error for null framesGuy Bedford2021-07-311-1/+1
* perf_hooks: fix performance timeline wpt failureslegendecas2021-07-302-8/+35
* async_hooks: merge resource_symbol with owner_symbolDarshan Sen2021-07-285-14/+69
* http: decodes url.username and url.password for authorization headerLew Gordon2021-07-281-1/+1
* stream: convert premature close to AbortErrorRobert Nagy2021-07-281-1/+14
* zlib: avoid converting `Uint8Array` instances to `Buffer`Antoine du Hamel2021-07-261-5/+4
* module: refine `enrichCJSError`Antoine du Hamel2021-07-263-17/+14
* crypto: fix `generateKeyPair` with encoding 'jwk'himself652021-07-263-34/+14
* doc,lib,test: rename HKDF 'key' argumentTobias Nießen2021-07-261-1/+1
* stream: fix toWeb typoRobert Nagy2021-07-251-1/+1
* perf_hooks: web performance timeline compliancelegendecas2021-07-257-45/+276
* events: allow an event to be dispatched multiple timesLuigi Pinca2021-07-251-5/+13
* events: allow the options argument to be nullLuigi Pinca2021-07-251-0/+3
* crypto: support Big(U)Int64Array in getRandomValuesMichaël Zasso2021-07-231-2/+0