aboutsummaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: should check if data object existssaturneric2024-08-161-1/+1
|
* fix: according to issues and test, apply some fixesv2.1.4saturneric2024-08-056-45/+20
|\
| * fix: custom key database feature not workingsaturneric2024-08-053-14/+13
| |
| * fix: remove mimalloc from sourcesaturneric2024-08-053-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.
* | fix: symbol export headers relative pathsaturneric2024-07-311-0/+3
|/
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-3117-188/+454
|
* fix: do clean upsaturneric2024-07-3012-55/+39
|
* feat: simplify loggingsaturneric2024-07-3031-337/+338
|
* fix: use standard os detection macrosaturneric2024-07-305-62/+54
|
* fix: use standard qt version checking macrosaturneric2024-07-303-13/+15
|
* fix: do some build config clean upsaturneric2024-07-301-11/+2
|
* feat: update copyright infosaturneric2024-07-29153-238/+219
|
* fix: solve ci issuessaturneric2024-07-291-28/+8
|
* fix: use system installed libarchive on windows at full sdk buildsaturneric2024-07-291-1/+2
|
* fix: avoid using in-repo third parties libraries on windows at full sdk buildsaturneric2024-07-291-1/+2
|
* fix: exporter should return err properlysaturneric2024-07-291-4/+4
|
* fix: solve qt5 problemssaturneric2024-07-295-76/+97
|
* fix: solve some known issuessaturneric2024-07-281-3/+0
|
* fix: remove mimalloc from apple platform in cmake configsaturneric2024-07-281-36/+39
|
* 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-283-0/+11
|
* feat: user can prevent all modulessaturneric2024-07-281-0/+9
|
* feat: search for keywords in all uidssaturneric2024-07-281-3/+8
|
* feat: add paper key module supportsaturneric2024-07-281-3/+6
|
* fix: correct the spelling of 'deactivate'saturneric2024-07-285-10/+10
|
* 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-272-4/+5
|
* feat: move pinentry out of source codesaturneric2024-07-272-19/+22
|
* feat: improve sdk api for pinentry modulesaturneric2024-07-273-33/+24
|
* fix: discover and solve some memory issuessaturneric2024-07-274-24/+24
|
* fix: indirect memory leak issuessaturneric2024-07-261-2/+4
|
* fix: clean up warningssaturneric2024-07-262-6/+12
|
* feat: remove spdlog and clean up logsaturneric2024-07-2650-1161/+506
|
* feat: add an ASAN option to enable a memory debugging modesaturneric2024-07-252-26/+8
|
* feat: add some ui apis to sdksaturneric2024-07-123-6/+8
|
* feat: adjust modules loading pathsaturneric2024-07-122-8/+10
|
* feat: improve the project structuresaturneric2024-07-123-2/+7
|
* feat: support generate elgamal subkeysaturneric2024-06-291-0/+23
|
* feat: enable sorting and add column "comment" at key tablesaturneric2024-06-283-13/+13
|
* feat: user can select shown columns at key tablesaturneric2024-06-284-41/+107
|
* feat: rewrite key list structure and logicsaturneric2024-06-028-1/+619
|
* fix: cannot show version in about tabsaturneric2024-05-171-2/+3
|
* fix: move some of the functions in TaskRunner.h into public scope instead of ↵saturneric2024-05-111-2/+0
| | | | public slots.
* fix: solve safe issuessaturneric2024-05-033-5/+5
|
* fix: "auto-key-retrieve" instead of "auto-key-import"saturneric2024-05-031-11/+10
|
* fix: update translationssaturneric2024-05-031-11/+11
|
* feat: add option to close all gnupg daemon at closesaturneric2024-05-033-1/+45
|
* fix: reset module settings object in a proper waysaturneric2024-04-308-38/+37
|
* fix: can not find mods on macos platformsaturneric2024-04-301-1/+3
|