summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use `io::Error::other` and simplify closures魏曹先生2026-06-185-44/+32
|
* feat(devtools): add script to auto-fix clippy warnings魏曹先生2026-06-181-0/+15
|
* feat(protocol): add LocalFileSystemProtocol魏曹先生2026-06-182-0/+95
| | | | | Implement a local filesystem-based bucket transfer protocol with client and bucket side operations.
* feat(rola-bucket): add bucket transfer protocol and error handling魏曹先生2026-06-187-0/+241
|
* chore(rola-cli): add .gitignore for debug.rs魏曹先生2026-06-181-0/+1
|
* refactor: split copy_with_temp_rename into sync and async modules魏曹先生2026-06-184-202/+636
|
* feat: add test sandbox helper and enable tokio multi-thread runtime魏曹先生2026-06-183-3/+121
| | | | | | Replace `copy_with_temp_rename` module with `test_sandbox` providing automatic cleanup of test directories. Add `rt`, `rt-multi-thread`, and `macros` tokio features.
* feat(functions): add safe file copy with atomic rename魏曹先生2026-06-185-0/+241
|
* feat(scripts): add doc and doc-open scripts for PowerShell and Bash魏曹先生2026-06-174-0/+6
|
* docs: add module documentation and rename constants for clarity魏曹先生2026-06-173-2/+16
| | | | | Add doc comments to lib, consts, and common modules Rename ROLA_DRAFT_DIR and ROLA_BINDED_BUCKET_FILE to DRAFT_META_DIR
* chore(rola-vcs): configure library name and entry point魏曹先生2026-06-171-0/+4
|
* chore: initialize project structure and add core modules魏曹先生2026-06-1745-0/+978