| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update dependencies to latest versions | 魏曹先生 | 2025-10-27 | 1 | -6/+6 |
| | | |||||
| * | Add incremental transfer functionality and update TCP connection utilities | 魏曹先生 | 2025-09-29 | 1 | -0/+1 |
| | | | | | | | | | - Add instance_incremental_transfer module for handling incremental data transfers - Add test_incremental_transfer module for testing incremental transfer functionality - Update TCP connection library to support new incremental transfer features - Update Cargo.toml dependencies for TCP connection utilities - Update main library to integrate new TCP connection functionality | ||||
| * | feat(tcp_connection): add MessagePack serialization support | 魏曹先生 | 2025-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | - 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. | ||||
| * | Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc | 魏曹先生 | 2025-09-21 | 1 | -1/+7 |
| | | |||||
| * | Update Cargo.toml | 魏曹先生 | 2025-09-21 | 1 | -0/+9 |
| | | |||||
| * | Add `serde` dependencies for `tcp_connection` crate | 魏曹先生 | 2025-09-17 | 1 | -1/+5 |
| | | |||||
| * | Add `tco_connection` modules | 魏曹先生 | 2025-09-13 | 1 | -0/+7 |
