| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor TCP connection authentication into separate module | 魏曹先生 | 2025-09-28 | 1 | -284/+1 |
| | | | | | | | - 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 | ||||
| * | feat(tcp_connection): add MessagePack serialization support | 魏曹先生 | 2025-09-26 | 1 | -22/+124 |
| | | | | | | | | | | | | | - 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. | ||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-25 | 1 | -14/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add challenge function for `tcp_connection` | 魏曹先生 | 2025-09-21 | 1 | -6/+243 |
| | | |||||
| * | Removed unused imports | 魏曹先生 | 2025-09-20 | 1 | -1/+1 |
| | | |||||
| * | Add message transfer functions | 魏曹先生 | 2025-09-17 | 1 | -1/+324 |
| | | |||||
| * | Add instance.rs | 魏曹先生 | 2025-09-14 | 1 | -0/+11 |
