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/test
AgeCommit message (Expand)Author
2020-11-21lib: add error handling for input streamrexagod
2020-11-21src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-11-21test: update comments in test-fs-read-offset-nullRich Trott
2020-11-21http2: add support for AbortSignal to http2Session.requestMadara Uchiha
2020-11-21n-api: fix test_async_context warningsGabriel Schulhof
2020-11-21errors: refactor to use more primordialsAntoine du Hamel
2020-11-19http2: add support for TypedArray to getUnpackedSettingsAntoine du Hamel
2020-11-19lib: set abort-controller toStringTagBenjamin Gruenbaum
2020-11-19http: add support for abortsignal to http.requestBenjamin Gruenbaum
2020-11-19test: update wpt url and resourceDaijiro Wachi
2020-11-19lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-11-18domain: improve deprecation warning text for DEP0097Anna Henningsen
2020-11-18fs: filehandle read now accepts object as argumentNikola Glavina
2020-11-18test: fix typo in inspector-helper.jsLuigi Pinca
2020-11-18test: deflake test-http-destroyed-socket-write2Luigi Pinca
2020-11-17test: make test-http2-client-jsstream-destroy.js reliableRich Trott
2020-11-17test: add test for fs.read when offset key is nullmayank agarwal
2020-11-16events: add max listener warning for EventTargetJames M Snell
2020-11-16promise: emit error on domain unhandled rejectionsBenjamin Gruenbaum
2020-11-15perf_hooks: make nodeTiming a first-class objectMomtchil Momtchev
2020-11-15dns: add a cancel() method to the promise ResolverSzymon Marczak
2020-11-14test: improve test-stream-duplex-readable-endLuigi Pinca
2020-11-14events: disabled manual construction AbortSignalraisinten
2020-11-14esm: refactor to use more primordialsAntoine du Hamel
2020-11-14lib,tools: enforce access to prototype from primordialsAntoine du Hamel
2020-11-14test: add util.inspect test for null maxStringLengthRich Trott
2020-11-14crypto: fix passing TypedArray to webcrypto AES methodsAntoine du Hamel
2020-11-13test: replace var with constAleksandr Krutko
2020-11-13src: add loop idle time in diagnostic reportGireesh Punathil
2020-11-13test: fix unreliable test-fs-write-file.jsRich Trott
2020-11-12test: move test-worker-eventlooputil to sequentialRich Trott
2020-11-12http: onFinish will not be triggered again when finishedrickyes
2020-11-12util: fix to inspect getters that access thisraisinten
2020-11-12test: remove flaky designation for fixed testRich Trott
2020-11-11src,crypto: refactoring of crypto_context, SecureContextJames M Snell
2020-11-11http2: allow setting the local window size of a sessionzhangyongsheng
2020-11-11http2: delay session.receive() by a tickSzymon Marczak
2020-11-11test: add missing test coverage for setLocalAddress()Rich Trott
2020-11-11async_hooks: fix leak in AsyncLocalStorage exitStephen Belanger
2020-11-11events: port some wpt testsEthan Arrowood
2020-11-11net: fix invalid write after end errorRobert Nagy
2020-11-10readline: add getPrompt to get the current promptMattias Runge-Broberg
2020-11-10fs: support abortsignal in writeFileBenjamin Gruenbaum
2020-11-10test: fix races in test-performance-eventlooputilGerhard Stoebich
2020-11-10stream: writableNeedDrainRobert Nagy
2020-11-09tools,lib: recommend using safe primordialsAntoine du Hamel
2020-11-09test: use global.EventTarget instead of internalsAntoine du Hamel
2020-11-09test: improve error message for policy failuresBradley Farias
2020-11-09http2: add has method to proxySocketHandlermasx200
2020-11-09timers: cleanup abort listener on awaitable timersJames M Snell