aboutsummaryrefslogtreecommitdiffstats
path: root/src/core (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-16fix: should check if data object existssaturneric1-1/+1
2024-08-05fix: custom key database feature not workingsaturneric3-14/+13
2024-08-05fix: remove mimalloc from sourcesaturneric3-31/+7
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: symbol export headers relative pathsaturneric1-0/+3
2024-07-31fix: addressing some of the significant deficiencies identifiedsaturneric17-188/+454
2024-07-30fix: do clean upsaturneric12-55/+39
2024-07-30feat: simplify loggingsaturneric31-337/+338
2024-07-30fix: use standard os detection macrosaturneric5-62/+54
2024-07-30fix: use standard qt version checking macrosaturneric3-13/+15
2024-07-30fix: do some build config clean upsaturneric1-11/+2
2024-07-29feat: update copyright infosaturneric153-238/+219
2024-07-29fix: solve ci issuessaturneric1-28/+8
2024-07-29fix: use system installed libarchive on windows at full sdk buildsaturneric1-1/+2
2024-07-29fix: avoid using in-repo third parties libraries on windows at full sdk buildsaturneric1-1/+2
2024-07-29fix: exporter should return err properlysaturneric1-4/+4
2024-07-29fix: solve qt5 problemssaturneric5-76/+97
2024-07-28fix: solve some known issuessaturneric1-3/+0
2024-07-28fix: remove mimalloc from apple platform in cmake configsaturneric1-36/+39
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 modesaturneric3-0/+11
2024-07-28feat: user can prevent all modulessaturneric1-0/+9
2024-07-28feat: search for keywords in all uidssaturneric1-3/+8
2024-07-28feat: add paper key module supportsaturneric1-3/+6
2024-07-28fix: correct the spelling of 'deactivate'saturneric5-10/+10
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 pinentrysaturneric2-4/+5
2024-07-27feat: move pinentry out of source codesaturneric2-19/+22
2024-07-27feat: improve sdk api for pinentry modulesaturneric3-33/+24
2024-07-27fix: discover and solve some memory issuessaturneric4-24/+24
2024-07-26fix: indirect memory leak issuessaturneric1-2/+4
2024-07-26fix: clean up warningssaturneric2-6/+12
2024-07-26feat: remove spdlog and clean up logsaturneric50-1161/+506
2024-07-25feat: add an ASAN option to enable a memory debugging modesaturneric2-26/+8
2024-07-12feat: add some ui apis to sdksaturneric3-6/+8
2024-07-12feat: adjust modules loading pathsaturneric2-8/+10
2024-07-12feat: improve the project structuresaturneric3-2/+7
2024-06-29feat: support generate elgamal subkeysaturneric1-0/+23
2024-06-28feat: enable sorting and add column "comment" at key tablesaturneric3-13/+13
2024-06-28feat: user can select shown columns at key tablesaturneric4-41/+107
2024-06-02feat: rewrite key list structure and logicsaturneric8-1/+619
2024-05-17fix: cannot show version in about tabsaturneric1-2/+3
2024-05-11fix: move some of the functions in TaskRunner.h into public scope instead of ↵saturneric1-2/+0
public slots.
2024-05-03fix: solve safe issuessaturneric3-5/+5
2024-05-03fix: "auto-key-retrieve" instead of "auto-key-import"saturneric1-11/+10
2024-05-03fix: update translationssaturneric1-11/+11
2024-05-03feat: add option to close all gnupg daemon at closesaturneric3-1/+45
2024-04-30fix: reset module settings object in a proper waysaturneric8-38/+37
2024-04-30fix: can not find mods on macos platformsaturneric1-1/+3
2024-04-30feat: improve functions and ui on modulesaturneric5-22/+78