Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: should check if data object exists | saturneric | 2024-08-16 | 1 | -1/+1 |
| | |||||
* | fix: according to issues and test, apply some fixesv2.1.4 | saturneric | 2024-08-05 | 6 | -45/+20 |
|\ | |||||
| * | fix: custom key database feature not working | saturneric | 2024-08-05 | 3 | -14/+13 |
| | | |||||
| * | fix: remove mimalloc from source | saturneric | 2024-08-05 | 3 | -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 path | saturneric | 2024-07-31 | 1 | -0/+3 |
|/ | |||||
* | fix: addressing some of the significant deficiencies identified | saturneric | 2024-07-31 | 17 | -188/+454 |
| | |||||
* | fix: do clean up | saturneric | 2024-07-30 | 12 | -55/+39 |
| | |||||
* | feat: simplify logging | saturneric | 2024-07-30 | 31 | -337/+338 |
| | |||||
* | fix: use standard os detection macro | saturneric | 2024-07-30 | 5 | -62/+54 |
| | |||||
* | fix: use standard qt version checking macro | saturneric | 2024-07-30 | 3 | -13/+15 |
| | |||||
* | fix: do some build config clean up | saturneric | 2024-07-30 | 1 | -11/+2 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 153 | -238/+219 |
| | |||||
* | fix: solve ci issues | saturneric | 2024-07-29 | 1 | -28/+8 |
| | |||||
* | fix: use system installed libarchive on windows at full sdk build | saturneric | 2024-07-29 | 1 | -1/+2 |
| | |||||
* | fix: avoid using in-repo third parties libraries on windows at full sdk build | saturneric | 2024-07-29 | 1 | -1/+2 |
| | |||||
* | fix: exporter should return err properly | saturneric | 2024-07-29 | 1 | -4/+4 |
| | |||||
* | fix: solve qt5 problems | saturneric | 2024-07-29 | 5 | -76/+97 |
| | |||||
* | fix: solve some known issues | saturneric | 2024-07-28 | 1 | -3/+0 |
| | |||||
* | fix: remove mimalloc from apple platform in cmake config | saturneric | 2024-07-28 | 1 | -36/+39 |
| | |||||
* | fix: do not use mimalloc on macos and solve windows build issues on github ↵ | saturneric | 2024-07-28 | 1 | -1/+21 |
| | | | | actions | ||||
* | feat: support more build mode | saturneric | 2024-07-28 | 3 | -0/+11 |
| | |||||
* | feat: user can prevent all modules | saturneric | 2024-07-28 | 1 | -0/+9 |
| | |||||
* | feat: search for keywords in all uids | saturneric | 2024-07-28 | 1 | -3/+8 |
| | |||||
* | feat: add paper key module support | saturneric | 2024-07-28 | 1 | -3/+6 |
| | |||||
* | fix: correct the spelling of 'deactivate' | saturneric | 2024-07-28 | 5 | -10/+10 |
| | |||||
* | fix: can not import binary key data | saturneric | 2024-07-28 | 1 | -2/+2 |
| | |||||
* | fix: passphrase corrected is not correct as the real one | saturneric | 2024-07-28 | 1 | -36/+28 |
| | |||||
* | fix: do some clean up for removal of pinentry | saturneric | 2024-07-27 | 2 | -4/+5 |
| | |||||
* | feat: move pinentry out of source code | saturneric | 2024-07-27 | 2 | -19/+22 |
| | |||||
* | feat: improve sdk api for pinentry module | saturneric | 2024-07-27 | 3 | -33/+24 |
| | |||||
* | fix: discover and solve some memory issues | saturneric | 2024-07-27 | 4 | -24/+24 |
| | |||||
* | fix: indirect memory leak issues | saturneric | 2024-07-26 | 1 | -2/+4 |
| | |||||
* | fix: clean up warnings | saturneric | 2024-07-26 | 2 | -6/+12 |
| | |||||
* | feat: remove spdlog and clean up log | saturneric | 2024-07-26 | 50 | -1161/+506 |
| | |||||
* | feat: add an ASAN option to enable a memory debugging mode | saturneric | 2024-07-25 | 2 | -26/+8 |
| | |||||
* | feat: add some ui apis to sdk | saturneric | 2024-07-12 | 3 | -6/+8 |
| | |||||
* | feat: adjust modules loading path | saturneric | 2024-07-12 | 2 | -8/+10 |
| | |||||
* | feat: improve the project structure | saturneric | 2024-07-12 | 3 | -2/+7 |
| | |||||
* | feat: support generate elgamal subkey | saturneric | 2024-06-29 | 1 | -0/+23 |
| | |||||
* | feat: enable sorting and add column "comment" at key table | saturneric | 2024-06-28 | 3 | -13/+13 |
| | |||||
* | feat: user can select shown columns at key table | saturneric | 2024-06-28 | 4 | -41/+107 |
| | |||||
* | feat: rewrite key list structure and logic | saturneric | 2024-06-02 | 8 | -1/+619 |
| | |||||
* | fix: cannot show version in about tab | saturneric | 2024-05-17 | 1 | -2/+3 |
| | |||||
* | fix: move some of the functions in TaskRunner.h into public scope instead of ↵ | saturneric | 2024-05-11 | 1 | -2/+0 |
| | | | | public slots. | ||||
* | fix: solve safe issues | saturneric | 2024-05-03 | 3 | -5/+5 |
| | |||||
* | fix: "auto-key-retrieve" instead of "auto-key-import" | saturneric | 2024-05-03 | 1 | -11/+10 |
| | |||||
* | fix: update translations | saturneric | 2024-05-03 | 1 | -11/+11 |
| | |||||
* | feat: add option to close all gnupg daemon at close | saturneric | 2024-05-03 | 3 | -1/+45 |
| | |||||
* | fix: reset module settings object in a proper way | saturneric | 2024-04-30 | 8 | -38/+37 |
| | |||||
* | fix: can not find mods on macos platform | saturneric | 2024-04-30 | 1 | -1/+3 |
| |