Skip to content

Releases: erigontech/torrent

v1.54.3-alpha-1

05 Dec 17:14
105924a
Compare
Choose a tag to compare

What's Changed

  • Added peer bytes uploaded and rate by @mh0lt in #36
  • Fix stuck at cancelled list by @dvovk in #38

Full Changelog: v1.54.2...v1.54.3-alpha-1

v1.54.2

16 Oct 16:27
3b27feb
Compare
Choose a tag to compare

Well tested stable version which supports webseeds high speed download.

What's Changed

  • Avoid fatal webseed closes due to bad pieces by @mh0lt in #4
  • Implement ban as drop rather than close by @mh0lt in #5
  • update signaling to increase the potential active handlers by @mh0lt in #6
  • Increase max requests handled and add dynamic requester resizing by @mh0lt in #7
  • fixed download halts due to timing issues by @mh0lt in #8
  • Reduce broadcast noise and fix small file processing by @mh0lt in #9
  • Increase webseed parallelization by @mh0lt in #10
  • Additional client lock removal by @mh0lt in #11
  • Race and lock fixes from parallel load testing by @mh0lt in #12
  • Added max capacity request buffer pool by @mh0lt in #13
  • Consolidate buffer pools by @mh0lt in #14
  • Add ban counting by @mh0lt in #15
  • Increase webseed parallelization by @mh0lt in #16
  • Fix races and panics around connections by @mh0lt in #17
  • Remove client close blockers by @mh0lt in #18
  • Fix connection initiated locking by @mh0lt in #19
  • Close banned web peers by @mh0lt in #20
  • Fixes for various races, lock and panics by @mh0lt in #21
  • add missing defer by @mh0lt in #22
  • fix missing defer by @mh0lt in #23
  • Check rehash before download by @mh0lt in #25
  • Fixed http panic and added hash, flush and completion stats by @mh0lt in #26
  • Increase webseed parallelization by @mh0lt in #27
  • fix completed bytes calculation by @dvovk in #28
  • Check info nil on NumPieces by @mh0lt in #29
  • moved event cond from client to torrent by @dvovk in #30
  • fixed discover for new peers connection by @dvovk in #31
  • Revert "fixed discover for new peers connection" by @dvovk in #32
  • Peers enable by @dvovk in #33
  • Revert "Peers enable" by @dvovk in #34

New Contributors

  • @dvovk made their first contribution in #28

Full Changelog: v1.54.1...v1.54.2

v1.54.2-alpha-38

04 Sep 21:24
f2da1b2
Compare
Choose a tag to compare

What's Changed

  • moved event cond from client to torrent by @dvovk in #30

Full Changelog: v1.54.2-alpha-37...v1.54.2-alpha-38

v1.54.2-alpha-37

27 Aug 09:52
e7832e6
Compare
Choose a tag to compare

What's Changed

  • Check info nil on NumPieces by @mh0lt in #29

Full Changelog: v1.54.2-alpha-36...v1.54.2-alpha-37

v1.54.2-alpha-36

22 Aug 16:01
9848cb5
Compare
Choose a tag to compare

What's Changed

  • fix completed bytes calculation by @dvovk in #28

New Contributors

  • @dvovk made their first contribution in #28

Full Changelog: v1.54.2-alpha-35...v1.54.2-alpha-36

v1.54.2-alpha-35

08 Aug 17:52
a1b13ba
Compare
Choose a tag to compare
Merge pull request #27 from erigontech/increase_webseed_parallelization

Increase webseed parallelization

v1.54.2-alpha-33

24 Jul 08:48
ee8ee63
Compare
Choose a tag to compare
Merge pull request #26 from erigontech/increase_webseed_parallelization

Fixed http panic and added hash, flush and completion stats

v1.54.2-alpha-32

18 Jul 17:11
1079022
Compare
Choose a tag to compare
Merge pull request #25 from erigontech/increase_webseed_parallelization

Check rehash before download

v1.54.2-alpha-31

16 Jul 18:13
32523f6
Compare
Choose a tag to compare
Merge pull request #23 from erigontech/increase_webseed_parallelization

fix missing defer

v1.54.2-alpha-30

15 Jul 15:24
c323168
Compare
Choose a tag to compare
Merge pull request #22 from erigontech/increase_webseed_parallelization

add missing defer