| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tests: Add --import-filter option to usage info of run-import | Ingo Klöcker | 2024-06-12 | 1 | -0/+1 |
* | core: Allow setting import options when importing keys | Ingo Klöcker | 2024-06-12 | 11 | -7/+77 |
* | qt,doc: Fix typos | Ingo Klöcker | 2024-06-12 | 1 | -2/+2 |
* | qt: Align license of some Makefiles with license of other Makefiles | Ingo Klöcker | 2024-06-10 | 2 | -24/+26 |
* | qt: Fix license headers of Makefiles | Ingo Klöcker | 2024-06-10 | 2 | -15/+15 |
* | qt: Fix license headers of CMake config files | Ingo Klöcker | 2024-06-10 | 6 | -18/+18 |
* | qt: Fix license headers of dataprovider.* | Ingo Klöcker | 2024-06-10 | 2 | -30/+30 |
* | cpp: Remove commented out and disabled code | Ingo Klöcker | 2024-06-10 | 2 | -156/+0 |
* | doc: Extend description for GPGME_CREATE_ADSK | Werner Koch | 2024-06-05 | 1 | -1/+4 |
* | core,w32: Pass file names with forward slashes to gpg and gpgtar | Ingo Klöcker | 2024-06-04 | 3 | -29/+77 |
* | build,python: Fix make distcheck for Python 3.9+ | Ingo Klöcker | 2024-05-29 | 1 | -2/+6 |
* | build,python: Remove support for Python 3.4, 3.5, 3.7 | Ingo Klöcker | 2024-05-29 | 1 | -2/+1 |
* | build,python: Build Python bindings without distutils | Ben Greiner | 2024-05-29 | 5 | -13/+18 |
* | tests: Add new files to distribution | Ingo Klöcker | 2024-05-24 | 1 | -0/+2 |
* | cpp: Fix includes in public headers | Ingo Klöcker | 2024-05-24 | 13 | -14/+14 |
* | Merge branch 'ikloecker/t7118-revkeys' | Ingo Klöcker | 2024-05-24 | 17 | -3/+476 |
|\ |
|
| * | cpp: Add information about revocation keys to Keyikloecker/t7118-revkeys | Ingo Klöcker | 2024-05-21 | 5 | -1/+170 |
| * | json: Add information about revocation keys to key list result | Ingo Klöcker | 2024-05-21 | 6 | -1/+155 |
| * | core: Add information about revocation keys to keys | Ingo Klöcker | 2024-05-21 | 7 | -1/+151 |
* | | qt,cpp: Implement adding ADSKs to existing keys | Tobias Fella | 2024-05-22 | 5 | -0/+28 |
* | | core: Implement adding ADSKs through gpgme_createsubkey | Tobias Fella | 2024-05-22 | 5 | -4/+88 |
|/ |
|
* | tests: Fix segv in t-json.c | Werner Koch | 2024-05-21 | 1 | -1/+1 |
* | tests: Avoid some compiler warnings. | Werner Koch | 2024-05-21 | 2 | -3/+25 |
* | qt: Avoid bogus stringop-overread warning | Ingo Klöcker | 2024-05-21 | 1 | -2/+1 |
* | qt: Fix warning about missing return | Ingo Klöcker | 2024-05-21 | 1 | -1/+2 |
* | core: speedup gpgme_get_key | Werner Koch | 2024-05-21 | 3 | -4/+11 |
* | m4: Update libassuan.m4 from master. | NIIBE Yutaka | 2024-05-17 | 1 | -2/+89 |
* | Require at least libgpg-error 1.47 | Ingo Klöcker | 2024-05-16 | 1 | -1/+1 |
* | gpgme.m4: Set $host correctly always. | NIIBE Yutaka | 2024-05-16 | 1 | -2/+3 |
* | tests: Fix test after changed behavior of gpgme_op_verify | Ingo Klöcker | 2024-05-15 | 1 | -6/+7 |
* | doc: Update use of Autoconf with PKG_CHECK_MODULES. | NIIBE Yutaka | 2024-05-14 | 1 | -4/+10 |
* | gpgme.m4: Update _AM_PATH_GPGRT_CONFIG macro from gpg-error.m4. | NIIBE Yutaka | 2024-05-14 | 1 | -7/+5 |
* | cpp: Handle smart card op failure status messages | Ingo Klöcker | 2024-04-05 | 1 | -0/+36 |
* | Qt: Fix windows build of new jobs | Andre Heinecke | 2024-03-13 | 6 | -7/+7 |
* | core: Check STATUS_FAILURE in import operations. | Ingo Klöcker | 2024-03-11 | 1 | -0/+14 |
* | qt: Add function for synchronously executing ExportJob | Tobias Fella | 2024-01-22 | 3 | -0/+21 |
* | qt: Remove superfluous virtual overrides and member variables | Ingo Klöcker | 2024-01-19 | 29 | -145/+13 |
* | qt: Remove left-over mentions of showErrorDialog | Ingo Klöcker | 2024-01-19 | 5 | -32/+1 |
* | build: Re-add still needed custom changes to Python autoconf macro | Ingo Klöcker | 2024-01-16 | 1 | -2/+5 |
* | build: Update Python autoconf macro | Ingo Klöcker | 2024-01-16 | 2 | -122/+264 |
* | doc: Add a deprecated warning to gpgme_op_delete. | Werner Koch | 2024-01-15 | 1 | -3/+6 |