| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-28 | Refactor 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-26 | refactor: 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-22 | Update lib.rs of `tcp_connection` | 魏曹先生 | |
| 2025-09-14 | Fixed codes by Zed | 魏曹先生 | |
| 2025-09-14 | Fixed codes by Zed | 魏曹先生 | |
| 2025-09-14 | Update module `tcp_connection` | 魏曹先生 | |
| 1. Add handle.rs 2. Completed target.rs | |||
| 2025-09-13 | Add `tco_connection` modules | 魏曹先生 | |
