aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-30cpp: Remove obsolete compatibility with KF5 variantsIngo Klöcker2-8/+0
2022-05-12cpp: Export KeyListModeSaverAndre Heinecke1-1/+1
2022-05-05cpp: Output more properties of a subkeyIngo Klöcker1-3/+9
2022-05-04cpp: Allow retrieving import result of key listing with locate modeIngo Klöcker2-3/+10
2022-05-04cpp: Allow merging the results of two importsIngo Klöcker2-0/+135
2022-05-02cpp: Add RAII class for saving/restoring the key list modeIngo Klöcker2-0/+24
2022-04-27cpp: Support new keylist modesIngo Klöcker3-13/+18
2022-04-22cpp: Allow changing the error of a resultIngo Klöcker1-0/+8
2022-04-05cpp: Handle canceling of an edit operationIngo Klöcker1-2/+2
2022-04-05cpp: Return actual error if revocation failsIngo Klöcker3-0/+22
2022-04-05cpp: Add internal utility function for splitting stringsIngo Klöcker1-0/+13
2022-04-05cpp: Do not export symbols of the Private classIngo Klöcker1-1/+1
2022-03-30cpp: Add interactor to revoke a keyIngo Klöcker4-0/+283
2022-03-28cpp: Set default visibility of all symbols to hiddenIngo Klöcker1-1/+2
2022-03-28cpp: Put local helper function into unnamed namespaceIngo Klöcker1-0/+2
2022-02-03cpp: Allow import of keys given by key idsIngo Klöcker2-0/+20
2022-02-03cpp: Add internal adapter for passing a vector of strings to gpgmeIngo Klöcker3-2/+73
2022-01-12cpp: Add interactor to add existing subkeys to other keysIngo Klöcker3-0/+270
2022-01-04cpp: Allow export of secret subkeysIngo Klöcker2-4/+30
2022-01-04cpp: Allow export of secret keysIngo Klöcker2-13/+87
2022-01-04cpp: Mark ExportNoUID flag as obsoleteIngo Klöcker1-1/+1
2022-01-04cpp: Remove obsolete workaroundIngo Klöcker1-18/+0
2021-12-22cpp: Check fpr of import status for NULLIngo Klöcker1-1/+3
2021-12-10cpp: Add new supported components to API docs of dirInfo()Ingo Klöcker1-1/+2
2021-12-07cpp: Return engine info for engine used by the contextIngo Klöcker1-1/+1
2021-12-07cpp: Factor out common code of GpgME::engineInfo() overloadsIngo Klöcker1-28/+26
2021-11-25core: Support dirinfo("socketdir")Werner Koch1-1/+1
2021-05-06cpp: Do not close stdout/stderr when destroying EditInteractorIngo Klöcker1-7/+6
2021-05-05cpp: Add support for trust signatures to sign key edit interactorIngo Klöcker2-10/+45
2021-05-05cpp: Add getters for the attributes of a trust signatureIngo Klöcker2-0/+34
2021-01-04cpp: Add const-overload of UserID::Signature::operator<Ingo Klöcker2-1/+9
2020-11-20Revert "cpp: Use portable off_t size_t"Andre Heinecke3-7/+147
2020-11-18cpp: Use portable off_t size_tAndre Heinecke3-147/+7
2020-11-03cpp: Mark helper functions as staticIngo Klöcker1-6/+6
2020-11-03cpp: Make signatures belonging to the same user ID sortableIngo Klöcker2-1/+63
2020-10-29cpp: Add support for gpgme_op_revsigIngo Klöcker2-12/+57
2020-10-23cpp: Add support for gpgme_cancelIngo Klöcker2-0/+6
2020-10-23Add Assuan transaction that forwards status lines to another objectIngo Klöcker4-1/+164
2020-10-23cpp, qt: Add missing comparison operators for version info comparisonIngo Klöcker1-0/+30
2020-10-23cpp, qt: Fix version info comparisonIngo Klöcker1-2/+3
2020-09-08cpp: Update key with --with-secret instead of updating it twiceIngo Klöcker1-5/+11
2020-09-07cpp: Add keylist mode WithSecretIngo Klöcker3-3/+13
2020-09-07cpp: Add missing keylist modesIngo Klöcker1-7/+23
2020-09-03cpp: Copy some more subkey properties when merging keysIngo Klöcker1-0/+4
2020-08-10cpp: Make private helper a file staticIngo Klöcker2-3/+1
2020-08-06cpp: Use cstdlib getenv for portabilityAndre Heinecke1-1/+2
2020-08-04cpp: Add support for gpgme_op_setexpireIngo Klöcker2-1/+72
2020-08-04cpp: Add ostream operator for subkeyIngo Klöcker2-0/+23
2020-07-16qt, cpp: Support export modesAndre Heinecke2-10/+46
2020-07-15core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP.Werner Koch5-3/+10