| Commit message (Expand) | Author | Age | Files | Lines |
* | core: fix passing --proc-all-sigs to gpgtartobias/fix-proc-all-sigs-gpgtar | Tobias Fella | 2024-10-04 | 1 | -0/+12 |
* | core: Allow GPGME_CREATE_ADSK also for gnupg 2.2.45 | Werner Koch | 2024-09-26 | 1 | -1/+6 |
* | core: Report failed encryption/signing if gpgtar didn't emit SUCCESS | Ingo Klöcker | 2024-09-20 | 4 | -10/+36 |
* | doc,build: Look for yat2m in $prefix/bin | Ingo Klöcker | 2024-09-17 | 1 | -1/+1 |
* | doc,build: Fix "make install" if yat2m isn't available | Ingo Klöcker | 2024-09-17 | 2 | -0/+6 |
* | doc: Provide a man page for gpgme-json. | Sébastien Noel | 2024-09-10 | 3 | -2/+103 |
* | doc: Update the texinfo version also on gpgme.texi changes. | Werner Koch | 2024-09-10 | 1 | -1/+1 |
* | core: New encryption flags GPGME_ENCRYPT_ADD_RECP and _CHG_RECP. | Werner Koch | 2024-09-09 | 5 | -3/+71 |
* | core: Treat email-only user IDs with upper case letters as email address | Ingo Klöcker | 2024-09-04 | 2 | -420/+557 |
* | build,python: Fix build with setuptools 72.2.0+ | Ingo Klöcker | 2024-09-02 | 1 | -3/+3 |
* | cpp: Add pkgconfig file for gpgmepp | Ingo Klöcker | 2024-08-29 | 3 | -3/+43 |
* | cpp: Go with default answer on unknown question by key edit interface | Ingo Klöcker | 2024-08-28 | 1 | -0/+14 |
* | qt: Add support for new context flag "proc-all-sigs" | Ingo Klöcker | 2024-08-26 | 21 | -8/+191 |
* | New context flag "proc-all-sigs". | Werner Koch | 2024-08-23 | 6 | -1/+64 |
* | qt,tests: Add make target to clean the keyring | Ingo Klöcker | 2024-08-07 | 1 | -0/+5 |
* | qt: Use --quick-set-ownertrust if available | Ingo Klöcker | 2024-08-07 | 2 | -1/+19 |
* | tests,json: Remove no longer needed code | Ingo Klöcker | 2024-08-07 | 1 | -106/+1 |
* | qt: Support disabling and enabling of keys | Ingo Klöcker | 2024-08-07 | 9 | -7/+300 |
* | cpp: Add support for setting owner trust and for disabling keys | Ingo Klöcker | 2024-08-06 | 3 | -0/+74 |
* | core: New function gpgme_op_setownertrust | Ingo Klöcker | 2024-08-06 | 23 | -7/+589 |
* | w32: Use UTF-8 for localized error descriptions for all threads | Ingo Klöcker | 2024-08-05 | 1 | -0/+4 |
* | build,qt: Fix include path in CMake files | Ingo Klöcker | 2024-07-22 | 1 | -4/+4 |
* | build,qt: Don't put generated camel-case headers in tarball | Ingo Klöcker | 2024-07-18 | 1 | -2/+2 |
* | core: Remove obsolete source files | Ingo Klöcker | 2024-07-18 | 2 | -59/+0 |
* | build,qt: Allow building Qt 5 bindings and Qt 6 bindings | Ingo Klöcker | 2024-07-18 | 3 | -47/+70 |
* | build,qt: Decouple generation of moc files | Ingo Klöcker | 2024-07-18 | 4 | -103/+394 |
* | build,qt: Remove include directories on uninstall | Ingo Klöcker | 2024-07-18 | 1 | -1/+14 |
* | build,qt: Decouple handling of include headers | Ingo Klöcker | 2024-07-18 | 1 | -7/+12 |
* | build,qt: Decouple (un)install of CMake files | Ingo Klöcker | 2024-07-18 | 1 | -6/+10 |
* | core: Support all keylist modes and fix possible overrun | Ingo Klöcker | 2024-07-15 | 1 | -3/+17 |
* | build,cpp: Fix include paths in forwarding headers in gpgme++ folder | Ingo Klöcker | 2024-07-10 | 1 | -1/+1 |
* | qt: Replace usage of deprecated Error::asString | Ingo Klöcker | 2024-07-05 | 25 | -59/+91 |
* | cpp: Deprecate Error::asString and update users | Ingo Klöcker | 2024-07-05 | 7 | -13/+17 |
* | cpp: Add safer member function returning text describing an error | Ingo Klöcker | 2024-07-05 | 3 | -0/+12 |
* | qt: Always include C++ binding headers with gpgme++/ prefix | Ingo Klöcker | 2024-07-05 | 131 | -415/+239 |
* | build,cpp: Create forwarding headers in a gpgme++ folder | Ingo Klöcker | 2024-07-05 | 1 | -1/+12 |
* | Fix calling CancelSynchronousIo. | NIIBE Yutaka | 2024-07-05 | 1 | -2/+2 |
* | Fix printing size_t and off_t value for LLP64 Windows. | NIIBE Yutaka | 2024-07-05 | 2 | -5/+5 |
* | Remove ath.h and ath.c. | NIIBE Yutaka | 2024-07-05 | 3 | -252/+2 |
* | Don't use ath_self, but get thread ID directly. | NIIBE Yutaka | 2024-07-05 | 2 | -6/+22 |
* | Use gpgrt_b64dec in libgpg-error. | NIIBE Yutaka | 2024-07-01 | 3 | -259/+6 |
* | cpp: Remove obsolete files | Ingo Klöcker | 2024-06-28 | 2 | -82/+0 |
* | qt: Allow appending a detached signature to an existing file | Ingo Klöcker | 2024-06-18 | 6 | -9/+78 |
* | qt,build: Install headers for Qt 5 and Qt 6 in different locations | Ingo Klöcker | 2024-06-17 | 2 | -6/+14 |
* | Update gpg-error.m4 again for spell fix. | NIIBE Yutaka | 2024-06-14 | 1 | -1/+1 |
* | qt,tests: Fix deprecation warnings (in Qt 6 build) | Ingo Klöcker | 2024-06-13 | 1 | -2/+2 |
* | qt: Specify import options as list of strings instead of as string | Ingo Klöcker | 2024-06-13 | 6 | -10/+14 |
* | m4: Update m4 files. | NIIBE Yutaka | 2024-06-13 | 2 | -23/+31 |
* | gpgme.m4: Fix setting/using GPG_ERROR_CONFIG. | NIIBE Yutaka | 2024-06-13 | 1 | -8/+7 |
* | qt: Allow specifying import options when importing keys | Ingo Klöcker | 2024-06-12 | 5 | -4/+66 |