Dragonfly client written in Rust
Go to file
dependabot[bot] 60ebb33b50
chore(deps): Bump hyper-util from 0.1.15 to 0.1.16 (#1267)
Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.15 to 0.1.16.
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.15...v0.1.16)

---
updated-dependencies:
- dependency-name: hyper-util
  dependency-version: 0.1.16
  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-08-05 17:12:52 +08:00
.github chore(deps): Bump github/codeql-action from 3.29.3 to 3.29.5 (#1271) 2025-08-05 03:26:36 +00:00
ci chore(Dockerfile): Change TARGETARCH to TARGETPLATFORM in Dockerfiles for multi-platform builds (#1217) 2025-07-07 10:48:06 +00:00
docs feat: rename --log-to-stdout to --console (#1163) 2025-05-27 15:31:14 +08:00
dragonfly-client feat: rename tracing field from `uri` to `url` in proxy handler functions (#1260) 2025-07-30 16:55:56 +08:00
dragonfly-client-backend feat: Disable compression in HTTP client configuration (#1273) 2025-08-05 16:58:43 +08:00
dragonfly-client-config feat: support remote-ip for tracing (#1248) 2025-07-22 08:55:49 +00:00
dragonfly-client-core feat(dragonfly-client-storage): add write_piece_timeout to storage config and enhance piece download timeout handling (#1146) 2025-05-12 20:52:21 +08:00
dragonfly-client-init feat: support HTTPS protocol for otel (#1206) 2025-06-25 15:54:01 +08:00
dragonfly-client-storage feat: move metadata update after content task creation in Storage::download_task_started (#1234) 2025-07-16 17:52:09 +08:00
dragonfly-client-util chore(deps): Bump rustix from 1.0.5 to 1.0.8 (#1243) 2025-07-22 16:45:02 +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 hyper-util from 0.1.15 to 0.1.16 (#1267) 2025-08-05 17:12:52 +08:00
Cargo.toml chore(deps): Bump hyper-util from 0.1.15 to 0.1.16 (#1267) 2025-08-05 17:12:52 +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.