summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-12feat: Add connection infrastructure and documentation魏曹先生
2025-10-12chore: Update Cargo.lock with new dependencies魏曹先生
2025-10-12feat: Update data configuration structures魏曹先生
2025-10-12refactor: Update action macros and error types魏曹先生
2025-10-12chore: Update dependencies and module exports魏曹先生
2025-10-12feat: Implement SetUpstreamVaultAction魏曹先生
2025-10-12feat: Add server action registry魏曹先生
2025-10-12feat: Add callback mechanism to ActionPool魏曹先生
2025-10-12fix: Resolve callback type mismatch in client_registry魏曹先生
2025-10-12feat: Add Clone implementation for ActionContext魏曹先生
2025-10-06Merge pull request #19 from JustEnoughVCS/jvcs_dev魏曹先生
2025-10-06chore: update workspace configuration and dependencies魏曹先生
2025-10-06feat: add examples demonstrating action system usage魏曹先生
2025-10-06feat: add new error variants to TcpTargetError魏曹先生
2025-10-06feat: add default implementation and convenience methods to ActionContext魏曹先生
2025-10-06refactor: optimize procedural macros in action_system魏曹先生
2025-10-06Merge pull request #18 from JustEnoughVCS/jvcs_dev魏曹先生
2025-10-06Enhance rust-analyzer configuration for better proc-macro support魏曹先生
2025-10-06Fix macro to properly extract and use parameter names from function signature魏曹先生
2025-10-06Fix macro expansion type errors in action_system macros魏曹先生
2025-10-06Merge pull request #17 from JustEnoughVCS/jvcs_dev魏曹先生
2025-10-06Update main lib.rs for new crate architecture魏曹先生
2025-10-06Update workspace configuration for new crate structure魏曹先生
2025-10-06Remove old vcs directory after migration to vcs_data魏曹先生
2025-10-06Create vcs_actions crate for client-server interaction logic魏曹先生
2025-10-06Move vcs crate to vcs_data for better separation of concerns魏曹先生
2025-10-06Add documentation directory with framework diagram魏曹先生
2025-10-06Add framework diagram to README documentation魏曹先生
2025-10-06Redesign framework canvas with modular architecture魏曹先生
2025-10-06Merge pull request #16 from JustEnoughVCS/jvcs_dev魏曹先生
2025-10-06Update workspace configuration for action_system rename魏曹先生
2025-10-06Remove old service directory and move todo.txt to vcs crate魏曹先生
2025-10-06Rename vcs_service to action_system for better naming clarity魏曹先生
2025-10-06Update README titles to reflect centralized version control system魏曹先生
2025-10-06Merge pull request #15 from JustEnoughVCS/jvcs_dev魏曹先生
2025-10-06Add rust-analyzer configuration for enhanced IDE support魏曹先生
2025-10-06Remove unused behaviour.rs file from tcp_connection魏曹先生
2025-10-06Fix config.toml formatting魏曹先生
2025-10-06Remove old service module and refactor lib structure魏曹先生
2025-10-06Enhance VaultConfig with server configuration魏曹先生
2025-10-06Update dependencies and workspace configuration魏曹先生
2025-10-06Add service module with macros and action framework魏曹先生
2025-09-29Merge pull request #14 from JustEnoughVCS/jvcs_dev魏曹先生
2025-09-29Fix test failures in sheet creation and management tests魏曹先生
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-27Merge pull request #13 from JustEnoughVCS/jvcs_dev魏曹先生
2025-09-27docs: remove redundant permission table from README files魏曹先生