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
AgeCommit message (Expand)Author
2020-10-08fs: add rm methodIan Sutherland
2020-09-20test: improve assertions in pummel/test-timersRich Trott
2020-09-15test: improve pummel/test-timers.jsRich Trott
2020-09-10test: revise test-policy-integrityRich Trott
2020-09-02test: remove incorrect debug() in test-policy-integrityRich Trott
2020-08-25test: simplify test-vm-memleakRich Trott
2020-08-14test: use process.env.PYTHON to spawn pythonAnna Henningsen
2020-08-11test: split test-crypto-dh-hashRich Trott
2020-08-11test: use block-scoping in test/pummel/test-timers.jsRich Trott
2020-08-05policy: increase tests via permutation matrixBradley Farias
2020-08-04test: replace flaky pummel regression testsAnna Henningsen
2020-07-30test: remove unneeded flag check in test-vm-memleakRich Trott
2020-07-28test: add ref comment to test-regress-GH-814_2Rich Trott
2020-07-28test: add ref comment to test-regress-GH-814Rich Trott
2020-07-25test: remove superfluous check in pummel/test-timersRich Trott
2020-07-24test: fix test-heapdump-zlibAndrey Pechkurov
2020-07-24test: remove duplicate checks in pummel/test-timersRich Trott
2020-07-22test: fix flaky test-watch-fileRich Trott
2020-07-20test: fix flaky test-heapdump-http2Rich Trott
2020-07-17test: do not write to fixtures dir in test-watch-fileRich Trott
2020-07-17test: fix test-net-pingpong pummel test for non-IPv6 hostsRich Trott
2020-07-15test: fix flaky test-net-connect-econnrefusedRich Trott
2020-07-15test: use mustCall() in pummel testRich Trott
2020-06-30test: update test-child-process-spawn-loop for Python 3Richard Lau
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-12src: do not track BaseObjects via cleanup hooksAnna Henningsen
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-11test: fix test-net-throttleRich Trott
2020-03-18test: use Promise.all() in test-hash-seedRich Trott
2020-02-23test: remove common.PORT from assorted pummel testsRich Trott
2020-02-20test: remove common.PORT from test-net-write-callbacks.jsRich Trott
2020-02-18test: remove common.PORT from test-net-pauseRich Trott
2020-02-18test: remove common.PORT from test-tls-server-large-requestRich Trott
2020-02-18test: remove common.PORT from test-net-throttleRich Trott
2020-02-18test: remove common.PORT from test-net-timeoutRich Trott
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-01-25test: fix test-heapdump-workerAnna Henningsen
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-08http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-08-11test: clean tmpdir on process exitJoão Reis
2019-06-25test: switch assertion orderYomar
2019-06-25test: make test-dh-regr more efficient where possibleRich Trott
2019-06-25test: split pummel crypto dh test into two separate testsRich Trott
2019-06-25test: move non-pummel crypto DH tests to parallelRich Trott
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-06Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-04-16test: log errors in test-fs-readfile-tostring-failRichard Lau
2019-04-04src: implement MemoryRetainer in EnvironmentJoyee Cheung