aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Post release updatesgpgme-1.7-branchWerner Koch2016-10-182-1/+5
* Release 1.7.1.gpgme-1.7.1Werner Koch2016-10-182-18/+22
* tests: Make t-cancel more portable.Werner Koch2016-10-141-1/+7
* python: Call ln(1) in a portable way.Werner Koch2016-10-141-2/+2
* cpp: Fix init of string from nullAndre Heinecke2016-10-141-3/+6
* python: Make 'get_key' more idiomatic.Justus Winter2016-10-134-4/+52
* python: Return public keys by default.Justus Winter2016-10-133-7/+18
* python: Fix example.Justus Winter2016-10-131-2/+2
* cpp: Fix version numberAndre Heinecke2016-10-131-3/+3
* qt, cpp: Fix permissions of Config filesAndre Heinecke2016-10-132-4/+4
* qt: Install SpecialJobAndre Heinecke2016-10-132-1/+3
* qt, cpp: Fix expected targets in Config filesAndre Heinecke2016-10-132-2/+2
* Mention Qt API fixes in newsAndre Heinecke2016-10-111-0/+7
* qt: Add missing implementation of MultiDeleteJobDaniel Vrátil2016-10-113-2/+120
* qt: Install abstractimportjob.hDaniel Vrátil2016-10-111-1/+1
* cpp: Add API for gpgme_addrspec_from_uidAndre Heinecke2016-10-113-1/+34
* Add NEWS for cpp and qt, bump cpp versionAndre Heinecke2016-10-102-1/+9
* Add convenience function to get key from sigAndre Heinecke2016-10-102-0/+53
* cpp: Return null key if the signature had no keyAndre Heinecke2016-10-101-0/+2
* qt: Add simple verify testAndre Heinecke2016-10-102-3/+97
* core: Fix w32 crash in find_program_in_dirAndre Heinecke2016-10-101-1/+1
* core: New helper function gpgme_addrspec_from_uid.Werner Koch2016-10-086-1/+50
* Add missing includes.Justus Winter2016-10-062-0/+2
* cpp: Bump RevisionAndre Heinecke2016-10-051-1/+1
* qt: Fix spelling error in WKSPublishJobAndre Heinecke2016-10-055-9/+9
* qt: Disable tests that require a password for 2.0Andre Heinecke2016-10-051-0/+26
* Add warning flags for c++ compiler, tooAndre Heinecke2016-10-051-0/+1
* qt: Fix unused variable warningsAndre Heinecke2016-10-055-13/+14
* 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