Dragonfly client written in Rust
Go to file
dependabot[bot] 63a606fef5
chore(deps): Bump github/codeql-action from 3.30.1 to 3.30.3 (#1349)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.1 to 3.30.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f1f6e5f6af...192325c861)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-16 14:44:47 +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 github/codeql-action from 3.30.1 to 3.30.3 (#1349) 2025-09-16 14:44:47 +08:00
ci build(ci): update golang version in Dockerfiles (#1301) 2025-08-21 13:22:32 +00:00
docs feat: rename --log-to-stdout to --console (#1163) 2025-05-27 15:31:14 +08:00
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 chore(deps): Bump rustix from 1.0.8 to 1.1.2 (#1351) 2025-09-16 14:43:43 +08:00
scripts refactor: unit tests of the self-signed certs in http backend (#778) 2024-10-15 11:32:52 +08:00
.gitignore feat(container_runtime): support podman container runtime (#812) 2024-11-04 10:37:53 +08:00
CONTRIBUTING.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
Cargo.lock chore(deps): Bump rustix from 1.0.8 to 1.1.2 (#1351) 2025-09-16 14:43:43 +08:00
Cargo.toml chore(deps): Bump humantime from 2.1.0 to 2.3.0 (#1352) 2025-09-16 14:43:17 +08:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md docs: Remove license section README.md (#1213) 2025-07-01 15:45:18 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +08:00
rust-toolchain.toml chore(release): set toolchain to 1.82.0 (#1006) 2025-02-27 00:22:25 +08:00

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.