Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: should check if data object exists | saturneric | 2024-08-16 | 1 | -1/+1 |
| | |||||
* | fix: custom key database feature not working | saturneric | 2024-08-05 | 2 | -7/+6 |
| | |||||
* | fix: remove mimalloc from source | saturneric | 2024-08-05 | 1 | -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 identified | saturneric | 2024-07-31 | 4 | -5/+20 |
| | |||||
* | fix: do clean up | saturneric | 2024-07-30 | 7 | -42/+28 |
| | |||||
* | feat: simplify logging | saturneric | 2024-07-30 | 15 | -231/+225 |
| | |||||
* | fix: use standard os detection macro | saturneric | 2024-07-30 | 3 | -20/+15 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 54 | -95/+90 |
| | |||||
* | fix: exporter should return err properly | saturneric | 2024-07-29 | 1 | -4/+4 |
| | |||||
* | fix: solve qt5 problems | saturneric | 2024-07-29 | 1 | -4/+1 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | feat: move pinentry out of source code | saturneric | 2024-07-27 | 2 | -19/+22 |
| | |||||
* | fix: clean up warnings | saturneric | 2024-07-26 | 1 | -4/+5 |
| | |||||
* | feat: remove spdlog and clean up log | saturneric | 2024-07-26 | 24 | -651/+336 |
| | |||||
* | feat: add an ASAN option to enable a memory debugging mode | saturneric | 2024-07-25 | 1 | -17/+1 |
| | |||||
* | feat: rewrite key list structure and logic | saturneric | 2024-06-02 | 3 | -1/+35 |
| | |||||
* | fix: "auto-key-retrieve" instead of "auto-key-import" | saturneric | 2024-05-03 | 1 | -11/+10 |
| | |||||
* | feat: add option to close all gnupg daemon at close | saturneric | 2024-05-03 | 2 | -0/+34 |
| | |||||
* | feat: load both integrated and external modules | saturneric | 2024-04-28 | 2 | -0/+21 |
| | |||||
* | fix: improve grt tab, mods name and its project structure | saturneric | 2024-04-16 | 1 | -0/+15 |
| | |||||
* | feat: add a grt viewer and solve some issues in gnupg info tab | saturneric | 2024-04-14 | 1 | -12/+6 |
| | |||||
* | fix: find and solve some issues on module management | saturneric | 2024-04-11 | 1 | -6/+6 |
| | |||||
* | refactor: reduce core prebuild headers and isolate core to modules | saturneric | 2024-03-02 | 3 | -4/+4 |
| | |||||
* | feat: add prefix GF to all sdk and module symbols | saturneric | 2024-02-29 | 1 | -1/+1 |
| | |||||
* | feat: upgrade module system | saturneric | 2024-02-28 | 1 | -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 datetime | saturneric | 2024-02-26 | 2 | -9/+8 |
| | |||||
* | fix: slove discovered issues on windows platform | saturneric | 2024-01-31 | 1 | -1/+21 |
| | |||||
* | feat: support qt5 build option | saturneric | 2024-01-31 | 3 | -3/+17 |
| | |||||
* | fix: add function to import key rev cert | saturneric | 2024-01-30 | 1 | -4/+2 |
| | |||||
* | doc: fill translations mainly de and chinese | saturneric | 2024-01-26 | 3 | -4/+4 |
| | |||||
* | feat: enhance analysed results of verification and signing | saturneric | 2024-01-25 | 3 | -38/+96 |
| | |||||
* | fix: archive functions not work on windows when there were some non-ascii ↵ | saturneric | 2024-01-25 | 2 | -39/+71 |
| | | | | characters | ||||
* | fix: try to solve bugs at universal file operations | saturneric | 2024-01-24 | 1 | -5/+10 |
| | |||||
* | feat: add a setting to enable gpgme debug log | saturneric | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | fix: solve issues at i18n support | saturneric | 2024-01-23 | 1 | -4/+0 |
| | |||||
* | fix: mimalloc is not yet stable on windows | saturneric | 2024-01-23 | 1 | -4/+4 |
| | |||||
* | fix: ExecuteContext should be marked as export | saturneric | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | fix: QStringList is not equal to QList<QVector> | saturneric | 2024-01-22 | 3 | -25/+18 |
| | |||||
* | fix: slove a compile error | saturneric | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | fix: solve discovered bugs and improve ui operations | saturneric | 2024-01-19 | 5 | -63/+70 |
| | |||||
* | fix: slove discovered faults and bugs | saturneric | 2024-01-19 | 5 | -5/+71 |
| | |||||
* | fix: slove discovered bugs | saturneric | 2024-01-18 | 2 | -14/+2 |
| | |||||
* | fix: add test cases and solve discovered issues | saturneric | 2024-01-18 | 8 | -90/+819 |
| | |||||
* | fix: correct a fault | saturneric | 2024-01-18 | 1 | -4/+3 |
| | |||||
* | fix: slove codacy issues | saturneric | 2024-01-18 | 1 | -0/+12 |
| | |||||
* | fix: improve code quality, docs and ci files | saturneric | 2024-01-17 | 4 | -5/+8 |
| |