commit 62a8c4fe56247a39de60473a91414909691faf4c [browse]
Author: Matt Joiner
Date: 2021-10-29 11:52:28 +11:00

Fix unnecessary modification of Torrent.CancelPieces API

https://github.com/anacrolix/torrent/issues/681
(cherry picked from commit 2c70c23ac4cb1e59fde75c3314682ba09d88f7da)

commit 8b368b3832ca87f19c703ab48ba355e625190b2b [browse]
Author: Matt Joiner
Date: 2021-10-27 15:15:27 +11:00

Run all tests and benchmarks twice

This helps detect bad cleanup in tests, which is very common.

commit d1e2d7ff92b2f0e5527504d1381cfd30d8b91f01 [browse]
Author: Matt Joiner
Date: 2021-10-27 15:14:48 +11:00

Remove unnecessary intermediate steps in Go workflow

commit f2e9eeba3b0cf5447836425104dde25dfdea425d [browse]
Author: Matt Joiner
Date: 2021-10-27 15:14:11 +11:00

Check if torrent is closed before handling peer request data read failures

Should fix panics using storage after its been closed, like in https://github.com/anacrolix/torrent/runs/4017475163.

commit eb2fc6dbef0e6a988fc4747ac1c941811334de43 [browse]
Author: Matt Joiner
Date: 2021-10-27 13:57:19 +11:00

Fix panic in benchmark

clone the repository to get more history