aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-10Add convenience function to get key from sigAndre Heinecke2-0/+53
2016-10-10cpp: Return null key if the signature had no keyAndre Heinecke1-0/+2
2016-10-10qt: Add simple verify testAndre Heinecke2-3/+97
2016-10-06Add missing includes.Justus Winter1-0/+1
2016-10-05qt: Fix spelling error in WKSPublishJobAndre Heinecke4-7/+7
2016-10-05qt: Disable tests that require a password for 2.0Andre Heinecke1-0/+26
2016-10-05qt: Fix unused variable warningsAndre Heinecke5-13/+14
2016-10-05cpp: Add support for URL Data encodingsAndre Heinecke2-1/+10
2016-10-05cpp: Fix gcc diagnostic push / popAndre Heinecke1-2/+2
2016-10-05qt: Disable t-wkspublish testAndre Heinecke1-1/+1
2016-09-30python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev3-10/+11
2016-09-30python: Add 'prepare' target.Alon Bar-Lev1-0/+3
2016-09-29cpp, qt: Handle modified includedir installationAndre Heinecke4-26/+8
2016-09-27tests: Fix blunder.Justus Winter1-1/+1
2016-09-27tests: Fix check for gpg versions not reporting the critical flag.Justus Winter1-0/+1
2016-09-26python: Get rid of the last C++-style comments.Justus Winter1-7/+7
2016-09-26python: Correctly translate to size_t.Justus Winter1-7/+22
2016-09-26python: Correctly translate off_t.Justus Winter1-5/+34
2016-09-26python: Include 'config.h'.Justus Winter5-1/+23
2016-09-23Fix spellingDaniel Kahn Gillmor3-6/+6
2016-09-23move some file encodings to UTF-8Daniel Kahn Gillmor3-3/+3
2016-09-23cpp, qt: Include config.hAndre Heinecke69-0/+276
2016-09-21cpp: Avoid missing returns in non-void functionsAndreas Stieger3-0/+4
2016-09-21python: Create install dir.Werner Koch1-0/+1
2016-09-20tests: Make "make -j distcheck" work in Python.Werner Koch2-11/+9
2016-09-20tests: Use --batch for gpg import.Werner Koch1-3/+3
2016-09-20tests: Improve portability.Werner Koch2-3/+3
2016-09-19qt: Improve READMEAndre Heinecke1-15/+105
2016-09-19cpp: Improve READMEAndre Heinecke1-22/+63
2016-09-19python: Improve metadata and READMEs.Justus Winter3-21/+24
2016-09-19qt: Add debug output for testTofuPolicyAndre Heinecke1-0/+20
2016-09-16qt: Add test for setting tofu policyAndre Heinecke1-0/+36
2016-09-16qt: Add job for tofupolicyAndre Heinecke7-1/+237
2016-09-16cpp: Add support for gpgme_op_tofu_policyAndre Heinecke2-0/+35
2016-09-16cpp: Declare sizes of tofu-info enumsAndre Heinecke1-2/+2
2016-09-16cpp: Silence use of deprecated function warning.Werner Koch1-0/+9
2016-09-16core: Document the version a function has been deprecated.Werner Koch1-1/+1
2016-09-16python: Release the GIL during calls into GPGME.Justus Winter2-7/+45
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter8-38/+296
2016-09-14python: Clarify that we support Python 2.7 too.Justus Winter3-3/+3
2016-09-14python: Trim imports.Justus Winter4-4/+0
2016-09-14python: Improve error handling.Justus Winter1-2/+12
2016-09-14python: Adapt to TOFU changes.Justus Winter1-4/+1
2016-09-14python: Build for both Python2 and Python3.Justus Winter3-9/+122
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter59-0/+177
2016-09-14python: Use more generic shebang.Justus Winter38-38/+38
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter6-32/+61
2016-09-13python: Fix types and error handling.Justus Winter1-11/+26
2016-09-12python: Avoid Python3-only form of super().Justus Winter1-4/+5
2016-09-12python: Make type translation compatible with Python 2.7.Justus Winter2-13/+78