aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection
Commit message (Expand)AuthorAgeFilesLines
* Add ReferenceSheetNotAllowed variant to TcpTargetError魏曹先生2026-01-021-0/+3
* Handle zero-size files in TCP file transferWeicao-CatilGrass2025-12-181-0/+25
* update: Registry and connection improvements魏曹先生2025-11-031-1/+15
* Return key ID along with challenge verification result魏曹先生2025-10-302-8/+11
* Add new error types and sort variants alphabetically魏曹先生2025-10-291-23/+26
* Update dependencies to latest versions魏曹先生2025-10-272-8/+8
* update: Add error type - Locked魏曹先生2025-10-271-0/+3
* Fix Clippy warnings and optimize code魏曹先生2025-10-131-10/+1
* refactor: Update action macros and error types魏曹先生2025-10-121-0/+3
* feat: add new error variants to TcpTargetError魏曹先生2025-10-061-0/+6
* Remove unused behaviour.rs file from tcp_connection魏曹先生2025-10-061-1/+0
* Update test files: remove obsolete test_incremental_transfer.rs and modify te...魏曹先生2025-09-292-287/+0
* Add incremental transfer functionality and update core components魏曹先生2025-09-293-1211/+1
* Add incremental transfer functionality and update TCP connection utilities魏曹先生2025-09-295-0/+1499
* Refactor TCP connection authentication into separate module魏曹先生2025-09-283-284/+300
* refactor: downgrade tcp_connection functionality to test utilities魏曹先生2025-09-2612-33/+42
* feat(tcp_connection): add MessagePack serialization support魏曹先生2025-09-267-24/+262
* Fix clippy warnings in test files魏曹先生2025-09-253-124/+112
* Fix clippy warnings and optimize code魏曹先生2025-09-252-2/+3
* Fixed by Clippy魏曹先生2025-09-252-17/+13
* Remove redundant Sync bound from process future魏曹先生2025-09-224-20/+8
* Fixed some tests魏曹先生2025-09-223-4/+77
* Add test `test_file_transfer`魏曹先生2025-09-221-0/+101
* Add new resources for test魏曹先生2025-09-224-0/+116
* Remove `test_key`魏曹先生2025-09-222-64/+0
* Update lib.rs of `tcp_connection`魏曹先生2025-09-221-5/+0
* Fixed function `write` and `read`魏曹先生2025-09-221-18/+52
* Fixed Challenge魏曹先生2025-09-213-19/+38
* Fixed test_key魏曹先生2025-09-212-1/+13
* Add test pem key魏曹先生2025-09-212-0/+52
* Complete Challenge魏曹先生2025-09-212-208/+296
* Update TcpTargetError魏曹先生2025-09-211-13/+78
* Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生2025-09-211-1/+7
* Update Cargo.toml魏曹先生2025-09-211-0/+9
* Add challenge function for `tcp_connection`魏曹先生2025-09-211-6/+243
* Add challenge test for `tcp_connection`魏曹先生2025-09-212-0/+87
* Make ServerTargetConfig and ClientTargetConfig Serializeable魏曹先生2025-09-201-2/+4
* Make TcpServerTarget Serializable and Generalizable魏曹先生2025-09-201-1/+2
* Removed unused imports魏曹先生2025-09-201-1/+1
* Finished test of `tcp_connection` 1. Merge example_handle.rs into魏曹先生2025-09-174-39/+91
* Update examples魏曹先生2025-09-172-8/+17
* Update TcpServerTarget魏曹先生2025-09-172-45/+38
* Add message transfer functions魏曹先生2025-09-171-1/+324
* Add `serde` dependencies for `tcp_connection` crate魏曹先生2025-09-171-1/+5
* Fixed codes by Zed魏曹先生2025-09-145-9/+111
* Add TcpServerConfigs魏曹先生2025-09-142-0/+114
* Add instance.rs魏曹先生2025-09-141-0/+11
* Add error.rs魏曹先生2025-09-141-0/+24
* Fixed codes by Zed魏曹先生2025-09-146-47/+46
* Fixed by Clippy魏曹先生2025-09-141-4/+4