aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* w32: Use UTF-8 for localized error descriptions for all threadsIngo Klöcker2024-08-051-0/+4
* build,qt: Fix include path in CMake filesIngo Klöcker2024-07-221-4/+4
* build,qt: Don't put generated camel-case headers in tarballIngo Klöcker2024-07-181-2/+2
* core: Remove obsolete source filesIngo Klöcker2024-07-182-59/+0
* build,qt: Allow building Qt 5 bindings and Qt 6 bindingsIngo Klöcker2024-07-183-47/+70
* build,qt: Decouple generation of moc filesIngo Klöcker2024-07-184-103/+394
* build,qt: Remove include directories on uninstallIngo Klöcker2024-07-181-1/+14
* build,qt: Decouple handling of include headersIngo Klöcker2024-07-181-7/+12
* build,qt: Decouple (un)install of CMake filesIngo Klöcker2024-07-181-6/+10
* core: Support all keylist modes and fix possible overrunIngo Klöcker2024-07-151-3/+17
* build,cpp: Fix include paths in forwarding headers in gpgme++ folderIngo Klöcker2024-07-101-1/+1
* qt: Replace usage of deprecated Error::asStringIngo Klöcker2024-07-0525-59/+91
* cpp: Deprecate Error::asString and update usersIngo Klöcker2024-07-057-13/+17
* cpp: Add safer member function returning text describing an errorIngo Klöcker2024-07-053-0/+12
* qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker2024-07-05131-415/+239
* build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker2024-07-051-1/+12
* Fix calling CancelSynchronousIo.NIIBE Yutaka2024-07-051-2/+2
* Fix printing size_t and off_t value for LLP64 Windows.NIIBE Yutaka2024-07-052-5/+5
* Remove ath.h and ath.c.NIIBE Yutaka2024-07-053-252/+2
* Don't use ath_self, but get thread ID directly.NIIBE Yutaka2024-07-052-6/+22
* Use gpgrt_b64dec in libgpg-error.NIIBE Yutaka2024-07-013-259/+6
* cpp: Remove obsolete filesIngo Klöcker2024-06-282-82/+0
* qt: Allow appending a detached signature to an existing fileIngo Klöcker2024-06-186-9/+78
* qt,build: Install headers for Qt 5 and Qt 6 in different locationsIngo Klöcker2024-06-172-6/+14
* Update gpg-error.m4 again for spell fix.NIIBE Yutaka2024-06-141-1/+1
* qt,tests: Fix deprecation warnings (in Qt 6 build)Ingo Klöcker2024-06-131-2/+2
* qt: Specify import options as list of strings instead of as stringIngo Klöcker2024-06-136-10/+14
* m4: Update m4 files.NIIBE Yutaka2024-06-132-23/+31
* 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