aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix GPGME_CREATE_NOPASSWD without pinentry loopback.Ben Kibbey2016-12-271-0/+2
* Qt: Make sure extended grep is used with '|'.Raphael Kubo da Costa2016-12-191-3/+3
* cpp: Ensure that hasSecret is correct after updateAndre Heinecke2016-12-161-1/+6
* cpp: Fix addrSpec for keys without emailAndre Heinecke2016-12-151-1/+6
* cpp: Fix update of partial key in verifyresultAndre Heinecke2016-12-151-1/+2
* doc: Let's suggest GNU guidelines for bit checking.Werner Koch2016-12-071-1/+1
* Clarify what "checking on bit" meansAndre Heinecke2016-12-071-1/+13
* python: Try to be more helpful when given a string to encrypt().Tobias Mueller2016-12-052-2/+19
* python: Define a macro for wrapping fragile result objects.Tobias Mueller2016-12-051-57/+12
* python: Check "buffer" when writing to sys.stdout for python2 compat.Tobias Mueller2016-12-011-1/+5
* python: Make Context have a repr method.Tobias Mueller2016-12-011-0/+8
* python: Make Results have a nicer __repr__.Tobias Mueller2016-12-011-3/+3
* python: Fix removing the TOFU database.Justus Winter2016-11-252-2/+2
* tests: Remove tofu.db.Justus Winter2016-11-252-2/+3
* Remove a forgotten instance of @libsuffix@Heiko Becker2016-11-171-1/+1
* Post release updates.Werner Koch2016-11-162-1/+5
* Release 1.8.0gpgme-1.8.0Werner Koch2016-11-163-10/+26
* doc: Replace http: by https: in core source files.Werner Koch2016-11-1662-140/+140
* core: Do not leak the override session key to ps(1).Werner Koch2016-11-163-5/+34
* doc,tests: Require use of ctx_flag before use of session_key.Daniel Kahn Gillmor2016-11-162-6/+28
* qt, cpp: Add cmake config files for w32Andre Heinecke2016-11-157-15/+228
* qt: Use new style connect in th..mixinAndre Heinecke2016-11-151-1/+2
* doc: Fix typos.Daniel Kahn Gillmor2016-11-151-1/+1
* core: Implement context flag "override-session-key".Werner Koch2016-11-1515-98/+129
* core: Add public function gpgme_get_ctx_flag.Werner Koch2016-11-157-33/+101
* core: Enable extraction of session keys.Daniel Kahn Gillmor2016-11-1515-23/+125
* qt: Add API to get the context for a JobAndre Heinecke2016-11-145-2/+39
* cpp: Add get / set Sender APIAndre Heinecke2016-11-142-0/+14
* qt, cpp: Enable dll build for windowsAndre Heinecke2016-11-142-2/+2
* w32: Fix build of w32-glibAndre Heinecke2016-11-141-3/+3
* doc: Correct deftypefun for gpgme_op_decrypt_verify_start.Daniel Kahn Gillmor2016-11-111-1/+1
* doc: Correct text about gpgme_cancel_async.Daniel Kahn Gillmor2016-11-111-1/+1
* core: Non-zero values should set _armor, _textmode, and _online.Daniel Kahn Gillmor2016-11-111-3/+3
* doc: Fix regression in macro handlingWerner Koch2016-11-112-19/+19
* tests,python: Atomic directory creationAlon Bar-Lev2016-11-113-3/+3
* core: Use better error code when using select with a too high fd.Werner Koch2016-11-101-2/+2
* tests: Reduce thread count in new thread testsAndre Heinecke2016-11-102-2/+2
* doc: s/Multi Threading/Multi-Threading/Werner Koch2016-11-101-7/+7
* core: Detect unreadable keyrings.Werner Koch2016-11-101-2/+13
* tests: Fix additional memleaks in thread testsAndre Heinecke2016-11-102-2/+10
* tests: Improve new thread testsAndre Heinecke2016-11-102-0/+14
* core: Use gpgrt locking for thread safenessAndre Heinecke2016-11-1014-539/+239
* python: Require at least GPGME 1.7 for out-of-tree builds.Justus Winter2016-11-091-2/+2
* w32: Better protect the IO-system's fd_tableWerner Koch2016-11-091-12/+26
* cpp: Add API for swdb queriesAndre Heinecke2016-11-044-2/+362
* cpp: Add more EngineInfo::Version ctorsAndre Heinecke2016-11-042-0/+18
* cpp: Don't include gpgme.h in tofuinfo headerAndre Heinecke2016-11-041-2/+0
* cpp: Extend gpgmefw for tofuinfo and swdb queryAndre Heinecke2016-11-041-0/+6
* w32: Fix locating gpgconf on 64 bit systems.Werner Koch2016-11-041-2/+11
* core: Add gpgme_op_query_swdb and helper.Werner Koch2016-11-0322-7/+736