aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cpp: Fix some pedantic warningsAndre Heinecke2016-08-173-4/+4
* Qt: Add test for progress signal of encryptjobAndre Heinecke2016-08-121-0/+62
* Cpp: Provide size-hint for seekable and mem dataAndre Heinecke2016-08-121-0/+10
* Qt: Fix defaultkeygenerationjob buildAndre Heinecke2016-08-121-0/+2
* Qt: Add DefaultKeyGenerationJobAndre Heinecke2016-08-113-4/+207
* Qt: Ensure all public classes are exportedAndre Heinecke2016-08-1113-15/+29
* Qt: Add KeyForMailboxJobAndre Heinecke2016-08-119-4/+399
* build: Declare all languages for make dist.Werner Koch2016-08-101-0/+1
* Cpp: Handle empty recipients consistentlyAndre Heinecke2016-08-102-38/+38