summaryrefslogtreecommitdiff
path: root/crates/utils
AgeCommit message (Collapse)Author
2025-10-06Remove unused behaviour.rs file from tcp_connection魏曹先生
- Delete empty behaviour.rs file that was not being used
2025-09-29Update test files: remove obsolete test_incremental_transfer.rs and modify ↵魏曹先生
test suites
2025-09-29Add incremental transfer functionality and update core components魏曹先生
- 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
2025-09-29Add incremental transfer functionality and update TCP connection utilities魏曹先生
- 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
2025-09-28Refactor TCP connection authentication into separate module魏曹先生
- 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
2025-09-26refactor: downgrade tcp_connection functionality to test utilities魏曹先生
- 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
2025-09-26feat(tcp_connection): add MessagePack serialization support魏曹先生
- Add rmp-serde dependency for MessagePack serialization - Implement write_msgpack and read_msgpack methods for basic MessagePack support - Add write_large_msgpack and read_large_msgpack methods for chunked transmission - Add error conversions for rmp-serde errors - Add comprehensive tests for MessagePack functionality - Fix code formatting and improve readability - Make stream field pub(crate) for better access control All tests pass successfully, ensuring backward compatibility.
2025-09-26refactor: Update sheet input handling and fix tests魏曹先生
- Modify Sheet::add_input to accept InputPackage instead of separate parameters - Use output_mappings method to generate InputPackage in tests - Update test assertions to match new path transformation logic - Fix mapping count assertions after adding multiple mappings - Clean up string_proc module structure
2025-09-25Fix clippy warnings in test files魏曹先生
- Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations
2025-09-25Fix clippy warnings and optimize code魏曹先生
- Rename from_str to from_address_str in tcp_connection to avoid trait conflict - Use ? operator instead of let...else patterns in local and vault initialization - Replace manual string slicing with strip_prefix in virtual_file.rs - All tests continue to pass after optimizations
2025-09-25Fixed by Clippy魏曹先生
2025-09-22Remove redundant Sync bound from process future魏曹先生
2025-09-22Fixed some tests魏曹先生
2025-09-22Add test `test_file_transfer`魏曹先生
2025-09-22Add new resources for test魏曹先生
2025-09-22Remove `test_key`魏曹先生
2025-09-22Update lib.rs of `tcp_connection`魏曹先生
2025-09-22Fixed function `write` and `read`魏曹先生
2025-09-21Fixed Challenge魏曹先生
2025-09-21Fixed test_key魏曹先生
2025-09-21 Add test pem key魏曹先生
2025-09-21Complete Challenge魏曹先生
2025-09-21Update TcpTargetError魏曹先生
2025-09-21Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生
2025-09-21Update Cargo.toml魏曹先生
2025-09-21Add Result for ConfigFile魏曹先生
2025-09-21Add challenge function for `tcp_connection`魏曹先生
2025-09-21Add challenge test for `tcp_connection`魏曹先生
2025-09-20Add string_proc util crates魏曹先生
2025-09-20Make ServerTargetConfig and ClientTargetConfig Serializeable魏曹先生
2025-09-20Make TcpServerTarget Serializable and Generalizable魏曹先生
2025-09-20Removed unused imports魏曹先生
2025-09-20Add exist function to ConfigFile trait魏曹先生
2025-09-20Update cfg_file_derive魏曹先生
2025-09-20Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生
`tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify`
2025-09-17Finished test of `tcp_connection` 1. Merge example_handle.rs into魏曹先生
test_connection.rs
2025-09-17Update examples魏曹先生
2025-09-17Update TcpServerTarget魏曹先生
2025-09-17Add message transfer functions魏曹先生
2025-09-17Add `serde` dependencies for `tcp_connection` crate魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Add TcpServerConfigs魏曹先生
2025-09-14Add instance.rs魏曹先生
2025-09-14Add error.rs魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Fixed by Clippy魏曹先生
2025-09-14Update `tcp_connection_test` Cargo.toml魏曹先生
2025-09-14Update module `tcp_connection_test`魏曹先生
2025-09-14Update module `tcp_connection`魏曹先生
1. Add handle.rs 2. Completed target.rs
2025-09-14Update verifier.rs魏曹先生
1. Removed test config