Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: reduce unnecessary cache write to disk | saturneric | 2024-11-28 | 1 | -15/+24 |
| | |||||
* | feat: support uid revoke and uid delete operations | saturneric | 2024-11-26 | 6 | -264/+632 |
| | |||||
* | feat: allow drag and drop to open text file | saturneric | 2024-11-24 | 1 | -2/+0 |
| | |||||
* | feat: rewrite core init processes and add env option | saturneric | 2024-11-22 | 3 | -12/+10 |
| | |||||
* | feat: enhance cache api | saturneric | 2024-11-20 | 2 | -8/+40 |
| | |||||
* | feat: add revoke subkey function | saturneric | 2024-11-19 | 2 | -55/+195 |
| | |||||
* | feat: add delete subkey function | saturneric | 2024-11-18 | 2 | -51/+148 |
| | |||||
* | feat: support export a single subkey | saturneric | 2024-11-18 | 2 | -0/+26 |
| | |||||
* | feat: auto import missing key after verify | saturneric | 2024-11-17 | 2 | -1/+16 |
| | |||||
* | fix: setup gitea develop regularly build and test process | saturneric | 2024-11-16 | 1 | -0/+6 |
| | |||||
* | fix: should select channel before any gpg operation | saturneric | 2024-10-26 | 3 | -11/+16 |
| | |||||
* | fix: should check key status immediately after get it | saturneric | 2024-10-26 | 1 | -0/+1 |
| | |||||
* | fix: test basic operations of multi key db and solve issues | saturneric | 2024-10-26 | 13 | -29/+44 |
| | |||||
* | feat: add more context of key database support | saturneric | 2024-10-25 | 3 | -12/+24 |
| | |||||
* | feat: set reason code and text at revoke-certification | saturneric | 2024-10-18 | 4 | -10/+28 |
| | |||||
* | 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 |
| |