aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: should check if data object existssaturneric2024-08-161-1/+1
|
* fix: custom key database feature not workingsaturneric2024-08-052-7/+6
|
* fix: remove mimalloc from sourcesaturneric2024-08-051-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.
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-314-5/+20
|
* fix: do clean upsaturneric2024-07-307-42/+28
|
* feat: simplify loggingsaturneric2024-07-3015-231/+225
|
* fix: use standard os detection macrosaturneric2024-07-303-20/+15
|
* feat: update copyright infosaturneric2024-07-2954-95/+90
|
* fix: exporter should return err properlysaturneric2024-07-291-4/+4
|
* fix: solve qt5 problemssaturneric2024-07-291-4/+1
|
* fix: do not use mimalloc on macos and solve windows build issues on github ↵saturneric2024-07-281-1/+21
| | | | actions
* feat: support more build modesaturneric2024-07-281-0/+2
|
* 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-272-19/+22
|
* fix: clean up warningssaturneric2024-07-261-4/+5
|
* feat: remove spdlog and clean up logsaturneric2024-07-2624-651/+336
|
* feat: add an ASAN option to enable a memory debugging modesaturneric2024-07-251-17/+1
|
* feat: rewrite key list structure and logicsaturneric2024-06-023-1/+35
|
* 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
|
* feat: load both integrated and external modulessaturneric2024-04-282-0/+21
|
* 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-023-4/+4
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-1/+1
|
* feat: upgrade module systemsaturneric2024-02-281-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
* fix: show the real UTC datetimesaturneric2024-02-262-9/+8
|
* fix: slove discovered issues on windows platformsaturneric2024-01-311-1/+21
|
* feat: support qt5 build optionsaturneric2024-01-313-3/+17
|
* fix: add function to import key rev certsaturneric2024-01-301-4/+2
|
* doc: fill translations mainly de and chinesesaturneric2024-01-263-4/+4
|
* feat: enhance analysed results of verification and signingsaturneric2024-01-253-38/+96
|
* fix: archive functions not work on windows when there were some non-ascii ↵saturneric2024-01-252-39/+71
| | | | characters
* fix: try to solve bugs at universal file operationssaturneric2024-01-241-5/+10
|
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-1/+1
|
* fix: solve issues at i18n supportsaturneric2024-01-231-4/+0
|
* fix: mimalloc is not yet stable on windowssaturneric2024-01-231-4/+4
|
* 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: slove a compile errorsaturneric2024-01-221-1/+1
|
* fix: solve discovered bugs and improve ui operationssaturneric2024-01-195-63/+70
|
* fix: slove discovered faults and bugssaturneric2024-01-195-5/+71
|
* fix: slove discovered bugssaturneric2024-01-182-14/+2
|
* fix: add test cases and solve discovered issuessaturneric2024-01-188-90/+819
|
* fix: correct a faultsaturneric2024-01-181-4/+3
|
* fix: slove codacy issuessaturneric2024-01-181-0/+12
|
* fix: improve code quality, docs and ci filessaturneric2024-01-174-5/+8
|