| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: downgrade tcp_connection functionality to test utilities | 魏曹先生 | 2025-09-26 | 1 | -198/+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 | ||||
| * | Fix clippy warnings and optimize code | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
| * | Make TcpServerTarget Serializable and Generalizable | 魏曹先生 | 2025-09-20 | 1 | -1/+2 |
| | | |||||
| * | Update TcpServerTarget | 魏曹先生 | 2025-09-17 | 1 | -43/+14 |
| | | |||||
| * | Fixed codes by Zed | 魏曹先生 | 2025-09-14 | 1 | -1/+79 |
| | | |||||
| * | Fixed codes by Zed | 魏曹先生 | 2025-09-14 | 1 | -27/+34 |
| | | |||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-14 | 1 | -4/+4 |
| | | |||||
| * | Update module `tcp_connection` | 魏曹先生 | 2025-09-14 | 1 | -12/+52 |
| | | | | | | 1. Add handle.rs 2. Completed target.rs | ||||
| * | Update `tcp_connection` modules | 魏曹先生 | 2025-09-13 | 1 | -0/+101 |
