Dragonfly client written in Rust
Go to file
Gaius 0cd452f33b
feat: add docker config for dfinit (#358)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-04-02 10:31:14 +08:00
.github fix: change docker build timeout and fix release ci (#343) 2024-03-22 07:14:41 +08:00
dragonfly-client fix: add path to registry mirror and rename config name of containerd (#357) 2024-04-01 20:15:02 +08:00
dragonfly-client-backend chore: remove readme in sub crates (#303) 2024-03-07 10:28:10 +08:00
dragonfly-client-config feat: add docker config for dfinit (#358) 2024-04-02 10:31:14 +08:00
dragonfly-client-core feat: when contaienrd use old version, dfinit updates the mirror config (#342) 2024-03-19 21:24:10 +08:00
dragonfly-client-init feat: add docker config for dfinit (#358) 2024-04-02 10:31:14 +08:00
dragonfly-client-storage feat: add truncate options to content for writing piece (#344) 2024-03-22 15:29:01 +08:00
dragonfly-client-util chore: remove readme in sub crates (#303) 2024-03-07 10:28:10 +08:00
.gitignore feat: add Cargo.lock to project and change announce interval (#196) 2024-01-04 17:44:22 +08:00
CONTRIBUTING.md feat: add default paths and rename dfdaemon to client (#8) 2023-04-12 18:43:20 +08:00
Cargo.lock chore(deps): Bump rustls-pki-types from 1.3.1 to 1.4.1 (#352) 2024-04-01 21:03:55 +08:00
Cargo.toml chore(deps): Bump rustls-pki-types from 1.3.1 to 1.4.1 (#352) 2024-04-01 21:03:55 +08:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md feat: add default paths and rename dfdaemon to client (#8) 2023-04-12 18:43:20 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +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.