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-11test: remove lint rule for setTimeout() argumentsRich Trott
2022-02-11cluster: respect listen backlog set by workersElad Nava
2022-02-11stream: throw invalid arg type from End Of StreamJithil P Ponnan
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-10repl: #41690 REPL gives wrong autocomplete on literalsXuguang Mei
2022-02-09lib: add internal genericNodeError() functionRich Trott
2022-02-08crypto: do not advertise unsupported algorithmsBrian White
2022-02-08test: move test-crypto-engine to addonMichael Dawson
2022-02-07readline: bind keystroke `ctrl`+`6` to redoRay
2022-02-07stream: add iterator helper findlinkgoron
2022-02-06http2: fix pseudo-headers orderofir
2022-02-06test: remove eslint-disable comments from fixturesRich Trott
2022-02-06test: remove test-worker-memory flaky designationRich Trott
2022-02-06stream: resume stream on drainRobert Nagy
2022-02-05stream: initial port of test262 testsBenjamin Gruenbaum
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