summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection
AgeCommit message (Expand)Author
2026-01-02Add ReferenceSheetNotAllowed variant to TcpTargetError魏曹先生
2025-12-18Handle zero-size files in TCP file transferWeicao-CatilGrass
2025-11-03update: Registry and connection improvements魏曹先生
2025-10-30Return key ID along with challenge verification result魏曹先生
2025-10-29Add new error types and sort variants alphabetically魏曹先生
2025-10-27Update dependencies to latest versions魏曹先生
2025-10-27update: Add error type - Locked魏曹先生
2025-10-13Fix Clippy warnings and optimize code魏曹先生
2025-10-12refactor: Update action macros and error types魏曹先生
2025-10-06feat: add new error variants to TcpTargetError魏曹先生
2025-10-06Remove unused behaviour.rs file from tcp_connection魏曹先生
2025-09-29Update test files: remove obsolete test_incremental_transfer.rs and modify te...魏曹先生
2025-09-29Add incremental transfer functionality and update core components魏曹先生
2025-09-29Add incremental transfer functionality and update TCP connection utilities魏曹先生
2025-09-28Refactor TCP connection authentication into separate module魏曹先生
2025-09-26refactor: downgrade tcp_connection functionality to test utilities魏曹先生
2025-09-26feat(tcp_connection): add MessagePack serialization support魏曹先生
2025-09-25Fix clippy warnings in test files魏曹先生
2025-09-25Fix clippy warnings and optimize code魏曹先生
2025-09-25Fixed by Clippy魏曹先生
2025-09-22Remove redundant Sync bound from process future魏曹先生
2025-09-22Fixed some tests魏曹先生
2025-09-22Add test `test_file_transfer`魏曹先生
2025-09-22Add new resources for test魏曹先生
2025-09-22Remove `test_key`魏曹先生
2025-09-22Update lib.rs of `tcp_connection`魏曹先生
2025-09-22Fixed function `write` and `read`魏曹先生
2025-09-21Fixed Challenge魏曹先生
2025-09-21Fixed test_key魏曹先生
2025-09-21 Add test pem key魏曹先生
2025-09-21Complete Challenge魏曹先生
2025-09-21Update TcpTargetError魏曹先生
2025-09-21Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生
2025-09-21Update Cargo.toml魏曹先生
2025-09-21Add challenge function for `tcp_connection`魏曹先生
2025-09-21Add challenge test for `tcp_connection`魏曹先生
2025-09-20Make ServerTargetConfig and ClientTargetConfig Serializeable魏曹先生
2025-09-20Make TcpServerTarget Serializable and Generalizable魏曹先生
2025-09-20Removed unused imports魏曹先生
2025-09-17Finished test of `tcp_connection` 1. Merge example_handle.rs into魏曹先生
2025-09-17Update examples魏曹先生
2025-09-17Update TcpServerTarget魏曹先生
2025-09-17Add message transfer functions魏曹先生
2025-09-17Add `serde` dependencies for `tcp_connection` crate魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Add TcpServerConfigs魏曹先生
2025-09-14Add instance.rs魏曹先生
2025-09-14Add error.rs魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Fixed by Clippy魏曹先生