aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: support export a single subkeysaturneric2024-11-182-0/+26
|
* fix: setup gitea develop regularly build and test processsaturneric2024-11-161-0/+6
|
* fix: should select channel before any gpg operationsaturneric2024-10-261-7/+9
|
* fix: should check key status immediately after get itsaturneric2024-10-261-0/+1
|
* fix: test basic operations of multi key db and solve issuessaturneric2024-10-263-13/+13
|
* feat: add more context of key database supportsaturneric2024-10-253-12/+24
|
* feat: set reason code and text at revoke-certificationsaturneric2024-10-184-10/+28
|
* fix: custom key database feature not workingsaturneric2024-08-052-7/+6
|
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-312-5/+10
|
* fix: do clean upsaturneric2024-07-304-11/+6
|
* feat: simplify loggingsaturneric2024-07-309-186/+182
|
* feat: update copyright infosaturneric2024-07-2920-34/+33
|
* fix: exporter should return err properlysaturneric2024-07-291-4/+4
|
* fix: can not import binary key datasaturneric2024-07-281-2/+2
|
* fix: passphrase corrected is not correct as the real onesaturneric2024-07-281-36/+28
|
* fix: do some clean up for removal of pinentrysaturneric2024-07-271-4/+4
|
* feat: move pinentry out of source codesaturneric2024-07-271-13/+22
|
* fix: clean up warningssaturneric2024-07-261-4/+5
|
* feat: remove spdlog and clean up logsaturneric2024-07-2612-319/+251
|
* feat: rewrite key list structure and logicsaturneric2024-06-022-0/+33
|
* fix: "auto-key-retrieve" instead of "auto-key-import"saturneric2024-05-031-11/+10
|
* feat: add option to close all gnupg daemon at closesaturneric2024-05-032-0/+34
|
* 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
|