2 files changed
+2
-2
lines changed- .github/workflows/ci.yml+2-2
- Cargo.lock+93-291
- Cargo.toml+14-13
- dragonfly-client-backend/Cargo.toml+1-1
- dragonfly-client-backend/src/http.rs+1-1
- dragonfly-client-core/Cargo.toml+1-1
- dragonfly-client-core/src/error/mod.rs+7-3
- dragonfly-client-storage/Cargo.toml+1-1
- dragonfly-client-storage/src/content.rs+69-3
- dragonfly-client-storage/src/lib.rs+47-18
- dragonfly-client-storage/src/metadata.rs+53-53
- dragonfly-client-storage/src/storage_engine/rocksdb.rs+1
- dragonfly-client-util/Cargo.toml+1
- dragonfly-client-util/src/digest/mod.rs+29
- dragonfly-client-util/src/id_generator/mod.rs+23-4
- dragonfly-client/Cargo.toml+4-3
- dragonfly-client/src/announcer/mod.rs+8-1
- dragonfly-client/src/bin/dfcache/export.rs+3-2
- dragonfly-client/src/bin/dfcache/import.rs+130-7
- dragonfly-client/src/bin/dfcache/main.rs+14-8
- dragonfly-client/src/bin/dfcache/remove.rs+3-1
- dragonfly-client/src/bin/dfcache/stat.rs+3-1
- dragonfly-client/src/bin/dfdaemon/main.rs+17-2
- dragonfly-client/src/bin/dfget/main.rs+1
- dragonfly-client/src/gc/mod.rs+6-17
- dragonfly-client/src/grpc/dfdaemon_download.rs+239-43
- dragonfly-client/src/grpc/dfdaemon_upload.rs+88-35
- dragonfly-client/src/grpc/mod.rs+12-3
- dragonfly-client/src/grpc/scheduler.rs+68-39
- dragonfly-client/src/lib.rs+1-1
- dragonfly-client/src/metrics/mod.rs+206-25
- dragonfly-client/src/proxy/mod.rs+2-1
- dragonfly-client/src/resource/cache_task.rs+195
- dragonfly-client/src/resource/mod.rs+20
- dragonfly-client/src/resource/piece.rs+56-18
- dragonfly-client/src/resource/piece_collector.rs+37-39
- dragonfly-client/src/resource/task.rs+64-16
- rust-toolchain.toml+1-1
0 commit comments