summaryrefslogtreecommitdiff
path: root/crates/utils
AgeCommit message (Expand)Author
2025-12-16Handle CRLF line endings in SHA1 tests on WindowsWeicao-CatilGrass
2025-12-16Add test data for SHA1 hash with CRLF line endingsWeicao-CatilGrass
2025-12-16Rename story.sha1 to story_lf.sha1Weicao-CatilGrass
2025-12-15Add edit mapping action for sheet operations魏曹先生
2025-11-25Improve documentation for system action and config file crates魏曹先生
2025-11-23Apply clippy suggestions魏曹先生
2025-11-22Add SHA1 string hashing function魏曹先生
2025-11-22Add quick sort implementation with custom comparison魏曹先生
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
2025-11-07Add path formatting utility and local sheet management魏曹先生
2025-11-07Add strip-ansi-escapes dependency to string_proc魏曹先生
2025-11-06feat: Add data structures utility module (WIP)魏曹先生
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-18Update `config.rs`魏曹先生
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-26refactor: Update sheet input handling and fix tests魏曹先生
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 Result for ConfigFile魏曹先生
2025-09-21Add challenge function for `tcp_connection`魏曹先生
2025-09-21Add challenge test for `tcp_connection`魏曹先生
2025-09-20Add string_proc util crates魏曹先生