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-01-07src: add cve reverts and associated testsMichael Dawson
2022-01-07tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-07tls: drop support for URI alternative namesTobias Nießen
2022-01-07crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2021-11-26lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-11-26worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno
2021-11-25test: deflake child-process-pipe-dataflowLuigi Pinca
2021-10-12test: update upload.zip to be uncorruptedGreg Ziskind
2021-10-11http: add regression test for smuggling content lengthMatteo Collina
2021-10-11http: add regression test for chunked smugglingMatteo Collina
2021-09-07fs: improve fsPromises writeFile performanceNitzan Uziely
2021-09-07test: fix test-vm-memleak for high baseline platformsRich Trott
2021-09-07test: fix flaky test-vm-memleakRich Trott
2021-09-07test: fix flaky test-child-process-exec-abortcontroller-promisifiedAntoine du Hamel
2021-09-04policy: canonicalize before resolving specifiersBradley Farias
2021-09-04esm: use correct URL for error decorationBradley Farias
2021-09-04repl: fix tla function hoistingDon Jayamanne
2021-09-04policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-09-04test: use simplfied validatorvoltrexmaster
2021-09-04test: use template to concatenate stringHimadri Ganguly
2021-09-04node-api: handle pending exception in cb wrapperMichael Dawson
2021-09-04test: deflake test-http2-buffersizeLuigi Pinca
2021-09-04test: convert anonymous function to arrow functionHimadri Ganguly
2021-09-04test: add test-debugger-breakpoint-existsRich Trott
2021-09-04http: decodes url.username and url.password for authorization headerLew Gordon
2021-09-04repl: do not include legacy getter/setter methods in completionAnna Henningsen
2021-09-04test: fix WASI link testRichard Lau
2021-09-04events: allow the options argument to be nullLuigi Pinca
2021-09-04test: add test for WebSocket secret verification in debuggerRich Trott
2021-09-04deps: extract gtest source files to deps/googletestlegendecas
2021-09-04process: add api to enable source-maps programmaticallylegendecas
2021-09-04test: put common lint exceptions into config fileRich Trott
2021-09-04test: mark test-domain-error-types flakyJames M Snell
2021-09-04debugger: indicate server is endingRich Trott
2021-09-04test: remove eslint-disable comment from fixture fileRich Trott
2021-09-04test: move debugger test case to parallelRich Trott
2021-09-04test: remove debugger workaround for AIXRich Trott
2021-09-04debugger: rename inspector-cli test module to debuggerRich Trott
2021-09-04test: fix test-debugger-heap-profiler for workersRichard Lau
2021-09-04debugger: prevent simultaneous heap snapshotsRich Trott
2021-09-04test: use common.PORT instead of hardcoded port numberRich Trott
2021-09-04repl: correctly hoist top level await declarationsejose19
2021-09-04test: add test for debugger restart message issueRich Trott
2021-09-04test: remove workaround code in debugger testRich Trott
2021-09-04readline: allow completer to rewrite existing inputAnna Henningsen
2021-09-04repl: processTopLevelAwait fallback error handlingejose19
2021-09-04node-api: cctest on v8impl::Referencelegendecas
2021-09-04test: move test-debugger-address to parallelRich Trott
2021-09-04repl: ensure correct syntax err for await parsingGuy Bedford
2021-09-04repl: fix Ctrl+C on top level awaitAntoine du Hamel