aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add incremental transfer functionality and update core components魏曹先生2025-09-291-2/+0
| | | | | | | | - Implement instance_incremental_transfer module for efficient file synchronization - Add support for chunk-based file transfer with hash comparison - Update TCP connection utilities to support incremental transfer protocol - Enhance error handling and version management for file synchronization - Update dependencies and integrate new functionality into main library
* Add incremental transfer functionality and update TCP connection utilities魏曹先生2025-09-291-0/+2
| | | | | | | | - Add instance_incremental_transfer module for handling incremental data transfers - Add test_incremental_transfer module for testing incremental transfer functionality - Update TCP connection library to support new incremental transfer features - Update Cargo.toml dependencies for TCP connection utilities - Update main library to integrate new TCP connection functionality
* Refactor TCP connection authentication into separate module魏曹先生2025-09-281-0/+2
| | | | | | - Extract challenge-response authentication code from instance.rs to new instance_challenge.rs - Add instance_challenge module declaration to lib.rs - Maintain all cryptographic functionality while improving code organization
* refactor: downgrade tcp_connection functionality to test utilities魏曹先生2025-09-261-6/+0
| | | | | | | | - Remove handle, target, target_configure, target_connection modules from main library - Create test_utils module in test project to contain temporary connection functionality - Update import paths in test files - Keep instance and error modules as core functionality - Adjust vcs_test configurations to adapt to new test structure
* Update lib.rs of `tcp_connection`魏曹先生2025-09-221-5/+0
|
* Fixed codes by Zed魏曹先生2025-09-141-0/+11
|
* Fixed codes by Zed魏曹先生2025-09-141-1/+1
|
* Update module `tcp_connection`魏曹先生2025-09-141-1/+3
| | | | | 1. Add handle.rs 2. Completed target.rs
* Add `tco_connection` modules魏曹先生2025-09-131-0/+2