Skip to content

v1.54.2

Compare
Choose a tag to compare
@dvovk dvovk released this 16 Oct 16:27
· 21 commits to release/v1.54 since this release
3b27feb

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