aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* Rename some constants魏曹先生2025-09-251-1/+1
* Add tests魏曹先生2025-09-251-0/+248
* Move `workspace` mod to `data`魏曹先生2025-09-2512-16/+238
* Fix clippy warnings in test files魏曹先生2025-09-256-213/+191
* Fix clippy warnings and optimize code魏曹先生2025-09-255-19/+13
* Fixed by Clippy魏曹先生2025-09-257-39/+31
* Update virtual_file.rs魏曹先生2025-09-251-3/+7
* Rename `env` to `vcs`魏曹先生2025-09-255-36/+80
* Rename `env` to `vcs`魏曹先生2025-09-2518-4/+5
* Update local.rs魏曹先生2025-09-241-1/+106
* Update member.rs魏曹先生2025-09-241-10/+10
* Add empty dir check before create vault魏曹先生2025-09-241-8/+16
* Update virtual_file.rs 1. Rename `vitrual_file.rs (WTF)` to魏曹先生2025-09-241-58/+165
* Rename manage.rs to accounts.rs魏曹先生2025-09-241-0/+0
* Update env_test魏曹先生2025-09-242-8/+8
* Update local::config魏曹先生2025-09-241-5/+21
* Add function `current_doc_dir`魏曹先生2025-09-241-0/+5
* Update constants.rs魏曹先生2025-09-241-5/+6
* Add crate `dirs` for env魏曹先生2025-09-241-0/+3
* Removed unused imports魏曹先生2025-09-221-4/+1
* Completed tests of MemberManager and VirtualFileManager魏曹先生2025-09-223-17/+58
* Remove redundant Sync bound from process future魏曹先生2025-09-224-20/+8
* Editing `test_virtual_file_creation_and_update`魏曹先生2025-09-221-0/+128
* Add test for `env`魏曹先生2025-09-223-2/+31
* Add test `test_vault_setup_and_member_register`魏曹先生2025-09-221-0/+69
* Add test for crate `env`魏曹先生2025-09-222-0/+8
* Add default vault_name魏曹先生2025-09-221-1/+10
* Update vault.rs魏曹先生2025-09-221-2/+22
* Update vault.rs 1. Fix indentation issues in automatically generated魏曹先生2025-09-221-14/+14
* Update constants.rs魏曹先生2025-09-221-11/+22
* Modify the file structure and add a virtual file management module.魏曹先生2025-09-221-3/+2
* Add tokio for `env` crate魏曹先生2025-09-221-0/+7
* Add a virtual file management module.魏曹先生2025-09-221-0/+315
* Modify the file structure魏曹先生2025-09-2211-128/+242
* Fixed some tests魏曹先生2025-09-223-4/+77
* Add test `test_file_transfer`魏曹先生2025-09-221-0/+101
* Add new resources for test魏曹先生2025-09-224-0/+116
* Remove `test_key`魏曹先生2025-09-222-64/+0
* Update lib.rs of `tcp_connection`魏曹先生2025-09-221-5/+0
* Fixed function `write` and `read`魏曹先生2025-09-221-18/+52
* Update SERVER_FILE_MEMBER_PUB魏曹先生2025-09-221-1/+1
* Fixed Challenge魏曹先生2025-09-213-19/+38
* Fixed test_key魏曹先生2025-09-212-1/+13
* Add test pem key魏曹先生2025-09-212-0/+52
* Complete Challenge魏曹先生2025-09-212-208/+296
* Update TcpTargetError魏曹先生2025-09-211-13/+78
* Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生2025-09-211-1/+7
* Add MemberManager魏曹先生2025-09-211-0/+105
* Update Cargo.toml魏曹先生2025-09-211-0/+9
* Add Result for ConfigFile魏曹先生2025-09-212-112/+57