aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Return public keys by default.Justus Winter2016-10-133-7/+18
* python: Fix example.Justus Winter2016-10-131-2/+2
* qt, cpp: Fix permissions of Config filesAndre Heinecke2016-10-132-4/+4
* qt: Install SpecialJobAndre Heinecke2016-10-131-1/+2
* qt, cpp: Fix expected targets in Config filesAndre Heinecke2016-10-132-2/+2
* qt: Add missing implementation of MultiDeleteJobDaniel Vrátil2016-10-113-2/+120
* qt: Install abstractimportjob.hDaniel Vrátil2016-10-111-1/+1
* cpp: Add API for gpgme_addrspec_from_uidAndre Heinecke2016-10-112-0/+31
* Add convenience function to get key from sigAndre Heinecke2016-10-102-0/+53
* cpp: Return null key if the signature had no keyAndre Heinecke2016-10-101-0/+2
* qt: Add simple verify testAndre Heinecke2016-10-102-3/+97
* Add missing includes.Justus Winter2016-10-061-0/+1
* qt: Fix spelling error in WKSPublishJobAndre Heinecke2016-10-054-7/+7
* qt: Disable tests that require a password for 2.0Andre Heinecke2016-10-051-0/+26
* qt: Fix unused variable warningsAndre Heinecke2016-10-055-13/+14
* cpp: Add support for URL Data encodingsAndre Heinecke2016-10-052-1/+10
* cpp: Fix gcc diagnostic push / popAndre Heinecke2016-10-051-2/+2
* qt: Disable t-wkspublish testAndre Heinecke2016-10-051-1/+1
* python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev2016-09-303-10/+11
* python: Add 'prepare' target.Alon Bar-Lev2016-09-301-0/+3
* cpp, qt: Handle modified includedir installationAndre Heinecke2016-09-294-26/+8
* tests: Fix blunder.Justus Winter2016-09-271-1/+1
* tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2016-09-271-0/+1
* python: Get rid of the last C++-style comments.Justus Winter2016-09-261-7/+7
* python: Correctly translate to size_t.Justus Winter2016-09-261-7/+22
* python: Correctly translate off_t.Justus Winter2016-09-261-5/+34
* python: Include 'config.h'.Justus Winter2016-09-265-1/+23
* Fix spellingDaniel Kahn Gillmor2016-09-233-6/+6
* move some file encodings to UTF-8Daniel Kahn Gillmor2016-09-233-3/+3
* cpp, qt: Include config.hAndre Heinecke2016-09-2369-0/+276
* cpp: Avoid missing returns in non-void functionsAndreas Stieger2016-09-213-0/+4
* python: Create install dir.Werner Koch2016-09-211-0/+1
* tests: Make "make -j distcheck" work in Python.Werner Koch2016-09-202-11/+9
* tests: Use --batch for gpg import.Werner Koch2016-09-201-3/+3
* tests: Improve portability.Werner Koch2016-09-202-3/+3
* qt: Improve READMEAndre Heinecke2016-09-191-15/+105
* cpp: Improve READMEAndre Heinecke2016-09-191-22/+63
* python: Improve metadata and READMEs.Justus Winter2016-09-193-21/+24
* 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