| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(tcp_connection): add MessagePack serialization support | 魏曹先生 | 2025-09-26 | 7 | -24/+262 |
| | | | | | | | | | | | | | - 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. | ||||
| * | refactor: Update sheet input handling and fix tests | 魏曹先生 | 2025-09-26 | 4 | -27/+45 |
| | | | | | | | | | - Modify Sheet::add_input to accept InputPackage instead of separate parameters - Use output_mappings method to generate InputPackage in tests - Update test assertions to match new path transformation logic - Fix mapping count assertions after adding multiple mappings - Clean up string_proc module structure | ||||
| * | Fix clippy warnings in test files | 魏曹先生 | 2025-09-25 | 4 | -125/+113 |
| | | | | | | | | - Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations | ||||
| * | Fix clippy warnings and optimize code | 魏曹先生 | 2025-09-25 | 2 | -2/+3 |
| | | | | | | | | - 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 | 4 | -21/+16 |
| | | |||||
| * | Remove redundant Sync bound from process future | 魏曹先生 | 2025-09-22 | 4 | -20/+8 |
| | | |||||
| * | Fixed some tests | 魏曹先生 | 2025-09-22 | 3 | -4/+77 |
| | | |||||
| * | Add test `test_file_transfer` | 魏曹先生 | 2025-09-22 | 1 | -0/+101 |
| | | |||||
| * | Add new resources for test | 魏曹先生 | 2025-09-22 | 4 | -0/+116 |
| | | |||||
| * | Remove `test_key` | 魏曹先生 | 2025-09-22 | 2 | -64/+0 |
| | | |||||
| * | 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 | 3 | -19/+38 |
| | | |||||
| * | Fixed test_key | 魏曹先生 | 2025-09-21 | 2 | -1/+13 |
| | | |||||
| * | Add test pem key | 魏曹先生 | 2025-09-21 | 2 | -0/+52 |
| | | |||||
| * | Complete Challenge | 魏曹先生 | 2025-09-21 | 2 | -208/+296 |
| | | |||||
| * | Update TcpTargetError | 魏曹先生 | 2025-09-21 | 1 | -13/+78 |
| | | |||||
| * | 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 Result for ConfigFile | 魏曹先生 | 2025-09-21 | 2 | -112/+57 |
| | | |||||
| * | Add challenge function for `tcp_connection` | 魏曹先生 | 2025-09-21 | 1 | -6/+243 |
| | | |||||
| * | Add challenge test for `tcp_connection` | 魏曹先生 | 2025-09-21 | 2 | -0/+87 |
| | | |||||
| * | Add string_proc util crates | 魏曹先生 | 2025-09-20 | 4 | -0/+248 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add exist function to ConfigFile trait | 魏曹先生 | 2025-09-20 | 1 | -0/+11 |
| | | |||||
| * | Update cfg_file_derive | 魏曹先生 | 2025-09-20 | 1 | -13/+31 |
| | | |||||
| * | Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature | 魏曹先生 | 2025-09-20 | 4 | -18/+0 |
| | | | | | | `tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify` | ||||
| * | Finished test of `tcp_connection` 1. Merge example_handle.rs into | 魏曹先生 | 2025-09-17 | 4 | -39/+91 |
| | | | | | test_connection.rs | ||||
| * | Update examples | 魏曹先生 | 2025-09-17 | 2 | -8/+17 |
| | | |||||
| * | Update TcpServerTarget | 魏曹先生 | 2025-09-17 | 2 | -45/+38 |
| | | |||||
| * | Add message transfer functions | 魏曹先生 | 2025-09-17 | 1 | -1/+324 |
| | | |||||
| * | Add `serde` dependencies for `tcp_connection` crate | 魏曹先生 | 2025-09-17 | 1 | -1/+5 |
| | | |||||
| * | Fixed codes by Zed | 魏曹先生 | 2025-09-14 | 5 | -9/+111 |
| | | |||||
| * | 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 | 12 | -82/+88 |
| | | |||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-14 | 3 | -14/+11 |
| | | |||||
| * | Update `tcp_connection_test` Cargo.toml | 魏曹先生 | 2025-09-14 | 1 | -0/+8 |
| | | |||||
| * | Update module `tcp_connection_test` | 魏曹先生 | 2025-09-14 | 3 | -0/+52 |
| | | |||||
| * | Update module `tcp_connection` | 魏曹先生 | 2025-09-14 | 3 | -13/+67 |
| | | | | | | 1. Add handle.rs 2. Completed target.rs | ||||
| * | Update verifier.rs | 魏曹先生 | 2025-09-14 | 1 | -10/+0 |
| | | | | | 1. Removed test config | ||||
| * | Update `tcp_connection` modules | 魏曹先生 | 2025-09-13 | 1 | -0/+101 |
| | | |||||
| * | Update `member_verify` modules | 魏曹先生 | 2025-09-13 | 2 | -0/+19 |
| | | |||||
| * | Add `member_verify` modules | 魏曹先生 | 2025-09-13 | 2 | -0/+8 |
| | | |||||
| * | Add `tco_connection` modules | 魏曹先生 | 2025-09-13 | 2 | -0/+9 |
| | | |||||
| * | . | 魏曹先生 | 2025-09-12 | 1 | -45/+0 |
| | | |||||
| * | Update config.rs | 魏曹先生 | 2025-09-12 | 1 | -4/+4 |
| | | |||||
