aboutsummaryrefslogtreecommitdiff
path: root/crates/utils
Commit message (Expand)AuthorAgeFilesLines
* Change default config format from JSON to Bincode魏曹先生2026-01-031-2/+2
* Refactor config loading to read files after format detection魏曹先生2026-01-031-16/+30
* Add support for Bincode config file format魏曹先生2026-01-023-13/+80
* Add ReferenceSheetNotAllowed variant to TcpTargetError魏曹先生2026-01-021-0/+3
* Handle zero-size files in TCP file transferWeicao-CatilGrass2025-12-181-0/+25
* Handle CRLF line endings in SHA1 tests on WindowsWeicao-CatilGrass2025-12-161-2/+22
* Add test data for SHA1 hash with CRLF line endingsWeicao-CatilGrass2025-12-161-0/+1
* Rename story.sha1 to story_lf.sha1Weicao-CatilGrass2025-12-161-0/+0
* Add edit mapping action for sheet operations魏曹先生2025-12-151-0/+9
* Improve documentation for system action and config file crates魏曹先生2025-11-253-2/+100
* Apply clippy suggestions魏曹先生2025-11-231-2/+2
* Add SHA1 string hashing function魏曹先生2025-11-221-0/+37
* Add quick sort implementation with custom comparison魏曹先生2025-11-222-0/+233
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-175-3/+296
* Add path formatting utility and local sheet management魏曹先生2025-11-072-0/+65
* Add strip-ansi-escapes dependency to string_proc魏曹先生2025-11-071-0/+1
* feat: Add data structures utility module (WIP)魏曹先生2025-11-063-0/+250
* 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-274-15/+15
* update: Add error type - Locked魏曹先生2025-10-271-0/+3
* Update `config.rs`魏曹先生2025-10-181-1/+4
* 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
* refactor: Update sheet input handling and fix tests魏曹先生2025-09-264-27/+45
* Fix clippy warnings in test files魏曹先生2025-09-254-125/+113
* Fix clippy warnings and optimize code魏曹先生2025-09-252-2/+3
* Fixed by Clippy魏曹先生2025-09-254-21/+16
* 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