Dragonfly client written in Rust
Go to file
dependabot[bot] 65a19c967b
chore(deps): Bump http-body-util from 0.1.0 to 0.1.2 (#543)
Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.0 to 0.1.2.
- [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.0...http-body-util-v0.1.2)

---
updated-dependencies:
- dependency-name: http-body-util
  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>
2024-06-17 21:59:16 +08:00
.github chore(deps): Bump codecov/codecov-action from 4.0.0 to 4.5.0 (#540) 2024-06-17 21:58:17 +08:00
dragonfly-client chore(deps): Bump http-body-util from 0.1.0 to 0.1.2 (#543) 2024-06-17 21:59:16 +08:00
dragonfly-client-backend feat: add error log for backend (#522) 2024-06-05 14:19:17 +08:00
dragonfly-client-config feat: change default value of keep storage to false (#538) 2024-06-15 18:29:50 +08:00
dragonfly-client-core feat: add error log for backend (#522) 2024-06-05 14:19:17 +08:00
dragonfly-client-init feat: use public backend request, backend response and backend error (#510) 2024-05-28 23:07:24 +08:00
dragonfly-client-storage feat: wait for piece finished before update piece metadata (#535) 2024-06-13 15:51:54 +08:00
dragonfly-client-util feat: add error log for backend (#522) 2024-06-05 14:19:17 +08:00
.gitignore chore: change gitignore for vendor (#415) 2024-04-23 17:06:15 +08:00
CONTRIBUTING.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
Cargo.lock chore(deps): Bump http-body-util from 0.1.0 to 0.1.2 (#543) 2024-06-17 21:59:16 +08:00
Cargo.toml chore(deps): Bump url from 2.5.0 to 2.5.1 (#541) 2024-06-17 21:58:37 +08:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +08:00
rust-toolchain.toml chore: change rust-toolchain to 1.75.0 to match Dockerfile build image (#416) 2024-04-23 21:11:13 +08:00

README.md

Dragonfly Client

GitHub release CI Coverage Open Source Helpers Discussions Twitter LICENSE

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.