aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cpp: Fix CMake config library name for GPGMEAndre Heinecke2017-06-121-1/+1
* Add flag 'is_de_vs' to decryption results and signatures.Justus Winter2017-06-0112-24/+69
* core: Sort the status table.Justus Winter2017-05-301-10/+10
* python: Fix build in certain cases.Justus Winter2017-05-181-1/+1
* tests: Remove remnants of 'check-local'.Justus Winter2017-05-101-7/+0
* python: Fix test environment creation.Justus Winter2017-05-101-1/+0
* tests: Make sure to kill all previously running daemons.Justus Winter2017-05-104-0/+4
* tests: Harmonize test suites.Justus Winter2017-05-103-5/+13
* qt: Stop agent on clean.Justus Winter2017-05-101-0/+1
* qt: Add a missing include <functional>Andre Heinecke2017-05-101-0/+1
* qt: Undeprecate API that I find usefulAndre Heinecke2017-05-105-5/+5
* qt, tests: Don't use internal APIAndre Heinecke2017-05-102-17/+19
* core: Don't split gpgconf strings on commaAndre Heinecke2017-05-031-2/+3
* qt, cpp: Add additional copyright BSI notesAndre Heinecke2017-04-2566-8/+134
* Change copyright from Intevation to BSIAndre Heinecke2017-04-25118-118/+236
* doc: Improve doc on passphrase_cb / pinentry modeAndre Heinecke2017-04-241-4/+8
* tests: Update encrypted sample files.Justus Winter2017-04-242-25/+22
* python: Skip TOFU test if not supported by GnuPG.Justus Winter2017-04-112-0/+11
* python: use autoconf pre-processor when building via autoconfAlon Bar-Lev2017-04-112-0/+5
* python: fix run-tests missing python_libdirAlon Bar-Lev2017-04-111-1/+3
* python: Prune CLEANFILES.Justus Winter2017-04-101-3/+1
* python: Fix distcheck.Justus Winter2017-04-101-2/+2
* python: Support alternatate libdir for testsAlon Bar-Lev2017-04-101-10/+15
* python: Read gpg-error.h using the pre-processorAlon Bar-Lev2017-04-101-25/+35
* python: Remove unneeded stats copyAlon Bar-Lev2017-04-101-6/+0
* python: Remove usage of PYTHON_VERSIONSAlon Bar-Lev2017-04-103-15/+13
* tests: Do not use check-local magic as dependencyAlon Bar-Lev2017-04-102-16/+5
* python: support .pydistutils.cfg modeAlon Bar-Lev2017-04-101-15/+10
* python: simplify build, some fixupsAlon Bar-Lev2017-04-0731-40/+24
* python: Fix vpath builds, fix distcheck.Justus Winter2017-04-054-75/+92
* python: Generate files into build directoryAlon Bar-Lev2017-04-053-64/+64
* Fix typo.Justus Winter2017-04-051-1/+1
* FreeBSD's closefrom(2) does not return errorsPietro Cerutti2017-04-031-2/+2
* qt: pass fmt to gpgrt_asprintf()Igor Gnatenko2017-04-031-1/+1
* python: Don't treat skipped tests as errorAndre Heinecke2017-03-301-1/+1
* python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter2017-03-3014-8/+17
* qt: Handle if gpg does not support tofu in testAndre Heinecke2017-03-301-1/+22
* python,build: Reinstate prepare target.Alon Bar-Lev2017-03-292-14/+20
* tests: Run the threading tests only on UNIX.Justus Winter2017-03-281-3/+3
* tests: Make error message more helpful.Justus Winter2017-03-281-1/+2
* Merge branch 'gpgme-1.9-branch'Werner Koch2017-03-285-18/+49
|\
| * Post release updatesgpgme-1.9-branchWerner Koch2017-03-282-2/+6
| * Release 1.9.0gpgme-1.9.0Werner Koch2017-03-285-18/+45
* | Revert "qt: Disable testEncryptDecryptNowrap"Andre Heinecke2017-03-281-2/+0
|/
* core: Prepare for new key listing data send by gpg.Werner Koch2017-03-287-9/+71
* qt: Disable testEncryptDecryptNowrapAndre Heinecke2017-03-271-0/+2
* python: Skip tests if running with GnuPG < 2.1.12.Justus Winter2017-03-271-1/+6
* Mention new cpp changes in the NEWSAndre Heinecke2017-03-241-0/+6
* cpp: Respect decrypt flags in new functionsAndre Heinecke2017-03-241-4/+4
* qt: Add unittest for decrypt unwrapAndre Heinecke2017-03-241-1/+66