| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-12 | Reorganize crate structure and move documentation files | 魏曹先生 | |
| 2025-10-27 | Update dependencies to latest versions | 魏曹先生 | |
| 2025-09-29 | Add incremental transfer functionality and update TCP connection utilities | 魏曹先生 | |
| - 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 | |||
| 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-21 | Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc | 魏曹先生 | |
| 2025-09-21 | Update Cargo.toml | 魏曹先生 | |
| 2025-09-17 | Add `serde` dependencies for `tcp_connection` crate | 魏曹先生 | |
| 2025-09-13 | Add `tco_connection` modules | 魏曹先生 | |
