aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpp: Add support for URL Data encodingsAndre Heinecke2016-10-052-1/+10
* cpp: Fix gcc diagnostic push / popAndre Heinecke2016-10-051-2/+2
* qt: Disable t-wkspublish testAndre Heinecke2016-10-051-1/+1
* python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev2016-09-303-10/+11
* python: Add 'prepare' target.Alon Bar-Lev2016-09-301-0/+3
* python: Make generated 'setup.py' executable.Alon Bar-Lev2016-09-301-1/+1
* cpp, qt: Handle modified includedir installationAndre Heinecke2016-09-294-26/+8
* tests: Fix blunder.Justus Winter2016-09-272-2/+2
* Clarify licensingDaniel Kahn Gillmor2016-09-273-3/+3
* tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2016-09-272-0/+2
* python: Get rid of the last C++-style comments.Justus Winter2016-09-261-7/+7
* python: Correctly translate to size_t.Justus Winter2016-09-261-7/+22
* python: Correctly translate off_t.Justus Winter2016-09-261-5/+34
* python: Include 'config.h'.Justus Winter2016-09-265-1/+23
* Fix spellingDaniel Kahn Gillmor2016-09-235-8/+8
* move some file encodings to UTF-8Daniel Kahn Gillmor2016-09-237-12/+12
* tests: Check data after decryptionAndre Heinecke2016-09-231-2/+12
* cpp, qt: Include config.hAndre Heinecke2016-09-2369-0/+276
* w32: Silence some warnings about unused parameters.Werner Koch2016-09-221-0/+14
* core: Fix error checking in _gpgme_mkstemp.Werner Koch2016-09-221-1/+3
* core: New helper function _gpgme_strconcat.Werner Koch2016-09-223-24/+77
* tests: Add test for cancellationDaiki Ueno2016-09-223-2/+276
* 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