aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpgme.m4: Fix setting/using GPG_ERROR_CONFIG.NIIBE Yutaka2024-06-131-8/+7
* qt: Allow specifying import options when importing keysIngo Klöcker2024-06-125-4/+66
* tests: Add --import-filter option to usage info of run-importIngo Klöcker2024-06-121-0/+1
* core: Allow setting import options when importing keysIngo Klöcker2024-06-1211-7/+77
* qt,doc: Fix typosIngo Klöcker2024-06-121-2/+2
* qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2024-06-102-24/+26
* qt: Fix license headers of MakefilesIngo Klöcker2024-06-102-15/+15
* qt: Fix license headers of CMake config filesIngo Klöcker2024-06-106-18/+18
* qt: Fix license headers of dataprovider.*Ingo Klöcker2024-06-102-30/+30
* cpp: Remove commented out and disabled codeIngo Klöcker2024-06-102-156/+0
* doc: Extend description for GPGME_CREATE_ADSKWerner Koch2024-06-051-1/+4
* core,w32: Pass file names with forward slashes to gpg and gpgtarIngo Klöcker2024-06-043-29/+77
* build,python: Fix make distcheck for Python 3.9+Ingo Klöcker2024-05-291-2/+6
* build,python: Remove support for Python 3.4, 3.5, 3.7Ingo Klöcker2024-05-291-2/+1
* build,python: Build Python bindings without distutilsBen Greiner2024-05-295-13/+18
* tests: Add new files to distributionIngo Klöcker2024-05-241-0/+2
* cpp: Fix includes in public headersIngo Klöcker2024-05-2413-14/+14
* Merge branch 'ikloecker/t7118-revkeys'Ingo Klöcker2024-05-2417-3/+476
|\
| * cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker2024-05-215-1/+170
| * json: Add information about revocation keys to key list resultIngo Klöcker2024-05-216-1/+155
| * core: Add information about revocation keys to keysIngo Klöcker2024-05-217-1/+151
* | qt,cpp: Implement adding ADSKs to existing keysTobias Fella2024-05-225-0/+28
* | core: Implement adding ADSKs through gpgme_createsubkeyTobias Fella2024-05-225-4/+88
|/
* tests: Fix segv in t-json.cWerner Koch2024-05-211-1/+1
* tests: Avoid some compiler warnings.Werner Koch2024-05-212-3/+25
* qt: Avoid bogus stringop-overread warningIngo Klöcker2024-05-211-2/+1
* qt: Fix warning about missing returnIngo Klöcker2024-05-211-1/+2
* core: speedup gpgme_get_keyWerner Koch2024-05-213-4/+11
* m4: Update libassuan.m4 from master.NIIBE Yutaka2024-05-171-2/+89
* Require at least libgpg-error 1.47Ingo Klöcker2024-05-161-1/+1
* gpgme.m4: Set $host correctly always.NIIBE Yutaka2024-05-161-2/+3
* tests: Fix test after changed behavior of gpgme_op_verifyIngo Klöcker2024-05-151-6/+7
* doc: Update use of Autoconf with PKG_CHECK_MODULES.NIIBE Yutaka2024-05-141-4/+10
* gpgme.m4: Update _AM_PATH_GPGRT_CONFIG macro from gpg-error.m4.NIIBE Yutaka2024-05-141-7/+5
* cpp: Handle smart card op failure status messagesIngo Klöcker2024-04-051-0/+36
* Qt: Fix windows build of new jobsAndre Heinecke2024-03-136-7/+7
* core: Check STATUS_FAILURE in import operations.Ingo Klöcker2024-03-111-0/+14
* qt: Add function for synchronously executing ExportJobTobias Fella2024-01-223-0/+21
* qt: Remove superfluous virtual overrides and member variablesIngo Klöcker2024-01-1929-145/+13
* qt: Remove left-over mentions of showErrorDialogIngo Klöcker2024-01-195-32/+1
* build: Re-add still needed custom changes to Python autoconf macroIngo Klöcker2024-01-161-2/+5
* build: Update Python autoconf macroIngo Klöcker2024-01-162-122/+264
* doc: Add a deprecated warning to gpgme_op_delete.Werner Koch2024-01-151-3/+6
* doc: Fix minor typo.Werner Koch2024-01-151-1/+1
* cpp,tests: Launch dirmngr with gpg-confIngo Klöcker2024-01-091-8/+11
* qt: Pass home directory with forward slashes when launching dirmngrIngo Klöcker2024-01-091-2/+4
* qt: Fix validity for (sub)keys generated using QGpgMEQuickJobTobias Fella2024-01-081-2/+4
* doc: Update NEWSIngo Klöcker2024-01-051-2/+48
* qt: Support verification of detached signatures directly from filesIngo Klöcker2024-01-058-10/+345
* core: Tell gpg that we want to verify signed dataIngo Klöcker2023-12-221-0/+2