aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgFileOpera.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
10 daysfeat: add more info checksaturneric1-21/+40
13 daysfeat: support key groupssaturneric1-30/+32
2025-02-03fix: qt5 compile issuessaturneric1-2/+2
2025-01-27refactor: reduce code duplicationsaturneric1-329/+228
2025-01-26feat: allow file batch operationssaturneric1-2/+2
2024-12-13refactor: using qt containers instead of std containerssaturneric1-6/+6
2024-10-26fix: should select channel before any gpg operationsaturneric1-7/+9
2024-07-30feat: simplify loggingsaturneric1-8/+8
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-23/+19
2024-01-25fix: archive functions not work on windows when there were some non-ascii cha...saturneric1-0/+8
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-3/+0
2024-01-19fix: slove discovered faults and bugssaturneric1-0/+3
2024-01-18fix: add test cases and solve discovered issuessaturneric1-6/+206
2024-01-17fix: find and slove some bugssaturneric1-2/+4
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-34/+25
2024-01-05feat: integrate logging api to coresaturneric1-7/+7
2023-12-31feat: fully test basical operations of archive and filesaturneric1-2/+101
2023-12-30feat: do not load entire data to memory in libarchive operationssaturneric1-34/+19
2023-12-28feat: add simple archiving functions for encrypt and decryptsaturneric1-15/+76
2023-12-27feat: avoid reading entire file to memorysaturneric1-148/+148
2023-12-26fix: add test cases and test file basical operationssaturneric1-98/+33
2023-12-25feat: upgrade basical operations fully to async style and update test casessaturneric1-83/+107
2023-12-24fix: use the new async encrypt symmetric api at gui appsaturneric1-15/+21
2023-12-23feat: improve core interfaces of encrypt and decryptsaturneric1-46/+60
2023-12-23fix: solve all issues of test cases on macos m1saturneric1-2/+2
2023-12-04feat: convert basic opera to async stylesaturneric1-26/+26
2023-11-06refactor: improve the code structure of coresaturneric1-16/+16
2023-11-02feat: add callback function to eventsaturneric1-2/+3
2023-10-30style: improve code style of coresaturneric1-12/+12
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-31/+31
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-7/+7
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-05-07refactor: develop 2.0.6 startSaturneric1-37/+46
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-14/+77
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-3/+3
2022-02-05<fix, feat, chore>(ui, core, project): Replace file IO functionSaturneric1-18/+44
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-8/+8
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-04<feature, fix>(core, ui): support file symmetric encryption.Saturneric1-0/+16
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-59/+35
2021-12-12Fixed & Modified & Added.Saturneric1-4/+2
2021-12-02Fixed.Saturneric1-24/+29
2021-12-01Add i18n SupportSaturneric1-2/+2
2021-11-29Solve uid management, related update and other known issues.Saturneric1-5/+12
2021-11-28Fix some known issues in basic operations and file operations.Saturneric1-20/+17
2021-09-20The basic functions of the core pass the test.Saturneric1-8/+9
2021-09-12Continue to write core test code.Saturneric1-79/+25
2021-09-10Continue to optimize and improve the code.Saturneric1-143/+84