| Commit message (Expand) | Author | Age | Files | Lines |
* | Release 1.8.0gpgme-1.8.0 | Werner Koch | 2016-11-16 | 3 | -10/+26 |
* | doc: Replace http: by https: in core source files. | Werner Koch | 2016-11-16 | 62 | -140/+140 |
* | core: Do not leak the override session key to ps(1). | Werner Koch | 2016-11-16 | 3 | -5/+34 |
* | doc,tests: Require use of ctx_flag before use of session_key. | Daniel Kahn Gillmor | 2016-11-16 | 2 | -6/+28 |
* | qt, cpp: Add cmake config files for w32 | Andre Heinecke | 2016-11-15 | 7 | -15/+228 |
* | qt: Use new style connect in th..mixin | Andre Heinecke | 2016-11-15 | 1 | -1/+2 |
* | doc: Fix typos. | Daniel Kahn Gillmor | 2016-11-15 | 1 | -1/+1 |
* | core: Implement context flag "override-session-key". | Werner Koch | 2016-11-15 | 15 | -98/+129 |
* | core: Add public function gpgme_get_ctx_flag. | Werner Koch | 2016-11-15 | 7 | -33/+101 |
* | core: Enable extraction of session keys. | Daniel Kahn Gillmor | 2016-11-15 | 15 | -23/+125 |
* | qt: Add API to get the context for a Job | Andre Heinecke | 2016-11-14 | 5 | -2/+39 |
* | cpp: Add get / set Sender API | Andre Heinecke | 2016-11-14 | 2 | -0/+14 |
* | qt, cpp: Enable dll build for windows | Andre Heinecke | 2016-11-14 | 2 | -2/+2 |
* | w32: Fix build of w32-glib | Andre Heinecke | 2016-11-14 | 1 | -3/+3 |
* | doc: Correct deftypefun for gpgme_op_decrypt_verify_start. | Daniel Kahn Gillmor | 2016-11-11 | 1 | -1/+1 |
* | doc: Correct text about gpgme_cancel_async. | Daniel Kahn Gillmor | 2016-11-11 | 1 | -1/+1 |
* | core: Non-zero values should set _armor, _textmode, and _online. | Daniel Kahn Gillmor | 2016-11-11 | 1 | -3/+3 |
* | doc: Fix regression in macro handling | Werner Koch | 2016-11-11 | 2 | -19/+19 |
* | tests,python: Atomic directory creation | Alon Bar-Lev | 2016-11-11 | 3 | -3/+3 |
* | core: Use better error code when using select with a too high fd. | Werner Koch | 2016-11-10 | 1 | -2/+2 |
* | tests: Reduce thread count in new thread tests | Andre Heinecke | 2016-11-10 | 2 | -2/+2 |
* | doc: s/Multi Threading/Multi-Threading/ | Werner Koch | 2016-11-10 | 1 | -7/+7 |
* | core: Detect unreadable keyrings. | Werner Koch | 2016-11-10 | 1 | -2/+13 |
* | tests: Fix additional memleaks in thread tests | Andre Heinecke | 2016-11-10 | 2 | -2/+10 |
* | tests: Improve new thread tests | Andre Heinecke | 2016-11-10 | 2 | -0/+14 |
* | core: Use gpgrt locking for thread safeness | Andre Heinecke | 2016-11-10 | 14 | -539/+239 |
* | python: Require at least GPGME 1.7 for out-of-tree builds. | Justus Winter | 2016-11-09 | 1 | -2/+2 |
* | w32: Better protect the IO-system's fd_table | Werner Koch | 2016-11-09 | 1 | -12/+26 |
* | cpp: Add API for swdb queries | Andre Heinecke | 2016-11-04 | 4 | -2/+362 |
* | cpp: Add more EngineInfo::Version ctors | Andre Heinecke | 2016-11-04 | 2 | -0/+18 |
* | cpp: Don't include gpgme.h in tofuinfo header | Andre Heinecke | 2016-11-04 | 1 | -2/+0 |
* | cpp: Extend gpgmefw for tofuinfo and swdb query | Andre Heinecke | 2016-11-04 | 1 | -0/+6 |
* | w32: Fix locating gpgconf on 64 bit systems. | Werner Koch | 2016-11-04 | 1 | -2/+11 |
* | core: Add gpgme_op_query_swdb and helper. | Werner Koch | 2016-11-03 | 22 | -7/+736 |
* | qt: Change license of export / version header | Andre Heinecke | 2016-11-03 | 2 | -34/+54 |
* | core: Make use of --homedir in gpgconf. | Werner Koch | 2016-11-03 | 1 | -13/+45 |
* | qt: Fix build with g++ 4.8.x | Andras Mantia | 2016-11-02 | 1 | -3/+3 |
* | qt, cpp: Fix versioning in cmake config and header | Andre Heinecke | 2016-11-02 | 5 | -13/+19 |
* | qt: Install cmake config into qgpgme subdir | Andre Heinecke | 2016-11-02 | 1 | -6/+6 |
* | qt: Require gpgmepp from cmake config script | Andre Heinecke | 2016-11-02 | 1 | -0/+3 |
* | qt, cpp: Add all generated files to cleanfiles | Andre Heinecke | 2016-11-02 | 2 | -2/+5 |
* | qt: Add Distinguished Name parser from libkleo | Andre Heinecke | 2016-11-01 | 4 | -2/+640 |
* | qt, cpp: Install version headers in subdirs | Andre Heinecke | 2016-11-01 | 2 | -2/+2 |
* | python: Use vanity modules for constants in tests and examples. | Justus Winter | 2016-10-31 | 25 | -78/+103 |
* | python: Import the topmost module in tests and examples. | Justus Winter | 2016-10-31 | 22 | -225/+215 |
* | python: Improve constants module. | Justus Winter | 2016-10-31 | 12 | -0/+39 |
* | python: Rename Python module from PyME to gpg. | Daniel Kahn Gillmor | 2016-10-31 | 70 | -288/+289 |
* | core: New API functions gpgme_set_sender, gpgme_get_sender. | Werner Koch | 2016-10-25 | 17 | -20/+234 |
* | qt: Improve WKSPublishJob apidoc | Andre Heinecke | 2016-10-19 | 1 | -4/+13 |
* | Post release updatesgpgme-1.7-branch | Werner Koch | 2016-10-18 | 2 | -1/+5 |