houseme
|
1c5ba761ef
|
upgrade version
|
2025-06-06 13:49:31 +08:00 |
|
安正超
|
9ec22255e0
|
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
|
2025-05-28 11:00:07 +08:00 |
|
houseme
|
366fd98aeb
|
format comment
|
2025-05-27 13:56:19 +08:00 |
|
houseme
|
ea4a225d70
|
cargo fmt
|
2025-05-25 17:46:59 +08:00 |
|
overtrue
|
142281e96a
|
feat: translate Chinese comments to English across codebase
|
2025-05-25 15:24:34 +08:00 |
|
overtrue
|
9c90426032
|
feat: improve test coverage and fix critical crypto bug - Translate all Chinese comments to English in utils/ip.rs and config/constants/app.rs - Add comprehensive test suite for crypto/encdec/id.rs module (14 new tests) - Fix critical bug in Argon2 key generation that was returning all-zero keys - Improve test coverage for IP utilities and configuration constants - Ensure all test cases follow English naming conventions and meaningful descriptions
|
2025-05-25 13:53:59 +08:00 |
|
overtrue
|
a032c401d1
|
refactor: improve test code quality by replacing meaningless names and content
|
2025-05-25 13:40:54 +08:00 |
|
overtrue
|
41373960bc
|
feat: complete zip compression module implementation
|
2025-05-25 13:14:38 +08:00 |
|
overtrue
|
f81bef28df
|
feat: add comprehensive test coverage for zip compression module
|
2025-05-25 13:05:11 +08:00 |
|
weisd
|
143017f925
|
feat: auto-extract support
|
2025-05-08 17:42:20 +08:00 |
|