rqbit/crates
Igor Katson 2a60ff2a7f
Remove "previously_requested_pieces"
In https://github.com/ikatson/rqbit/issues/66 from a posted stacktrace
it became clear that setting previously_requested_pieces may panic.

I found a place where it was not initialized - in "on_have" callback.

I wanted to fix that + make it less error-prone, however noticed that
previously_requested_pieces isn't used at all anyway, because its use
was removed during one of the recent refactorings.

As things seem to be working fine without it, just removed it to simplify
code.
2024-01-21 10:58:59 +00:00
..
bencode Small js (webui) cleanups 2023-11-23 00:42:10 +00:00
buffers Small js (webui) cleanups 2023-11-23 00:42:10 +00:00
clone_to_owned Small js (webui) cleanups 2023-11-23 00:42:10 +00:00
dht Add an HTTP API endpoint + UI widgets to stream logs (#49) 2023-12-09 00:26:14 +00:00
librqbit Remove "previously_requested_pieces" 2024-01-21 10:58:59 +00:00
librqbit_core Tag 5.4.1 2024-01-03 14:41:32 +00:00
peer_binary_protocol Preparing for 5.0.0 release 2023-12-07 12:35:24 +00:00
rqbit Tag 5.4.1 2024-01-03 14:41:32 +00:00
sha1w Add more docs 2023-11-19 22:06:41 +00:00
upnp Try to make it compile on freebsd (#53) 2023-12-12 11:02:19 +00:00
README.md Add readmes everywhere 2023-11-15 14:01:41 +00:00

This package is a dependency of rqbit torrent client. It can be used by itself too. See more at the rqbit Github page.