| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-25 | Fix clippy warnings in test files | 魏曹先生 | |
| - 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 | |||
| 2025-09-25 | Fix clippy warnings and optimize code | 魏曹先生 | |
| - 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 | |||
| 2025-09-22 | Remove redundant Sync bound from process future | 魏曹先生 | |
| 2025-09-22 | Fixed some tests | 魏曹先生 | |
| 2025-09-22 | Add test `test_file_transfer` | 魏曹先生 | |
| 2025-09-22 | Add new resources for test | 魏曹先生 | |
| 2025-09-22 | Remove `test_key` | 魏曹先生 | |
| 2025-09-21 | Fixed Challenge | 魏曹先生 | |
| 2025-09-21 | Fixed test_key | 魏曹先生 | |
| 2025-09-21 | Add test pem key | 魏曹先生 | |
| 2025-09-21 | Complete Challenge | 魏曹先生 | |
| 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-17 | Update examples | 魏曹先生 | |
| 2025-09-14 | Fixed codes by Zed | 魏曹先生 | |
| 2025-09-14 | Fixed codes by Zed | 魏曹先生 | |
| 2025-09-14 | Update `tcp_connection_test` Cargo.toml | 魏曹先生 | |
| 2025-09-14 | Update module `tcp_connection_test` | 魏曹先生 | |
