aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename asset crate to asset_system魏曹先生2026-02-071-2/+6
|
* Add constants system with path generation macros魏曹先生2026-02-061-0/+4
|
* Remove examples and legacy code, update .gitignore魏曹先生2026-02-051-3/+3
| | | | | | | | - Delete examples directory and its example action system - Rename actions/ to legacy_actions/ and data/ to legacy_data/ - Update Cargo.toml license file reference - Move setup scripts to scripts/dev/ directory - Add todo.txt patterns to .gitignore
* Add git branch and commit to compile info魏曹先生2026-01-031-0/+4
| | | | | | Include build_branch and build_commit fields in CoreCompileInfo struct. The build script now extracts current git branch and commit hash, falling back to "unknown" if git commands fail.
* Add build script for compile info and installer generation魏曹先生2025-12-243-0/+25
|
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-0/+7
| | | | | | | - 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
* update: Main library exports魏曹先生2025-11-061-7/+17
| | | | | - Update library exports to include new modules - Reorganize import structure
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-2/+8
|
* chore: update workspace configuration and dependencies魏曹先生2025-10-061-2/+2
| | | | | | - Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
* Update main lib.rs for new crate architecture魏曹先生2025-10-061-0/+3
| | | | | | - Remove old vcs module exports - Prepare for new vcs_data and vcs_actions integration - Update library structure to reflect architectural changes
* Add incremental transfer functionality and update TCP connection utilities魏曹先生2025-09-291-14/+0
| | | | | | | | - Add instance_incremental_transfer module for handling incremental data transfers - Add test_incremental_transfer module for testing incremental transfer functionality - Update TCP connection library to support new incremental transfer features - Update Cargo.toml dependencies for TCP connection utilities - Update main library to integrate new TCP connection functionality
* Rename `env` to `vcs`魏曹先生2025-09-251-7/+7
|
* Update lib.rs魏曹先生2025-09-221-0/+14
|
* Update lib.rs魏曹先生2025-09-221-21/+23
|
* Export crates 1. `cfg_file` 2. `tcp_connection` 3. `string_proc` 4.魏曹先生2025-09-201-3/+24
| | | | `env`
* Re-export crate `cfg_file`魏曹先生2025-09-121-0/+6