summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/target.rs
AgeCommit message (Collapse)Author
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-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-20Make TcpServerTarget Serializable and Generalizable魏曹先生
2025-09-17Update TcpServerTarget魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Fixed by Clippy魏曹先生
2025-09-14Update module `tcp_connection`魏曹先生
1. Add handle.rs 2. Completed target.rs
2025-09-13Update `tcp_connection` modules魏曹先生