aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Use --debug-quick-random for testsAndre Heinecke2017-01-251-5/+7
* w32: Fix closing file descriptors.Justus Winter2017-01-231-2/+8
* tests: Add safeguards against nullptr derefAndre Heinecke2017-01-171-6/+9
* qt: Use QVERIFY instead of Q_ASSERT in conf testAndre Heinecke2017-01-161-3/+3
* qt: Add test for CryptoConfigAndre Heinecke2017-01-162-3/+98
* tests: Fix distcheck.Justus Winter2017-01-161-1/+1
* Fix changing options with gpgconf.Justus Winter2017-01-161-12/+54
* tests: Improve the gpgconf test.Justus Winter2017-01-122-53/+129
* tests: Enable gpgconf test.Justus Winter2017-01-121-4/+0
* qt: Add support for stringValueList in CryptoConfAndre Heinecke2017-01-126-1/+69
* qt: Don't use qstrdup in test passphrase cbAndre Heinecke2017-01-121-1/+5
* qt: Clean up test dirs on failureAndre Heinecke2017-01-118-174/+174
* qt: Add test for uid functionsAndre Heinecke2017-01-112-3/+131
* cpp: Add revuid and adduid supportAndre Heinecke2017-01-115-0/+87
* Fix Qgpgme build for macosAndre Heinecke2017-01-112-2/+4
* Fix cmake configuration files for MacOSAndre Heinecke2017-01-115-2/+26
* python: Improve compatibility with Scheme tests.Justus Winter2017-01-031-0/+2
* python: Add a switch '--quiet' to the test runner.Justus Winter2017-01-031-5/+12
* qt: Update config sync doc / commentAndre Heinecke2017-01-022-12/+6
* core: Always use runtime for gpgconf changesAndre Heinecke2017-01-022-2/+4
* Fix gpg_addkey() to work with GPGME_CREATE_NOPASSWD as well.Ben Kibbey2016-12-311-0/+2
* 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