commit 8ccacbfd17154cedcb99a08438ef4175622ecdd7 [browse]
Author: Matt Joiner
Date: 2022-06-01 18:24:50 +10:00
Revert "Switch requestState to be a slice"
This reverts commit 9eb80abc29498ecc8ba2b174457b46ca75296dec.
Via email I received a report of excessive memory use: Memory use with a slice is proportional to the total size of all torrents loaded into the Client, which can be very large.
commit f21aeed90e8231a457d3739075822f57a9c618ce [browse]
Author: Matt Joiner
Date: 2022-06-01 18:18:37 +10:00
Demote webrtc conn error logging level to debug
Fixes #716.
commit ed1fe91dd2d11213afdb6c8ab49b3e4a12fa41e2 [browse]
Author: Nathanael Demacon
Date: 2022-05-23 02:42:51 +02:00
Implement a public `Peer.DownloadRate` (#750)
commit eeb021b134137d2096f0ef899d5215ece8989ba0 [browse]
Author: Matt Joiner
Date: 2022-05-12 13:47:12 +10:00
Use Option for cached Torrent length
Fixes https://github.com/anacrolix/torrent/issues/630.
commit 9434fe58a2bc3b6deb360713b015110dfa31794c [browse]
Author: Matt Joiner
Date: 2022-05-12 13:33:57 +10:00
Set debug log level for outgoing connection error
Contributed by @tsynik in https://github.com/anacrolix/torrent/issues/702#issuecomment-1010523079.
clone the repository to get more history