aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Support adding and revoking UIDs.Justus Winter2017-02-163-1/+129
* python: Support quick subkey creation.Justus Winter2017-02-163-1/+195
* python: Support quick key creation.Justus Winter2017-02-166-5/+275
* python: Fix passphrase callback wrapping.Justus Winter2017-02-161-1/+15
* python: Fix error handling.Justus Winter2017-02-161-1/+6
* python: Fix build system integration.Justus Winter2017-02-152-19/+20
* python: Update lists of functions returning gpgme_error_t.Justus Winter2017-02-151-6/+18
* python: Wrap utility functions.Justus Winter2017-02-142-0/+51
* python: Use the correct function to free buffers.Justus Winter2017-02-141-1/+1
* python: Add keylist mode parameter.Justus Winter2017-02-141-2/+5
* python: Nicer repr for user ids.Justus Winter2017-02-141-0/+4
* python: Add convenience functions for the home directory.Justus Winter2017-02-141-2/+12
* qt: Make sure to remove the tofu.db on clean.Justus Winter2017-02-141-1/+1
* python: Extend SWIG gpgme_{sub,}key with a __repr__ method.Tobias Mueller2017-02-141-0/+27
* python: Remove the -builtin flag for SWIG.Tobias Mueller2017-02-141-1/+1
* python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller2017-02-141-1/+11
* python: Conditionally provide py3 argument to SWIGTobias Mueller2017-02-141-2/+3
* python: Use one copy of the source tree per Python version.Justus Winter2017-02-132-17/+24
* qt: Add missing #include <functional>Igor Gnatenko2017-02-132-0/+2
* qt: Don't rely on implicit include in t-verifyAndre Heinecke2017-02-071-0/+1
* qt: Add test for tofu conflictAndre Heinecke2017-02-021-0/+133
* qt: Increase timeout when waiting for signals.Justus Winter2017-01-316-13/+17
* python: Ensure quick-random is used if gpg is gpg2Andre Heinecke2017-01-261-0/+2
* python: default op_keylist_start parameters.Tobias Mueller2017-01-252-0/+21
* 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
* qt: Add support for stringValueList in CryptoConfAndre Heinecke2017-01-125-1/+68
* 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-114-0/+76
* Fix Qgpgme build for macosAndre Heinecke2017-01-112-2/+4
* Fix cmake configuration files for MacOSAndre Heinecke2017-01-114-2/+16
* 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
* 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
* 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-251-1/+1
* Remove a forgotten instance of @libsuffix@Heiko Becker2016-11-171-1/+1
* qt, cpp: Add cmake config files for w32Andre Heinecke2016-11-156-15/+223
* qt: Use new style connect in th..mixinAndre Heinecke2016-11-151-1/+2
* qt: Add API to get the context for a JobAndre Heinecke2016-11-144-2/+36