Commit 78112a9
authored
chore(client): update client subproject commit reference (#4484)
Signed-off-by: Gaius <[email protected]>1 parent ce1663f commit 78112a9
1 file changed
+1
-1
lines changed- .github/workflows/auto-assign.yml+1-1
- .github/workflows/check-size.yml+1-1
- .github/workflows/ci.yml+2-2
- .github/workflows/docker.yml+6-6
- .github/workflows/lint.yml+1-1
- .github/workflows/release.yml+2-2
- Cargo.lock+214-159
- Cargo.toml+17-17
- ci/Dockerfile+1-1
- ci/Dockerfile.debug+1-1
- dragonfly-client-backend/Cargo.toml+2
- dragonfly-client-backend/src/hdfs.rs+4-4
- dragonfly-client-backend/src/http.rs+119-18
- dragonfly-client-backend/src/lib.rs+26-12
- dragonfly-client-config/src/dfdaemon.rs+60-70
- dragonfly-client-core/Cargo.toml+1
- dragonfly-client-core/src/error/mod.rs+8
- dragonfly-client-storage/src/client/mod.rs+10-4
- dragonfly-client-storage/src/client/tcp.rs+10-2
- dragonfly-client-storage/src/content_linux.rs+58-1
- dragonfly-client-storage/src/content_macos.rs+86-1
- dragonfly-client-storage/src/lib.rs+62-6
- dragonfly-client-storage/src/server/mod.rs+10-4
- dragonfly-client-storage/src/server/tcp.rs+6-1
- dragonfly-client-storage/src/storage_engine/rocksdb.rs+12-3
- dragonfly-client-util/Cargo.toml+1
- dragonfly-client-util/src/digest/mod.rs+70
- dragonfly-client-util/src/id_generator/mod.rs+19-1
- dragonfly-client-util/src/net/mod.rs+1-1
- dragonfly-client-util/src/pool/mod.rs+17-24
- dragonfly-client-util/src/request/selector.rs+3-7
- dragonfly-client/Cargo.toml+2-1
- dragonfly-client/src/bin/dfcache/export.rs+13-9
- dragonfly-client/src/bin/dfdaemon/main.rs+10-4
- dragonfly-client/src/bin/dfget/main.rs+21-12
- dragonfly-client/src/dynconfig/mod.rs+1-1
- dragonfly-client/src/grpc/dfdaemon_download.rs+103-32
- dragonfly-client/src/grpc/dfdaemon_upload.rs+188-72
- dragonfly-client/src/grpc/mod.rs+7-7
- dragonfly-client/src/grpc/scheduler.rs+3-3
- dragonfly-client/src/proxy/mod.rs+28-29
- dragonfly-client/src/resource/mod.rs+1
- dragonfly-client/src/resource/parent_selector.rs+684
- dragonfly-client/src/resource/persistent_cache_task.rs+308-184
- dragonfly-client/src/resource/piece.rs+18-3
- dragonfly-client/src/resource/piece_collector.rs+26-51
- dragonfly-client/src/resource/task.rs+113-86
0 commit comments