| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-26 | feat(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-22 | Fixed some tests | 魏曹先生 | |
| 2025-09-21 | Add challenge test for `tcp_connection` | 魏曹先生 | |
| 2025-09-17 | Finished test of `tcp_connection` 1. Merge example_handle.rs into | 魏曹先生 | |
| test_connection.rs | |||
| 2025-09-14 | Fixed codes by Zed | 魏曹先生 | |
| 2025-09-14 | Update module `tcp_connection_test` | 魏曹先生 | |
