aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: improve grt tab, mods name and its project structuresaturneric2024-04-161-0/+15
|
* feat: add a grt viewer and solve some issues in gnupg info tabsaturneric2024-04-141-12/+6
|
* fix: find and solve some issues on module managementsaturneric2024-04-111-6/+6
|
* refactor: reduce core prebuild headers and isolate core to modulessaturneric2024-03-021-0/+2
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-1/+1
|
* feat: support qt5 build optionsaturneric2024-01-312-3/+13
|
* fix: add function to import key rev certsaturneric2024-01-301-4/+2
|
* fix: archive functions not work on windows when there were some non-ascii ↵saturneric2024-01-251-0/+8
| | | | characters
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-1/+1
|
* fix: ExecuteContext should be marked as exportsaturneric2024-01-221-1/+1
|
* fix: QStringList is not equal to QList<QVector>saturneric2024-01-223-25/+18
|
* fix: solve discovered bugs and improve ui operationssaturneric2024-01-193-15/+17
|
* fix: slove discovered faults and bugssaturneric2024-01-193-0/+67
|
* fix: add test cases and solve discovered issuessaturneric2024-01-187-79/+819
|
* fix: improve code quality, docs and ci filessaturneric2024-01-172-4/+5
|
* fix: find and slove some bugssaturneric2024-01-174-12/+19
|
* fix: solve the gnupg tab options info not shown issuesaturneric2024-01-161-23/+8
|
* fix: solve discovered issuessaturneric2024-01-162-136/+54
|
* fix: slove some issues and update translationssaturneric2024-01-161-2/+1
|
* fix: make task and threading system safersaturneric2024-01-163-5/+5
|
* fix: slove a heap-use-after-free problemsaturneric2024-01-151-22/+12
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-128-116/+70
|
* fix: slove a heap-use-after-free issuesaturneric2024-01-121-12/+6
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-1215-165/+155
|
* feat: improve api and ui of keys import and exportsaturneric2024-01-112-100/+17
|
* feat: update core apis, functions and modelssaturneric2024-01-104-160/+160
|
* fix: solve compile issuesaturneric2024-01-081-17/+30
|
* fix: slove a multi-threads issue at task modelsaturneric2024-01-051-1/+1
|
* feat: integrate logging api to coresaturneric2024-01-0510-184/+196
|
* fix: slove some known issuessaturneric2024-01-052-30/+23
|
* feat: fully test basical operations of archive and filesaturneric2023-12-312-7/+143
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-301-34/+19
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-282-15/+100
|
* feat: avoid reading entire file to memorysaturneric2023-12-272-173/+186
|
* fix: add test cases and test file basical operationssaturneric2023-12-262-112/+49
|
* fix: test basical operations of gpg at both test cases and guisaturneric2023-12-261-1/+1
|
* feat: upgrade basical operations fully to async style and update test casessaturneric2023-12-254-222/+226
|
* fix: use the new async encrypt symmetric api at gui appsaturneric2023-12-244-48/+46
|
* fix: test the initialization of gui applicationsaturneric2023-12-241-8/+10
|
* feat: improve core interfaces of encrypt and decryptsaturneric2023-12-234-81/+91
|
* fix: solve all issues of test cases on macos m1saturneric2023-12-234-9/+9
|
* fix: gen key test cases typeid rtti issuessaturneric2023-12-231-3/+5
|
* fix: slove compilation issue on macossaturneric2023-12-221-3/+1
|
* fix: repair test casessaturneric2023-12-162-6/+11
|
* fix: use secure memory management at impl classsaturneric2023-12-162-2/+2
|
* fix: slove memory problem of gpg contextsaturneric2023-12-162-17/+13
|
* fix: slove threading and memory issuessaturneric2023-12-151-17/+16
|
* fix: slove some issues on memory and intilizationssaturneric2023-12-153-7/+6
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-143-8/+7
|
* fix: slove some memory issuessaturneric2023-12-142-57/+75
|