1 file changed
+1
-1
lines changed- .github/workflows/docker.yml+6-6
- Cargo.lock+212-53
- Cargo.toml+13-12
- ci/Dockerfile+2-1
- ci/Dockerfile.debug+2-1
- ci/Dockerfile.dfinit+1
- dragonfly-client-backend/Cargo.toml+1-1
- dragonfly-client-config/src/dfdaemon.rs+10-9
- dragonfly-client-storage/Cargo.toml+12
- dragonfly-client-storage/benches/cache.rs+398
- dragonfly-client-storage/benches/lru_cache.rs+375
- dragonfly-client-storage/src/cache/lru_cache.rs+465
- dragonfly-client-storage/src/cache/mod.rs+973
- dragonfly-client-storage/src/lib.rs+3-1
- dragonfly-client/Cargo.toml+1-1
- dragonfly-client/src/bin/dfget/main.rs+1
- dragonfly-client/src/grpc/dfdaemon_upload.rs+26-4
- dragonfly-client/src/grpc/mod.rs+1-1
- dragonfly-client/src/metrics/mod.rs-23
- dragonfly-client/src/proxy/cache.rs-229
- dragonfly-client/src/proxy/mod.rs+14-132
- dragonfly-client/src/resource/persistent_cache_task.rs+2-1
- dragonfly-client/src/resource/piece.rs+7-8
- dragonfly-client/src/resource/piece_collector.rs+44-17
- dragonfly-client/src/resource/piece_downloader.rs+217-16
- dragonfly-client/src/resource/task.rs+2-1
0 commit comments