aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: Fix trace string.Justus Winter2016-05-251-1/+1
* python: Improve and test Context.wait.Justus Winter2016-05-243-13/+50
* python: Make all GnuPG errors available.Justus Winter2016-05-243-5/+12
* python: Move the base wrapper class.Justus Winter2016-05-242-79/+77
* python: Support status callbacks.Justus Winter2016-05-244-0/+134
* python: Improve docstring.Justus Winter2016-05-241-4/+9
* Qt: Fix test build with clangAndre Heinecke2016-05-241-1/+1
* Cpp: Set -std=c++11 also if CXXCPP is already setAndre Heinecke2016-05-241-6/+2
* python: Improve support for edit callbacks.Justus Winter2016-05-245-7/+114
* python: Fix hook.Justus Winter2016-05-232-2/+3
* python: Move edit callback function.Justus Winter2016-05-233-45/+48
* python: Port more tests.Justus Winter2016-05-235-2/+188
* python: Translate list of strings.Justus Winter2016-05-231-0/+34
* api: Return Tofu info for signatures.Werner Koch2016-05-215-2/+306
* api: Add new context flag "raw-description".Werner Koch2016-05-213-2/+22
* core: New functions to help parsing of status lines.Werner Koch2016-05-212-0/+56
* Qt: Add test for changeownertrustAndre Heinecke2016-05-202-3/+109
* Cpp: Ignore STATUS_KEY_CONSIDERED when editingAndre Heinecke2016-05-201-0/+1
* api: Add new function gpgme_set_ctx_flag.Werner Koch2016-05-1923-54/+225
* api: Remove arbitrary restriction from gpgme_op_verify.Werner Koch2016-05-191-2/+0
* python: Improve progress callbacks.Justus Winter2016-05-193-6/+54
* python: Robust exception handling in callbacks.Justus Winter2016-05-196-13/+187
* Qt: Check for graphviz and set HAVE_DOT correctlyAndre Heinecke2016-05-192-1/+11
* python: Add more tests.Justus Winter2016-05-196-8/+157
* python: More type conversion fixes.Justus Winter2016-05-191-2/+24
* python: Fix import.Justus Winter2016-05-191-1/+4
* Qt: Fix compilation of unit testsAndre Heinecke2016-05-191-1/+1
* python: Various fixes.Justus Winter2016-05-182-5/+4
* Fix typo in compatibility declarationAndre Heinecke2016-05-181-1/+1
* tests: New maintenance helper run-encrypt.Werner Koch2016-05-173-2/+220
* Return dedicated error code for all subkeys expired or revoked.Werner Koch2016-05-176-15/+123
* Qt / Cpp: Port auto_ptr to unique_ptrAndre Heinecke2016-05-178-54/+48
* python: Delete duplicated license texts/Werner Koch2016-05-172-848/+0
* build: Add python autoconf macro.Justus Winter2016-05-171-0/+324
* Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gpgmeJustus Winter2016-05-172-26/+25
|\
| * Trailing white space cleanup for 2 files in tests/.Werner Koch2016-05-172-26/+25
* | Merge branch 'justus/pyme3'Justus Winter2016-05-1757-5/+6360
|\ \ | |/ |/|
| * python: Clean up examples.Justus Winter2016-05-1710-43/+46
| * python: Import GPGMEError.Justus Winter2016-05-171-1/+1
| * python: Port more tests.Justus Winter2016-05-174-1/+166
| * python: Share generated methods between objects.justus/pyme3Justus Winter2016-05-122-10/+18
| * python: Raise exceptions on write errors.Justus Winter2016-05-122-1/+8
| * python: Fix writing to data buffers.Justus Winter2016-05-124-3/+71
| * python: Add a test suite.Justus Winter2016-05-124-1/+47
| * python: Cache generated wrapper functions.Justus Winter2016-05-121-3/+6
| * python: Fix function invocation.Justus Winter2016-05-121-1/+1
| * python: Fix name of exception, make slot methods explicit.Justus Winter2016-05-121-1/+18
| * python: Handle interpreter shutdown.Justus Winter2016-05-121-8/+22
| * python: Make test case more robust.Justus Winter2016-05-121-0/+4
| * python: Fix type translation.Justus Winter2016-05-123-27/+41