aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: New function gpgme_op_createsubkey.Werner Koch2016-09-147-33/+196
* core: Use const char * where appropriate.Werner Koch2016-09-138-25/+35
* core: Cast away the common const problem with spawn and argv.Werner Koch2016-09-132-5/+5
* core: Fix condition-always-true warning in trace macro.Werner Koch2016-09-131-1/+1
* core: Mark unused function args.Werner Koch2016-09-1320-1/+86
* tests: Mark lots of unused vars and fix const mismatches.Werner Koch2016-09-1336-216/+289
* tests: Use gpgme_io_write in passhrase callbacks.Werner Koch2016-09-133-20/+21
* core: Do not pass const char* to functions taking a char*.Werner Koch2016-09-135-8/+20
* build: Use more compiler warningsWerner Koch2016-09-131-0/+29
* core: New function gpgme_op_create_key.Werner Koch2016-09-1313-59/+775
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-136-32/+61
* python: Fix types and error handling.Justus Winter2016-09-131-11/+26
* python: Avoid Python3-only form of super().Justus Winter2016-09-121-4/+5
* 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