| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: downgrade tcp_connection functionality to test utilities | 魏曹先生 | 2025-09-26 | 5 | -357/+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 | ||||
| * | feat(tcp_connection): add MessagePack serialization support | 魏曹先生 | 2025-09-26 | 3 | -24/+146 |
| | | | | | | | | | | | | | - 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. | ||||
| * | 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 | ||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-25 | 2 | -17/+13 |
| | | |||||
| * | Remove redundant Sync bound from process future | 魏曹先生 | 2025-09-22 | 1 | -2/+2 |
| | | |||||
| * | Update lib.rs of `tcp_connection` | 魏曹先生 | 2025-09-22 | 1 | -5/+0 |
| | | |||||
| * | Fixed function `write` and `read` | 魏曹先生 | 2025-09-22 | 1 | -18/+52 |
| | | |||||
| * | Fixed Challenge | 魏曹先生 | 2025-09-21 | 1 | -15/+22 |
| | | |||||
| * | Complete Challenge | 魏曹先生 | 2025-09-21 | 1 | -199/+289 |
| | | |||||
| * | Update TcpTargetError | 魏曹先生 | 2025-09-21 | 1 | -13/+78 |
| | | |||||
| * | Add challenge function for `tcp_connection` | 魏曹先生 | 2025-09-21 | 1 | -6/+243 |
| | | |||||
| * | Make ServerTargetConfig and ClientTargetConfig Serializeable | 魏曹先生 | 2025-09-20 | 1 | -2/+4 |
| | | |||||
| * | Make TcpServerTarget Serializable and Generalizable | 魏曹先生 | 2025-09-20 | 1 | -1/+2 |
| | | |||||
| * | Removed unused imports | 魏曹先生 | 2025-09-20 | 1 | -1/+1 |
| | | |||||
| * | Update TcpServerTarget | 魏曹先生 | 2025-09-17 | 2 | -45/+38 |
| | | |||||
| * | Add message transfer functions | 魏曹先生 | 2025-09-17 | 1 | -1/+324 |
| | | |||||
| * | Fixed codes by Zed | 魏曹先生 | 2025-09-14 | 3 | -4/+94 |
| | | |||||
| * | Add TcpServerConfigs | 魏曹先生 | 2025-09-14 | 2 | -0/+114 |
| | | |||||
| * | Add instance.rs | 魏曹先生 | 2025-09-14 | 1 | -0/+11 |
| | | |||||
| * | Add error.rs | 魏曹先生 | 2025-09-14 | 1 | -0/+24 |
| | | |||||
| * | Fixed codes by Zed | 魏曹先生 | 2025-09-14 | 3 | -31/+35 |
| | | |||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-14 | 1 | -4/+4 |
| | | |||||
| * | Update module `tcp_connection` | 魏曹先生 | 2025-09-14 | 3 | -13/+67 |
| | | | | | | 1. Add handle.rs 2. Completed target.rs | ||||
| * | Update `tcp_connection` modules | 魏曹先生 | 2025-09-13 | 1 | -0/+101 |
| | | |||||
| * | Add `tco_connection` modules | 魏曹先生 | 2025-09-13 | 1 | -0/+2 |
