aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Add option --exit-on-status-write-errorDaiki Ueno2016-09-221-0/+2
* tests: Fix select usage in t-eventloopDaiki Ueno2016-09-221-1/+5
* doc: Fix minor errors in I/O callback exampleDaiki Ueno2016-09-221-5/+17
* cpp: Avoid missing returns in non-void functionsAndreas Stieger2016-09-213-0/+4
* Post release updatesWerner Koch2016-09-212-1/+4
* Release 1.7.0gpgme-1.7.0Werner Koch2016-09-216-29/+73
* 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-202-6/+6
* tests: Improve portability.Werner Koch2016-09-202-3/+3
* build: Create swdb file.Werner Koch2016-09-201-2/+16
* python: Fix detection of Python available versions.Justus Winter2016-09-201-2/+2
* core: Remove moc artifactAndre Heinecke2016-09-192-62/+1
* Add NEWS entry for qt/cppAndre Heinecke2016-09-191-0/+2
* 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
* doc: Mention language bindings in the manual.Werner Koch2016-09-191-1/+11
* core: Check for GPG_TTY as well as DISPLAY.Ben Kibbey2016-09-195-15/+67
* 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-162-73/+77
* core: Map GPGME_STATUS_EOF to the empty string.Werner Koch2016-09-163-9/+9
* 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
* core: Fix typos.Justus Winter2016-09-161-2/+2
* doc: Move description of most deprecated functions to a new appendix.Werner Koch2016-09-161-703/+679
* doc: Document the recently added --quick-foo related functions.Werner Koch2016-09-161-153/+655
* core: Remove stub to try implementing gpg < 2.1 support for createkey.Werner Koch2016-09-161-27/+2
* core: Fix setting og the verification result.Werner Koch2016-09-161-17/+2
* core: New function gpgme_op_interact, deprecate gpgme_op_edit.Werner Koch2016-09-159-23/+251
* core: Minor change of the gpgme_op_edit semantics.Werner Koch2016-09-156-10/+34
* core: New function gpgme_op_tofu_policyWerner Koch2016-09-1419-3/+448
* core: Defer implementation of gpgme_op_createkey with gpg < 2.1Werner Koch2016-09-141-0/+6
* core: New function gpgme_op_keysign.Werner Koch2016-09-1419-13/+638
* 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
* python: Adapt to TOFU changes.Justus Winter2016-09-141-4/+1
* python: Improve build system integration.Justus Winter2016-09-142-64/+12
* core: New function gpgme_op_revuid.Werner Koch2016-09-148-15/+94
* core: Change a parameter for the engine's genkey function.Werner Koch2016-09-146-23/+37
* python: Build for both Python2 and Python3.Justus Winter2016-09-145-18/+177
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-1459-0/+177
* python: Use more generic shebang.Justus Winter2016-09-1438-38/+38
* core: New function gpgme_op_adduid.Werner Koch2016-09-147-33/+192