| Commit message (Expand) | Author | Age | Files | Lines |
* | build,cpp: Fix include paths in forwarding headers in gpgme++ folder | Ingo Klöcker | 2024-07-10 | 1 | -1/+1 |
* | cpp: Deprecate Error::asString and update users | Ingo Klöcker | 2024-07-05 | 6 | -13/+16 |
* | cpp: Add safer member function returning text describing an error | Ingo Klöcker | 2024-07-05 | 2 | -0/+8 |
* | build,cpp: Create forwarding headers in a gpgme++ folder | Ingo Klöcker | 2024-07-05 | 1 | -1/+12 |
* | cpp: Remove obsolete files | Ingo Klöcker | 2024-06-28 | 2 | -82/+0 |
* | cpp: Remove commented out and disabled code | Ingo Klöcker | 2024-06-10 | 2 | -156/+0 |
* | 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 | 4 | -1/+163 |
|\ |
|
| * | cpp: Add information about revocation keys to Keyikloecker/t7118-revkeys | Ingo Klöcker | 2024-05-21 | 4 | -1/+163 |
* | | qt,cpp: Implement adding ADSKs to existing keys | Tobias Fella | 2024-05-22 | 2 | -0/+13 |
|/ |
|
* | cpp: Handle smart card op failure status messages | Ingo Klöcker | 2024-04-05 | 1 | -0/+36 |
* | cpp,tests: Launch dirmngr with gpg-conf | Ingo Klöcker | 2024-01-09 | 1 | -8/+11 |
* | cpp: Support new flags for direct signing/encryption of files | Ingo Klöcker | 2023-12-19 | 4 | -1/+12 |
* | cpp,doc: Fix typos in API documentation and source code comments | Ingo Klöcker | 2023-10-13 | 2 | -2/+2 |
* | cpp: Support new key capability flags | Ingo Klöcker | 2023-10-05 | 2 | -0/+37 |
* | cpp: Remove unused include | Ingo Klöcker | 2023-08-15 | 6 | -8/+0 |
* | cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API | Carl Schwan | 2023-08-04 | 2 | -0/+6 |
* | qt, cpp: Support larger size-hint on 32 bit builds | Andre Heinecke | 2023-06-16 | 2 | -0/+10 |
* | cpp: Expose gpgme_data_set_flag through cpp API | Andre Heinecke | 2023-06-16 | 2 | -0/+8 |
* | doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled | Ingo Klöcker | 2023-06-01 | 1 | -1/+1 |
* | cpp,python: Respect --disable-gpg-test for tests | Biswapriyo Nath | 2023-05-30 | 1 | -1/+7 |
* | cpp: Fix Key::canSign() | Ingo Klöcker | 2023-04-18 | 2 | -17/+4 |
* | core,cpp: Add new key flags to gpgme_subkey_t | Werner Koch | 2023-03-21 | 2 | -0/+21 |
* | cpp: Improve debug output of some enums | Ingo Klöcker | 2023-02-09 | 1 | -19/+32 |
* | cpp: Return successful verification for signed but not encrypted data | Ingo Klöcker | 2023-02-02 | 1 | -7/+15 |
* | cpp: Update decryption flags | Ingo Klöcker | 2023-02-02 | 1 | -0/+1 |
* | cpp: Add const-overloads of version comparison operators | Ingo Klöcker | 2023-02-02 | 1 | -0/+70 |
* | cpp: Fix debug output of SignatureMode | Ingo Klöcker | 2023-01-31 | 1 | -1/+9 |
* | Merge branch 'ikloecker/t6342-gpgtar' into master | Werner Koch | 2023-01-31 | 6 | -16/+37 |
|\ |
|
| * | cpp: Support new archive signing flag | Ingo Klöcker | 2023-01-30 | 3 | -15/+25 |
| * | cpp: Support new archive encryption flag | Ingo Klöcker | 2023-01-27 | 2 | -1/+6 |
| * | cpp: Add convenience overload to set file name | Ingo Klöcker | 2023-01-27 | 2 | -0/+6 |
| * | cpp,doc: Update list of allowed values for dirInfo | Ingo Klöcker | 2023-01-18 | 1 | -1/+1 |
* | | cpp: Support all encryption flags | Ingo Klöcker | 2023-01-26 | 2 | -1/+6 |
* | | cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME | Ingo Klöcker | 2023-01-26 | 1 | -0/+8 |
|/ |
|
* | cpp: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 2023-01-05 | 1 | -2/+2 |
* | cpp: Expliticly declare compiler generated copy constructors | Ingo Klöcker | 2023-01-05 | 15 | -2/+25 |
* | cpp: Handle status errors in the base edit interactor | Ingo Klöcker | 2022-12-08 | 2 | -4/+3 |
* | cpp: Handle statuses that need no response in the base edit interactor | Ingo Klöcker | 2022-12-08 | 8 | -28/+7 |
* | cpp: Allow setting the curve to use when generating ECC keys | Ingo Klöcker | 2022-10-24 | 2 | -7/+34 |
* | cpp: Reject signing expired keys | Ingo Klöcker | 2022-09-14 | 1 | -0/+6 |
* | cpp: Fix building with C++11 | Ingo Klöcker | 2022-08-19 | 1 | -7/+7 |
* | cpp: Fix handling of "no key" or "invalid time" situations | Ingo Klöcker | 2022-08-18 | 1 | -2/+2 |
* | cpp: Add support for gpgme_op_set_uid_flag | Ingo Klöcker | 2022-08-09 | 2 | -0/+13 |
* | cpp: Remove obsolete compatibility with KF5 variants | Ingo Klöcker | 2022-06-30 | 2 | -8/+0 |
* | cpp: Export KeyListModeSaver | Andre Heinecke | 2022-05-12 | 1 | -1/+1 |
* | cpp: Output more properties of a subkey | Ingo Klöcker | 2022-05-05 | 1 | -3/+9 |
* | cpp,tests: Actually parse the --with-secret option | Ingo Klöcker | 2022-05-05 | 1 | -0/+4 |
* | cpp: Allow retrieving import result of key listing with locate mode | Ingo Klöcker | 2022-05-04 | 2 | -3/+10 |
* | cpp: Allow merging the results of two imports | Ingo Klöcker | 2022-05-04 | 2 | -0/+135 |