rqbit/crates/librqbit
owl f020673032
fix: improve path traversal check
The previous implementation would falsely detect a path traversal in a
filename such as "foo... bar".
This patch changes the check function so that it inspects `PathBuf`
components instead of substrings.
2025-05-09 00:07:17 +02:00
..
examples Split out TorrentMetadata 2024-12-05 23:12:46 +00:00
resources Implement ser/de for UDP tracker protocol 2024-02-11 12:12:37 +00:00
src fix: improve path traversal check 2025-05-09 00:07:17 +02:00
webui [Feature] Can put rqbit Web UI behind proxy server 2025-01-13 22:01:06 +00:00
.gitignore Make a serde bencode serializer 2021-07-01 23:37:57 +01:00
build.rs Docker cross-compilation github workflow. 2024-08-27 15:11:59 +01:00
Cargo.toml Trackers list from outside 2025-02-27 12:55:10 +00:00
README.md Update docs, cleanup for 4.0.0 release 2023-12-03 12:14:50 +00:00

librqbit

A fully featured, easy to use torrent downloading library used as a backbone of rqbit.

Basic example

See examples on GitHub.

Documentation

librqbit at docs.rs