aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt: Add debug output for testTofuPolicyAndre Heinecke2016-09-191-0/+20
* qt: Add test for setting tofu policyAndre Heinecke2016-09-161-0/+36
* qt: Add job for tofupolicyAndre Heinecke2016-09-167-1/+237
* cpp: Add support for gpgme_op_tofu_policyAndre Heinecke2016-09-162-0/+35
* cpp: Declare sizes of tofu-info enumsAndre Heinecke2016-09-161-2/+2
* cpp: Silence use of deprecated function warning.Werner Koch2016-09-161-0/+9
* core: Document the version a function has been deprecated.Werner Koch2016-09-161-1/+1
* python: Release the GIL during calls into GPGME.Justus Winter2016-09-162-7/+45
* python: Adapt to 'gpgme_op_interact'.Justus Winter2016-09-168-38/+296
* python: Clarify that we support Python 2.7 too.Justus Winter2016-09-143-3/+3
* python: Trim imports.Justus Winter2016-09-144-4/+0
* python: Improve error handling.Justus Winter2016-09-141-2/+12
* python: Adapt to TOFU changes.Justus Winter2016-09-141-4/+1
* python: Build for both Python2 and Python3.Justus Winter2016-09-143-9/+122
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-1459-0/+177
* python: Use more generic shebang.Justus Winter2016-09-1438-38/+38
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-136-32/+61
* python: Fix types and error handling.Justus Winter2016-09-131-11/+26
* python: Avoid Python3-only form of super().Justus Winter2016-09-121-4/+5
* python: Make type translation compatible with Python 2.7.Justus Winter2016-09-122-13/+78
* python: Avoid hardcoding the interpreter.Justus Winter2016-09-121-2/+2
* python: Do not rely on subprocess.DEVNULL.Justus Winter2016-09-121-2/+7
* tests: Make signature notation test compatible with older GnuPGs.Justus Winter2016-09-121-1/+10
* qt: Fix some includesAndre Heinecke2016-09-123-3/+7
* qt: Fix tofu test.Justus Winter2016-09-121-6/+6
* core,cpp: Extend the TOFU information.Werner Koch2016-09-072-8/+35
* qt: Clarify comment and strings in tofuinfo testAndre Heinecke2016-09-051-4/+8
* qt: Enable signcount checks in tofuinfo testAndre Heinecke2016-09-051-12/+27
* cpp: Add convenience update function to a keyAndre Heinecke2016-09-052-0/+28
* cpp: Add ostream operators for key and uidAndre Heinecke2016-09-052-0/+42
* qt: Add missing header redirectionAndre Heinecke2016-09-052-3/+13
* qt: Include cpp before core directoryAndre Heinecke2016-09-051-1/+1
* qt: Fix 2.1 t-support copyAndre Heinecke2016-08-251-1/+3
* qt: Fix and extend TofuInfo test.Andre Heinecke2016-08-251-10/+51
* qt: Fix keyring copy in testsAndre Heinecke2016-08-253-3/+3
* qt: Add generic flag support for keylistjobsAndre Heinecke2016-08-253-1/+10
* qt: Ensure that current src dir is included firstAndre Heinecke2016-08-251-2/+3
* cpp: Add WithTofu Keylist ModeAndre Heinecke2016-08-253-1/+6
* qt: Fix tofuinfo test when gpg is gpg2Andre Heinecke2016-08-254-10/+30
* qt: Remove unused variable in testAndre Heinecke2016-08-251-2/+0
* qt: Add test for wkspublishjobAndre Heinecke2016-08-252-3/+284
* qt: Add WKSPublishJobAndre Heinecke2016-08-257-3/+388
* Cpp: Change firstSeen / lastSeen return valuesAndre Heinecke2016-08-252-6/+6
* Cpp: Add wrapper for gpgme_get_dirinfoAndre Heinecke2016-08-252-0/+14
* Cpp: Add support for spawn engineAndre Heinecke2016-08-253-1/+66
* cpp: Get rid of AssuanResult due to its deprecation.Werner Koch2016-08-246-203/+40
* Qt: Adapt (disabled) tofuinfo test to new APIAndre Heinecke2016-08-241-49/+60
* Cpp: Add Key to signatureAndre Heinecke2016-08-242-0/+20
* Cpp: Use fpr field for primaryFingerprintAndre Heinecke2016-08-241-5/+10
* Cpp: Move tofuinfo from signature to useridAndre Heinecke2016-08-237-72/+17