1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+1-1
- Cargo.lock+91-54
- Cargo.toml+14-13
- dragonfly-client-backend/Cargo.toml+1-1
- dragonfly-client-backend/src/hdfs.rs+274
- dragonfly-client-backend/src/http.rs+73-40
- dragonfly-client-backend/src/lib.rs+57-19
- dragonfly-client-backend/src/object_storage.rs+59-50
- dragonfly-client-config/src/dfdaemon.rs+2-2
- dragonfly-client-init/src/container_runtime/containerd.rs+71
- dragonfly-client-init/src/container_runtime/crio.rs+51
- dragonfly-client-storage/src/content.rs+19-24
- dragonfly-client-storage/src/lib.rs+29-31
- dragonfly-client-storage/src/metadata.rs+80-83
- dragonfly-client-storage/src/storage_engine/rocksdb.rs+18-20
- dragonfly-client-util/src/http/mod.rs+29-105
- dragonfly-client/Cargo.toml+2-2
- dragonfly-client/src/announcer/mod.rs+21-6
- dragonfly-client/src/bin/dfdaemon/main.rs+28-7
- dragonfly-client/src/bin/dfget/main.rs+42-16
- dragonfly-client/src/grpc/dfdaemon_download.rs+32-26
- dragonfly-client/src/grpc/dfdaemon_upload.rs+33-31
- dragonfly-client/src/grpc/mod.rs+1-1
- dragonfly-client/src/grpc/scheduler.rs+11-11
- dragonfly-client/src/metrics/mod.rs+207-107
- dragonfly-client/src/proxy/header.rs+13-31
- dragonfly-client/src/proxy/mod.rs+185-164
- dragonfly-client/src/resource/persistent_cache_task.rs+14-21
- dragonfly-client/src/resource/piece.rs+46-31
- dragonfly-client/src/resource/piece_collector.rs+10-13
- dragonfly-client/src/resource/task.rs+68-75
- dragonfly-client/src/tracing/mod.rs+3-2
0 commit comments