aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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