Releases: erigontech/torrent
Releases · erigontech/torrent
v1.54.3-alpha-1
What's Changed
Full Changelog: v1.54.2...v1.54.3-alpha-1
v1.54.2
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
Full Changelog: v1.54.1...v1.54.2
v1.54.2-alpha-38
What's Changed
Full Changelog: v1.54.2-alpha-37...v1.54.2-alpha-38
v1.54.2-alpha-37
What's Changed
Full Changelog: v1.54.2-alpha-36...v1.54.2-alpha-37
v1.54.2-alpha-36
v1.54.2-alpha-35
Merge pull request #27 from erigontech/increase_webseed_parallelization Increase webseed parallelization
v1.54.2-alpha-33
Merge pull request #26 from erigontech/increase_webseed_parallelization Fixed http panic and added hash, flush and completion stats
v1.54.2-alpha-32
Merge pull request #25 from erigontech/increase_webseed_parallelization Check rehash before download
v1.54.2-alpha-31
Merge pull request #23 from erigontech/increase_webseed_parallelization fix missing defer
v1.54.2-alpha-30
Merge pull request #22 from erigontech/increase_webseed_parallelization add missing defer