aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qt,doc: Document that Job::startIt() doesn't self-destruct Job on errorIngo Klöcker2023-12-221-1/+4
* qt: Support verification of opaque signed data directly to/from filesIngo Klöcker2023-12-228-10/+399
* qt: Support decryption (with verification) directly to/from filesIngo Klöcker2023-12-228-10/+405
* qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker2023-12-2117-38/+1058
* qt: Remove dead codeIngo Klöcker2023-12-213-30/+0
* cpp: Support new flags for direct signing/encryption of filesIngo Klöcker2023-12-194-1/+12
* core: Support writing the decrypt/verify output directly to a fileikloecker/t6550Ingo Klöcker2023-12-195-13/+79
* core: Support direct signing of file with gpgIngo Klöcker2023-12-198-23/+82
* core: Support direct encryption of file with gpgIngo Klöcker2023-12-197-8/+73
* doc: Fix documentation for creating encrypted/signed archiveIngo Klöcker2023-12-141-8/+8
* qt: Replace Q_FOREACH with range-forIngo Klöcker2023-12-138-36/+44
* qt: Replace Q_NULLPTR with nullptrIngo Klöcker2023-12-134-5/+5
* core: percent decode filenameAndre Heinecke2023-11-291-3/+6