aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/sha1_hash
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improve documentation for system action and config file crates魏曹先生2025-11-251-0/+3
|
* Add SHA1 string hashing function魏曹先生2025-11-221-0/+37
|
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-174-0/+255
- Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities