aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix version comparison.Justus Winter2016-09-121-2/+2
* tests: Make signature notation test compatible with older GnuPGs.Justus Winter2016-09-122-3/+40
* 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-077-23/+85
* tests: Set passphrase cb in t-encrypt-mixedAndre Heinecke2016-09-061-0/+2
* core: Check for gpg version for loopback modeAndre Heinecke2016-09-061-1/+1
* core: Fix passphrase cb for mixed sym encryptAndre Heinecke2016-09-062-3/+2
* 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
* core: Add GPGME_KEYLIST_MODE_WITH_TOFU.Werner Koch2016-08-257-15/+186
* core: Adjust for TOFU_STATS change in gnupg 2.1.16.Werner Koch2016-08-242-9/+5
* core: Set the 'encrcount' field in gpgme_tofu_info_t.Werner Koch2016-08-241-2/+8
* 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
* core: Put the protocol into a TOFU created key object.Werner Koch2016-08-231-2/+3
* core: Change the way TOFU information are represented.Werner Koch2016-08-239-121/+211
* core: Extend gpgme_user_id_t with 'address'.Werner Koch2016-08-235-25/+62
* core: New code for parsing mail addresses.Werner Koch2016-08-222-0/+268
* core: Add new items for gpgme_get_dirinfo.Werner Koch2016-08-223-5/+104
* core: Base gpgme_get_dirinfo(uiserver-socket) on the socket dir.Werner Koch2016-08-221-10/+23
* core: New commands --lang and --have-lang for gpgme-configWerner Koch2016-08-213-10/+40
* core: Remove (now) useless diagnosticAndre Heinecke2016-08-181-2/+0
* core: Fail loudly in case w32 spawner not foundAndre Heinecke2016-08-181-0/+26
* Cpp: Fix some pedantic warningsAndre Heinecke2016-08-173-4/+4
* core: New global flag "require-gnupg".Werner Koch2016-08-166-6/+61
* core: Simplify setting of dummy versions.Werner Koch2016-08-165-14/+42