aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-05Qt: More robust lookup of Cpp's context.hAndre Heinecke1-1/+1
2016-07-05w32: Fallback to 2.1 reg key for gpgconf searchAndre Heinecke1-3/+14
2016-07-04Doc: Document pinentry modeAndre Heinecke1-0/+56
2016-07-04Qt: Add testTofuSignCountAndre Heinecke1-1/+83
2016-07-04Qt: Add test passphrase providerAndre Heinecke2-1/+48
2016-07-04Cpp: Add support for TOFU_CONFLICT sigsumAndre Heinecke2-1/+6
2016-07-04Cpp: Add support for pinentry_modeAndre Heinecke2-0/+50
2016-07-01Qt: Add test for TofuInfoAndre Heinecke2-3/+167
2016-07-01Cpp: Add TofuInfo to signaturesAndre Heinecke6-3/+339
2016-07-01core: Clarify documentation of tofu_stats addressAndre Heinecke1-1/+6
2016-07-01core: Fix identify for armored detached sigsAndre Heinecke1-1/+1
2016-06-27tests: Fix trivial memory leaks.Justus Winter8-10/+22
2016-06-27Cpp: Expose new data_identify valuesAndre Heinecke2-1/+5
2016-06-27Cpp: Do not treat KEYEXPIRED as errorAndre Heinecke1-2/+0
2016-06-24tests: Add new test tool run-decryptAndre Heinecke2-1/+190
2016-06-23core: Add closer inspection of "PGP MESSAGE".Werner Koch1-2/+27
2016-06-23core: Add a base 64 decoder.Werner Koch3-1/+272
2016-06-22core: Detect compressed signed OpenPGP data.Werner Koch1-9/+18
2016-06-21tests: Add new test tool run-identify.Werner Koch3-1/+132
2016-06-21core: Enhance gpgme_data_identify to detect binary PGP messages.Werner Koch3-1/+233
2016-06-16python: Improve autmatically generated docstrings.Justus Winter2-10/+23
2016-06-16python: Make result objects more robust.Justus Winter4-4/+224
2016-06-16python: Avoid creating SWIG proxy classes.Justus Winter2-2/+2
2016-06-16python: Simplify wrapping glue.Justus Winter2-23/+22
2016-06-16python: Rework callbacks.Justus Winter4-89/+171
2016-06-16python: Wrap objects implementing the buffer protocol.Justus Winter5-63/+179
2016-06-16python: Add properties to wrapped object.Justus Winter1-6/+82
2016-06-16python: Improve the documentation.Justus Winter5-101/+147
2016-06-16python: Get version information from the build system.Justus Winter5-59/+76
2016-06-16python: Fix exception leak.Justus Winter1-0/+1
2016-06-16python: Fix license.Justus Winter1-3/+3
2016-06-14core: Make sure FD_SET is not used with an out of range fd.Werner Koch1-0/+12
2016-06-08python: Improve error handling.Justus Winter1-6/+23
2016-06-08python: Add function to raise exceptions from c.Justus Winter1-0/+20
2016-06-08python: Fix stripping deprecated functionality.Justus Winter2-3/+8
2016-06-08python: Fix type.Justus Winter1-2/+12
2016-06-08python: Implement the context manager protocol.Justus Winter2-7/+29
2016-06-07python: Fix error handling.Justus Winter1-3/+4
2016-06-06python: Wrap file-like objects on demand.Justus Winter5-3/+127
2016-06-06python: Move helper function.Justus Winter3-31/+38
2016-06-06python: Fix error handling.Justus Winter1-8/+1
2016-06-06python: Initialize GPGME for the user.Justus Winter2-1/+6
2016-06-06python: Drop obsolete VCS keywords.Justus Winter36-36/+0
2016-06-01python: Fix test suite with GnuPG prior to 2.1.12.Justus Winter1-1/+2
2016-06-01python: Make Python detection more robust.Justus Winter2-2/+11
2016-06-01python: Improve build system integration, fix warnings.Justus Winter2-3/+7
2016-06-01Cpp: Use whitelist for status messagesAndre Heinecke1-12/+8
2016-06-01Qt: Fix debug output in t-ownertrustAndre Heinecke1-1/+3
2016-06-01tests: Fix notation tests.Justus Winter2-6/+5
2016-06-01core: Set notation flags for verify.Werner Koch5-10/+60