Dragonfly client written in Rust
Go to file
Gaius d9dcf86be3
feat: add native tls for backend client (#377)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-04-09 21:21:15 +08:00
.github chore: split push client image and push dfinit image in actions (#363) 2024-04-03 15:31:48 +08:00
dragonfly-client chore: add ca-certificates package to client dockerfile (#376) 2024-04-09 19:53:54 +08:00
dragonfly-client-backend feat: add native tls for backend client (#377) 2024-04-09 21:21:15 +08:00
dragonfly-client-config feat: optimize enum for container runtime (#366) 2024-04-08 11:37:29 +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: if registry is not set, create config_path for contianerd (#373) 2024-04-08 20:29:55 +08:00
dragonfly-client-storage feat: change memtable memory limit in rocksdb (#364) 2024-04-03 16:48:15 +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: update version to v0.1.27 (#374) 2024-04-08 22:27:53 +08:00
Cargo.toml feat: add native tls for backend client (#377) 2024-04-09 21:21:15 +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.