Dragonfly client written in Rust
Go to file
Gaius fdd3fa7f08
chore(deps): bump api to v2.1.65 (#1347)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-09-12 15:52:34 +08:00
.cargo feat: enable console subscriber layer for tracing spawn tasks on `127.0.0.1:6669` when log level is TRACE (#1275) 2025-08-06 06:58:47 +00:00
.github chore(deps): Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1 (#1334) 2025-09-09 10:47:16 +08:00
ci build(ci): update golang version in Dockerfiles (#1301) 2025-08-21 13:22:32 +00:00
docs
dragonfly-client feat(download): add concurrent piece count configuration (#1345) 2025-09-11 18:36:00 +08:00
dragonfly-client-backend refactor(downloader): streamline download concurrency handling (#1341) 2025-09-09 15:57:00 +08:00
dragonfly-client-config refactor: remove the seed peer announcement to manager (#1261) 2025-08-08 12:25:08 +08:00
dragonfly-client-core refactor(downloader): streamline download concurrency handling (#1341) 2025-09-09 15:57:00 +08:00
dragonfly-client-init chore(deps): remove unused dependencies (#1274) 2025-08-06 11:11:15 +08:00
dragonfly-client-storage refactor(cache): remove WriteCachePieceResponse struct (#1329) 2025-09-02 20:18:07 +08:00
dragonfly-client-util refactor: move the shutdown crate to the util package (#1344) 2025-09-11 14:15:42 +08:00
scripts
.gitignore
CONTRIBUTING.md
Cargo.lock chore(deps): bump api to v2.1.65 (#1347) 2025-09-12 15:52:34 +08:00
Cargo.toml chore(deps): bump api to v2.1.65 (#1347) 2025-09-12 15:52:34 +08:00
LICENSE
README.md docs: Remove license section README.md (#1213) 2025-07-01 15:45:18 +08:00
codecov.yml
rust-toolchain.toml

README.md

Dragonfly Client

GitHub release CI Coverage Open Source Helpers Discussions Twitter LICENSE FOSSA Status

Dragonfly client written in Rust. It can serve as both a peer and a seed peer.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.