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
2021-12-02readline: propagate signal.reason in awaitable questionJames M Snell
2021-12-02timers: propagate signal.reason in awaitable timersJames M Snell
2021-12-02errors: add support for cause in aborterrorJames M Snell
2021-12-02url: detect hostname more reliably in url.parse()Rich Trott
2021-12-02test: add auth option case for url.formatHirotaka Tagawa / wafuwafu13
2021-12-02assert,util: compare RegExp.lastIndex while using deep equal checksRuben Bridgewater
2021-12-02util: always visualize cause property in errors during inspectionRuben Bridgewater
2021-12-02lib: add AbortSignal.timeoutJames M Snell
2021-11-29esm: working mock testBradley Farias
2021-11-29Revert "test: skip different params test for OpenSSL 3.x"Daniel Bevenius
2021-11-29perf_hooks: use spec-compliant `structuredClone`Michaël Zasso
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-11-27stream: drain Transform with 0 highWaterMarkRobert Nagy
2021-11-26stream: stricter isReadableNodeStreamRobert Nagy
2021-11-25stream: fix the ReadableStreamBYOBReader error messageJames M Snell
2021-11-25repl: fix and extend require/import tab completeMestery
2021-11-24module: import assertions improvementsGeoffrey Booth
2021-11-24doc: fix spelling of 'WebAssembly'Geoffrey Booth
2021-11-24lib: add reason to AbortSignalJames M Snell
2021-11-23test: mark test-fs-watch-non-recursive flaky on WindowsLuigi Pinca
2021-11-23test: improve test coverage of readline/promisesYoshiki Kurihara
2021-11-22stream: pipeline with end optionRobert Nagy
2021-11-22stream: fix finished regression when working with legacy StreamMatteo Collina
2021-11-21test: deflake cluster-concurrent-disconnectLuigi Pinca
2021-11-21test: deflake fs-promises-watchLuigi Pinca
2021-11-21test: fix argument order in assertionLuigi Pinca
2021-11-21test: deflake http2-pipe-named-pipeLuigi Pinca
2021-11-21test: use descriptive name for destination fileLuigi Pinca
2021-11-18stream: unify writableErrored and readableErroredRobert Nagy
2021-11-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-18test: add AsyncLocalStorage tests using udp, tcp and tls socketsDarshan Sen
2021-11-18stream: pipeline should drain empty readableRobert Nagy
2021-11-18stream: add writableAbortedRobert Nagy
2021-11-18test: deflake child-process-pipe-dataflowLuigi Pinca
2021-11-18src: reset error struct if error code is napi_okJckXia
2021-11-17src,doc: add SyntaxError napi supportIdan Attias
2021-11-15test: add tests for invalid UTF-8git-srinivas
2021-11-15crypto: throw errors in SignTraits::DeriveBitsTobias Nießen
2021-11-15stream: fix non readable Duplex readableAbortedRobert Nagy
2021-11-14stream: allow calling callback before promiseRobert Nagy
2021-11-13stream: add errored and closed propsRobert Nagy
2021-11-13async_hooks: expose async_wrap providersRafael Gonzaga
2021-11-12fs: nullish coalescing to respect zero positional readsOmar El-Mihilmy
2021-11-11test: fix flaky test-policy-integrityRich Trott
2021-11-10src: add x509.fingerprint512 to crypto module3nprob
2021-11-10http: change totalSocketCount only on socket creation/closeSubhi Al Hasan
2021-11-09test: add semicolons for linter updateRich Trott
2021-11-08test: disable warnings to fix flaky testAntoine du Hamel
2021-11-08test: skip macos sandbox test with builtin modules pathMichaël Zasso
2021-11-06test: add semicolon after chunk sizeLuigi Pinca