| Commit message (Expand) | Author | Files | Lines |
10 days | feat: add more info check | saturneric | 1 | -21/+40 |
13 days | feat: support key groups | saturneric | 1 | -30/+32 |
2025-02-03 | fix: qt5 compile issues | saturneric | 1 | -2/+2 |
2025-01-27 | refactor: reduce code duplication | saturneric | 1 | -329/+228 |
2025-01-26 | feat: allow file batch operations | saturneric | 1 | -2/+2 |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -6/+6 |
2024-10-26 | fix: should select channel before any gpg operation | saturneric | 1 | -7/+9 |
2024-07-30 | feat: simplify logging | saturneric | 1 | -8/+8 |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -23/+19 |
2024-01-25 | fix: archive functions not work on windows when there were some non-ascii cha... | saturneric | 1 | -0/+8 |
2024-01-19 | fix: solve discovered bugs and improve ui operations | saturneric | 1 | -3/+0 |
2024-01-19 | fix: slove discovered faults and bugs | saturneric | 1 | -0/+3 |
2024-01-18 | fix: add test cases and solve discovered issues | saturneric | 1 | -6/+206 |
2024-01-17 | fix: find and slove some bugs | saturneric | 1 | -2/+4 |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -34/+25 |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -7/+7 |
2023-12-31 | feat: fully test basical operations of archive and file | saturneric | 1 | -2/+101 |
2023-12-30 | feat: do not load entire data to memory in libarchive operations | saturneric | 1 | -34/+19 |
2023-12-28 | feat: add simple archiving functions for encrypt and decrypt | saturneric | 1 | -15/+76 |
2023-12-27 | feat: avoid reading entire file to memory | saturneric | 1 | -148/+148 |
2023-12-26 | fix: add test cases and test file basical operations | saturneric | 1 | -98/+33 |
2023-12-25 | feat: upgrade basical operations fully to async style and update test cases | saturneric | 1 | -83/+107 |
2023-12-24 | fix: use the new async encrypt symmetric api at gui app | saturneric | 1 | -15/+21 |
2023-12-23 | feat: improve core interfaces of encrypt and decrypt | saturneric | 1 | -46/+60 |
2023-12-23 | fix: solve all issues of test cases on macos m1 | saturneric | 1 | -2/+2 |
2023-12-04 | feat: convert basic opera to async style | saturneric | 1 | -26/+26 |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -16/+16 |
2023-11-02 | feat: add callback function to event | saturneric | 1 | -2/+3 |
2023-10-30 | style: improve code style of core | saturneric | 1 | -12/+12 |
2023-10-28 | refactor: start to tidy up code using clang-tidy | saturneric | 1 | -31/+31 |
2023-10-16 | refactor: use c++17 features and piml tech to rewrite DataObject and Task | saturneric | 1 | -7/+7 |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 |
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 1 | -37/+46 |
2022-03-19 | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 1 | -14/+77 |
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 1 | -3/+3 |
2022-02-05 | <fix, feat, chore>(ui, core, project): Replace file IO function | Saturneric | 1 | -18/+44 |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -2/+2 |
2022-02-02 | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 1 | -8/+8 |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 |
2022-01-04 | <feature, fix>(core, ui): support file symmetric encryption. | Saturneric | 1 | -0/+16 |
2022-01-02 | <feat, refactor, fixed>(core, ui): add & modify file operations | Saturneric | 1 | -59/+35 |
2021-12-12 | Fixed & Modified & Added. | Saturneric | 1 | -4/+2 |
2021-12-02 | Fixed. | Saturneric | 1 | -24/+29 |
2021-12-01 | Add i18n Support | Saturneric | 1 | -2/+2 |
2021-11-29 | Solve uid management, related update and other known issues. | Saturneric | 1 | -5/+12 |
2021-11-28 | Fix some known issues in basic operations and file operations. | Saturneric | 1 | -20/+17 |
2021-09-20 | The basic functions of the core pass the test. | Saturneric | 1 | -8/+9 |
2021-09-12 | Continue to write core test code. | Saturneric | 1 | -79/+25 |
2021-09-10 | Continue to optimize and improve the code. | Saturneric | 1 | -143/+84 |