aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/testCMSgetkey.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-05cpp: Fix gcc diagnostic push / popAndre Heinecke1-2/+2
2016-10-05qt: Disable t-wkspublish testAndre Heinecke1-1/+1
2016-09-30python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev3-10/+11
2016-09-30python: Add 'prepare' target.Alon Bar-Lev1-0/+3
2016-09-30python: Make generated 'setup.py' executable.Alon Bar-Lev1-1/+1
2016-09-29cpp, qt: Handle modified includedir installationAndre Heinecke4-26/+8
2016-09-27tests: Fix blunder.Justus Winter2-2/+2
2016-09-27Clarify licensingDaniel Kahn Gillmor3-3/+3
2016-09-27tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2-0/+2
2016-09-26python: Get rid of the last C++-style comments.Justus Winter1-7/+7
2016-09-26python: Correctly translate to size_t.Justus Winter1-7/+22
2016-09-26python: Correctly translate off_t.Justus Winter1-5/+34
2016-09-26python: Include 'config.h'.Justus Winter5-1/+23
2016-09-23Fix spellingDaniel Kahn Gillmor5-8/+8
2016-09-23move some file encodings to UTF-8Daniel Kahn Gillmor7-12/+12
2016-09-23tests: Check data after decryptionAndre Heinecke1-2/+12
2016-09-23cpp, qt: Include config.hAndre Heinecke69-0/+276
2016-09-22w32: Silence some warnings about unused parameters.Werner Koch1-0/+14
2016-09-22core: Fix error checking in _gpgme_mkstemp.Werner Koch1-1/+3
2016-09-22core: New helper function _gpgme_strconcat.Werner Koch3-24/+77
2016-09-22tests: Add test for cancellationDaiki Ueno3-2/+276
2016-09-22gpg: Add option --exit-on-status-write-errorDaiki Ueno1-0/+2
2016-09-22tests: Fix select usage in t-eventloopDaiki Ueno1-1/+5
2016-09-22doc: Fix minor errors in I/O callback exampleDaiki Ueno1-5/+17
2016-09-21cpp: Avoid missing returns in non-void functionsAndreas Stieger3-0/+4
2016-09-21Post release updatesWerner Koch2-1/+4
2016-09-21Release 1.7.0gpgme-1.7.0Werner Koch6-29/+73
2016-09-21python: Create install dir.Werner Koch1-0/+1
2016-09-20tests: Make "make -j distcheck" work in Python.Werner Koch2-11/+9
2016-09-20tests: Use --batch for gpg import.Werner Koch2-6/+6
2016-09-20tests: Improve portability.Werner Koch2-3/+3
2016-09-20build: Create swdb file.Werner Koch1-2/+16
2016-09-20python: Fix detection of Python available versions.Justus Winter1-2/+2
2016-09-19core: Remove moc artifactAndre Heinecke2-62/+1
2016-09-19Add NEWS entry for qt/cppAndre Heinecke1-0/+2
2016-09-19qt: Improve READMEAndre Heinecke1-15/+105
2016-09-19cpp: Improve READMEAndre Heinecke1-22/+63
2016-09-19python: Improve metadata and READMEs.Justus Winter3-21/+24
2016-09-19qt: Add debug output for testTofuPolicyAndre Heinecke1-0/+20
2016-09-19doc: Mention language bindings in the manual.Werner Koch1-1/+11
2016-09-19core: Check for GPG_TTY as well as DISPLAY.Ben Kibbey5-15/+67
2016-09-16qt: Add test for setting tofu policyAndre Heinecke1-0/+36
2016-09-16qt: Add job for tofupolicyAndre Heinecke7-1/+237
2016-09-16cpp: Add support for gpgme_op_tofu_policyAndre Heinecke2-0/+35
2016-09-16cpp: Declare sizes of tofu-info enumsAndre Heinecke1-2/+2
2016-09-16cpp: Silence use of deprecated function warning.Werner Koch1-0/+9
2016-09-16core: Document the version a function has been deprecated.Werner Koch2-73/+77
2016-09-16core: Map GPGME_STATUS_EOF to the empty string.Werner Koch3-9/+9
2016-09-16python: Release the GIL during calls into GPGME.Justus Winter2-7/+45
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter8-38/+296