aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-16fix: should check if data object existssaturneric1-1/+1
2024-08-05fix: custom key database feature not workingsaturneric2-7/+6
2024-08-05fix: remove mimalloc from sourcesaturneric1-25/+5
Too bad, under Flatpak or even under Windows, this library can cause the program to crash. The reason for this is that there are some places that do not override the memory allocation method, but this does not guarantee that the mimalloc library will be loaded first in some environments (especially Flatpak) so I think it would be better to let the user install it themselves rather than include this library. Then override all mallocs as needed, which is easy to do. Sacrificing some of the security of the default state for the stability of the program feels necessary to me.
2024-07-31fix: addressing some of the significant deficiencies identifiedsaturneric4-5/+20
2024-07-30fix: do clean upsaturneric7-42/+28
2024-07-30feat: simplify loggingsaturneric15-231/+225
2024-07-30fix: use standard os detection macrosaturneric3-20/+15
2024-07-29feat: update copyright infosaturneric54-95/+90
2024-07-29fix: exporter should return err properlysaturneric1-4/+4
2024-07-29fix: solve qt5 problemssaturneric1-4/+1
2024-07-28fix: do not use mimalloc on macos and solve windows build issues on github ↵saturneric1-1/+21
actions
2024-07-28feat: support more build modesaturneric1-0/+2
2024-07-28fix: can not import binary key datasaturneric1-2/+2
2024-07-28fix: passphrase corrected is not correct as the real onesaturneric1-36/+28
2024-07-27fix: do some clean up for removal of pinentrysaturneric1-4/+4
2024-07-27feat: move pinentry out of source codesaturneric2-19/+22
2024-07-26fix: clean up warningssaturneric1-4/+5
2024-07-26feat: remove spdlog and clean up logsaturneric24-651/+336
2024-07-25feat: add an ASAN option to enable a memory debugging modesaturneric1-17/+1
2024-06-02feat: rewrite key list structure and logicsaturneric3-1/+35
2024-05-03fix: "auto-key-retrieve" instead of "auto-key-import"saturneric1-11/+10
2024-05-03feat: add option to close all gnupg daemon at closesaturneric2-0/+34
2024-04-28feat: load both integrated and external modulessaturneric2-0/+21
2024-04-16fix: improve grt tab, mods name and its project structuresaturneric1-0/+15
2024-04-14feat: add a grt viewer and solve some issues in gnupg info tabsaturneric1-12/+6
2024-04-11fix: find and solve some issues on module managementsaturneric1-6/+6
2024-03-02refactor: reduce core prebuild headers and isolate core to modulessaturneric3-4/+4
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric1-1/+1
2024-02-28feat: upgrade module systemsaturneric1-1/+0
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it
2024-02-26fix: show the real UTC datetimesaturneric2-9/+8
2024-01-31fix: slove discovered issues on windows platformsaturneric1-1/+21
2024-01-31feat: support qt5 build optionsaturneric3-3/+17
2024-01-30fix: add function to import key rev certsaturneric1-4/+2
2024-01-26doc: fill translations mainly de and chinesesaturneric3-4/+4
2024-01-25feat: enhance analysed results of verification and signingsaturneric3-38/+96
2024-01-25fix: archive functions not work on windows when there were some non-ascii ↵saturneric2-39/+71
characters
2024-01-24fix: try to solve bugs at universal file operationssaturneric1-5/+10
2024-01-23feat: add a setting to enable gpgme debug logsaturneric1-1/+1
2024-01-23fix: solve issues at i18n supportsaturneric1-4/+0
2024-01-23fix: mimalloc is not yet stable on windowssaturneric1-4/+4
2024-01-22fix: ExecuteContext should be marked as exportsaturneric1-1/+1
2024-01-22fix: QStringList is not equal to QList<QVector>saturneric3-25/+18
2024-01-22fix: slove a compile errorsaturneric1-1/+1
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric5-63/+70
2024-01-19fix: slove discovered faults and bugssaturneric5-5/+71
2024-01-18fix: slove discovered bugssaturneric2-14/+2
2024-01-18fix: add test cases and solve discovered issuessaturneric8-90/+819
2024-01-18fix: correct a faultsaturneric1-4/+3
2024-01-18fix: slove codacy issuessaturneric1-0/+12
2024-01-17fix: improve code quality, docs and ci filessaturneric4-5/+8