| Commit message (Expand) | Author | Files | Lines |
| 2024-07-22 | build,qt: Fix include path in CMake files | Ingo Klöcker | 1 | -4/+4 |
| 2024-07-18 | build,qt: Don't put generated camel-case headers in tarball | Ingo Klöcker | 1 | -2/+2 |
| 2024-07-18 | core: Remove obsolete source files | Ingo Klöcker | 2 | -59/+0 |
| 2024-07-18 | build,qt: Allow building Qt 5 bindings and Qt 6 bindings | Ingo Klöcker | 3 | -47/+70 |
| 2024-07-18 | build,qt: Decouple generation of moc files | Ingo Klöcker | 4 | -98/+389 |
| 2024-07-18 | build,qt: Remove include directories on uninstall | Ingo Klöcker | 1 | -1/+14 |
| 2024-07-18 | build,qt: Decouple handling of include headers | Ingo Klöcker | 1 | -7/+12 |
| 2024-07-18 | build,qt: Decouple (un)install of CMake files | Ingo Klöcker | 1 | -6/+10 |
| 2024-07-15 | core: Support all keylist modes and fix possible overrun | Ingo Klöcker | 1 | -3/+17 |
| 2024-07-10 | build,cpp: Fix include paths in forwarding headers in gpgme++ folder | Ingo Klöcker | 1 | -1/+1 |
| 2024-07-05 | qt: Replace usage of deprecated Error::asString | Ingo Klöcker | 25 | -59/+91 |
| 2024-07-05 | cpp: Deprecate Error::asString and update users | Ingo Klöcker | 7 | -13/+17 |
| 2024-07-05 | cpp: Add safer member function returning text describing an error | Ingo Klöcker | 3 | -0/+12 |
| 2024-07-05 | qt: Always include C++ binding headers with gpgme++/ prefix | Ingo Klöcker | 131 | -415/+239 |
| 2024-07-05 | build,cpp: Create forwarding headers in a gpgme++ folder | Ingo Klöcker | 1 | -1/+12 |
| 2024-07-05 | Fix calling CancelSynchronousIo. | NIIBE Yutaka | 1 | -2/+2 |
| 2024-07-05 | Fix printing size_t and off_t value for LLP64 Windows. | NIIBE Yutaka | 2 | -5/+5 |
| 2024-07-05 | Remove ath.h and ath.c. | NIIBE Yutaka | 3 | -252/+2 |
| 2024-07-05 | Don't use ath_self, but get thread ID directly. | NIIBE Yutaka | 2 | -6/+22 |
| 2024-07-01 | Use gpgrt_b64dec in libgpg-error. | NIIBE Yutaka | 3 | -259/+6 |
| 2024-06-28 | cpp: Remove obsolete files | Ingo Klöcker | 2 | -82/+0 |
| 2024-06-18 | qt: Allow appending a detached signature to an existing file | Ingo Klöcker | 6 | -9/+78 |
| 2024-06-17 | qt,build: Install headers for Qt 5 and Qt 6 in different locations | Ingo Klöcker | 2 | -6/+14 |
| 2024-06-14 | Update gpg-error.m4 again for spell fix. | NIIBE Yutaka | 1 | -1/+1 |
| 2024-06-13 | qt,tests: Fix deprecation warnings (in Qt 6 build) | Ingo Klöcker | 1 | -2/+2 |
| 2024-06-13 | qt: Specify import options as list of strings instead of as string | Ingo Klöcker | 6 | -10/+14 |
| 2024-06-13 | m4: Update m4 files. | NIIBE Yutaka | 2 | -23/+31 |
| 2024-06-13 | gpgme.m4: Fix setting/using GPG_ERROR_CONFIG. | NIIBE Yutaka | 1 | -8/+7 |
| 2024-06-12 | qt: Allow specifying import options when importing keys | Ingo Klöcker | 5 | -4/+66 |
| 2024-06-12 | tests: Add --import-filter option to usage info of run-import | Ingo Klöcker | 1 | -0/+1 |
| 2024-06-12 | core: Allow setting import options when importing keys | Ingo Klöcker | 11 | -7/+77 |
| 2024-06-12 | qt,doc: Fix typos | Ingo Klöcker | 1 | -2/+2 |
| 2024-06-10 | qt: Align license of some Makefiles with license of other Makefiles | Ingo Klöcker | 2 | -24/+26 |
| 2024-06-10 | qt: Fix license headers of Makefiles | Ingo Klöcker | 2 | -15/+15 |
| 2024-06-10 | qt: Fix license headers of CMake config files | Ingo Klöcker | 6 | -18/+18 |
| 2024-06-10 | qt: Fix license headers of dataprovider.* | Ingo Klöcker | 2 | -30/+30 |
| 2024-06-10 | cpp: Remove commented out and disabled code | Ingo Klöcker | 2 | -156/+0 |
| 2024-06-05 | doc: Extend description for GPGME_CREATE_ADSK | Werner Koch | 1 | -1/+4 |
| 2024-06-04 | core,w32: Pass file names with forward slashes to gpg and gpgtar | Ingo Klöcker | 3 | -29/+77 |
| 2024-05-29 | build,python: Fix make distcheck for Python 3.9+ | Ingo Klöcker | 1 | -2/+6 |
| 2024-05-29 | build,python: Remove support for Python 3.4, 3.5, 3.7 | Ingo Klöcker | 1 | -2/+1 |
| 2024-05-29 | build,python: Build Python bindings without distutils | Ben Greiner | 5 | -13/+18 |
| 2024-05-24 | tests: Add new files to distribution | Ingo Klöcker | 1 | -0/+2 |
| 2024-05-24 | cpp: Fix includes in public headers | Ingo Klöcker | 13 | -14/+14 |
| 2024-05-22 | qt,cpp: Implement adding ADSKs to existing keys | Tobias Fella | 5 | -0/+28 |
| 2024-05-22 | core: Implement adding ADSKs through gpgme_createsubkey | Tobias Fella | 5 | -4/+88 |
| 2024-05-21 | cpp: Add information about revocation keys to Keyikloecker/t7118-revkeys | Ingo Klöcker | 5 | -1/+170 |
| 2024-05-21 | json: Add information about revocation keys to key list result | Ingo Klöcker | 6 | -1/+155 |
| 2024-05-21 | core: Add information about revocation keys to keys | Ingo Klöcker | 7 | -1/+151 |
| 2024-05-21 | tests: Fix segv in t-json.c | Werner Koch | 1 | -1/+1 |