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
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2022-02-05tools: enable no-empty ESLint ruleRich Trott
2022-02-05test: enable no-empty ESLint ruleRich Trott
2022-02-05readline: improve code coverage for readline promisesErick Wendel
2022-02-05cluster: make `kill` to be just `process.kill`Bar Admoni
2022-02-03http2: fix no response event on continue requestofirbarak
2022-02-03buffer: fix atob/btoa no-arg caseBenjamin Gruenbaum
2022-02-03stream: use synchronous error validation & validate abort signal optioniMoses
2022-02-03tools,test: enable no-prototype-builtinsRich Trott
2022-02-03test: avoid using Object.prototype methods directly on objectsRich Trott
2022-02-02tools,doc: use V8::DisposePlatformMichaël Zasso
2022-02-02test: exclude ibm i tests until we resolveMichael Dawson
2022-02-01lib: add fetchMichaël Zasso
2022-02-01module: unflag esm json modulesGeoffrey Booth
2022-01-31test: make worker-take-heapsnapshot non-flakyMichael Dawson
2022-01-31test: mark test-fs-rmdir-recursive flaky on winMichael Dawson
2022-01-30stream: add reduceBenjamin Gruenbaum
2022-01-29test: make fs watch test more stableBenjamin Gruenbaum
2022-01-29test: fix typo in MessageChannel testTobias Nießen
2022-01-29test: replace commented out expectations with testsDarshan Sen
2022-01-28process: unhandledRejection support more errorsBenjamin Gruenbaum
2022-01-28http2: fix memory leak on nghttp2 hd thresholdRafael Silva
2022-01-27stream: use synchronous error validation on iteration helpersiMoses
2022-01-27test: improve stability of oom testBenjamin Gruenbaum
2022-01-27stream: add asIndexedPairsBenjamin Gruenbaum
2022-01-25test: use Object.hasOwn() where applicableRich Trott
2022-01-25test: remove unneeded test statementRich Trott
2022-01-25test: remove error allowance in debugger testJithil P Ponnan
2022-01-25lib: throw error in structuedClone when no arguments are passedGiora Guttsait
2022-01-25node-api: add node_api_symbol_for()Darshan Sen
2022-01-24test: add stream map testsBenjamin Gruenbaum
2022-01-23test: simplify test-gc-http-clientLuigi Pinca
2022-01-23stream: add drop and takeBenjamin Gruenbaum
2022-01-23stream: never flatten on toArrayBenjamin Gruenbaum
2022-01-23stream: support flatMapBenjamin Gruenbaum
2022-01-23test: prepare tests for no-cond-assign ESLint ruleRich Trott
2022-01-22test: move test-gc-http-client-onerror to sequentialLuigi Pinca
2022-01-22crypto: change default check(Host|Email) behaviorTobias Nießen
2022-01-22crypto: adjust types for getRandomValuesLiviaMedeiros
2022-01-22readline: add feature yank and yank popRay
2022-01-22test: fix typo in test-stream-toArrayTobias Nießen
2022-01-21tools: increase maximum line length to 120 charactersRich Trott
2022-01-21readline: undo previous edit when get key code 0x1FRay
2022-01-21stream: support some and everyBenjamin Gruenbaum
2022-01-21test: improve test coverage of internal/worker/ioYoshiki Kurihara
2022-01-20stream: add toArrayBenjamin Gruenbaum
2022-01-20test: add DataView test entry for whatwgvoltrexmaster
2022-01-20lib: modify `DOMException` to pass WPTXadillaX
2022-01-19test: improve util-format code coverageRich Trott
2022-01-19crypto: support RFC 2818 compatible checkHostTobias Nießen