aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cpp: Add EngineInfo::Version classAndre Heinecke2016-07-142-0/+61
* Qt: Fix usage of ignore-invalid-option in testsAndre Heinecke2016-07-141-4/+4
* Qt: Fix tests if gpg2 is gpgAndre Heinecke2016-07-141-1/+7
* python: Fix test.Justus Winter2016-07-141-13/+5
* python: Drop bad category.Justus Winter2016-07-141-1/+0
* core: New GPGME_DATA_ENCODING_MIME.Werner Koch2016-07-132-1/+4
* Cpp: Add feature enum for new identifyAndre Heinecke2016-07-132-0/+3
* python: Port more tests.Justus Winter2016-07-125-6/+335
* python: Improve python packaging.Justus Winter2016-07-122-3/+26
* Qt: Install CamelCase forward includesAndre Heinecke2016-07-121-2/+40
* Qt: Export VerifyDetachedJobAndre Heinecke2016-07-121-1/+1
* Qt/Cpp: Add version headersAndre Heinecke2016-07-124-2/+69
* Qt/Cpp: Add license blurb to export headersAndre Heinecke2016-07-122-0/+40
* python: Fix distcheck.Justus Winter2016-07-111-0/+2
* python: Enable out-of-tree build of pyme bindings.Justus Winter2016-07-114-29/+99
* python: Do not depend on access to internal data structures.Justus Winter2016-07-112-45/+76
* python: Make result wrapping backwards compatible.Justus Winter2016-07-111-5/+4
* Qt: Fix memleaks in testsAndre Heinecke2016-07-113-0/+20
* Qt: Add some general Protocol documentationAndre Heinecke2016-07-111-0/+35
* Qt: Disable t-tofuinfo testsAndre Heinecke2016-07-111-5/+1
* python: Fix raising stashed exceptions.Justus Winter2016-07-081-1/+7
* python: Fix distcheck.Justus Winter2016-07-075-23/+68
* qt: Fix distcheck.Justus Winter2016-07-072-2/+6
* cpp: Fix distcheck.Justus Winter2016-07-071-0/+2
* Qt: Add test for publicKeyAlgorithmAsStringAndre Heinecke2016-07-061-0/+22
* Cpp: Expose gpgme_pubkey_algo_nameAndre Heinecke2016-07-062-1/+15
* Qt: Add check for pubkeyAlgo in t-keylistAndre Heinecke2016-07-061-0/+4
* Cpp: Add PubkeyAlgo enumAndre Heinecke2016-07-062-3/+19
* Qt: Fix include order when buildin testAndre Heinecke2016-07-061-4/+4
* Revert "Qt: More robust lookup of Cpp's context.h"Andre Heinecke2016-07-061-1/+1
* Qt: Fix test build with Qt < 5.4.0Andre Heinecke2016-07-053-4/+4
* Qt: More robust lookup of Cpp's context.hAndre Heinecke2016-07-051-1/+1
* Qt: Add testTofuSignCountAndre Heinecke2016-07-041-1/+83
* Qt: Add test passphrase providerAndre Heinecke2016-07-042-1/+48
* Cpp: Add support for TOFU_CONFLICT sigsumAndre Heinecke2016-07-042-1/+6
* Cpp: Add support for pinentry_modeAndre Heinecke2016-07-042-0/+50
* Qt: Add test for TofuInfoAndre Heinecke2016-07-012-3/+167
* Cpp: Add TofuInfo to signaturesAndre Heinecke2016-07-015-2/+338
* Cpp: Expose new data_identify valuesAndre Heinecke2016-06-272-1/+5
* Cpp: Do not treat KEYEXPIRED as errorAndre Heinecke2016-06-271-2/+0
* python: Improve autmatically generated docstrings.Justus Winter2016-06-162-10/+23
* python: Make result objects more robust.Justus Winter2016-06-164-4/+224
* python: Avoid creating SWIG proxy classes.Justus Winter2016-06-162-2/+2
* python: Simplify wrapping glue.Justus Winter2016-06-162-23/+22
* python: Rework callbacks.Justus Winter2016-06-164-89/+171
* python: Wrap objects implementing the buffer protocol.Justus Winter2016-06-165-63/+179
* python: Add properties to wrapped object.Justus Winter2016-06-161-6/+82
* python: Improve the documentation.Justus Winter2016-06-165-102/+148
* python: Get version information from the build system.Justus Winter2016-06-164-58/+72
* python: Fix exception leak.Justus Winter2016-06-161-0/+1