aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-12qt: Add support for stringValueList in CryptoConfAndre Heinecke5-1/+68
2017-01-12qt: Don't use qstrdup in test passphrase cbAndre Heinecke1-1/+5
2017-01-11qt: Clean up test dirs on failureAndre Heinecke8-174/+174
2017-01-11qt: Add test for uid functionsAndre Heinecke2-3/+131
2017-01-11cpp: Add revuid and adduid supportAndre Heinecke4-0/+76
2017-01-11Fix Qgpgme build for macosAndre Heinecke2-2/+4
2017-01-11Fix cmake configuration files for MacOSAndre Heinecke4-2/+16
2017-01-03python: Improve compatibility with Scheme tests.Justus Winter1-0/+2
2017-01-03python: Add a switch '--quiet' to the test runner.Justus Winter1-5/+12
2017-01-02qt: Update config sync doc / commentAndre Heinecke2-12/+6
2016-12-16cpp: Ensure that hasSecret is correct after updateAndre Heinecke1-1/+6
2016-12-15cpp: Fix addrSpec for keys without emailAndre Heinecke1-1/+6
2016-12-15cpp: Fix update of partial key in verifyresultAndre Heinecke1-1/+2
2016-12-05python: Try to be more helpful when given a string to encrypt().Tobias Mueller2-2/+19
2016-12-05python: Define a macro for wrapping fragile result objects.Tobias Mueller1-57/+12
2016-12-01python: Check "buffer" when writing to sys.stdout for python2 compat.Tobias Mueller1-1/+5
2016-12-01python: Make Context have a repr method.Tobias Mueller1-0/+8
2016-12-01python: Make Results have a nicer __repr__.Tobias Mueller1-3/+3
2016-11-25python: Fix removing the TOFU database.Justus Winter2-2/+2
2016-11-25tests: Remove tofu.db.Justus Winter1-1/+1
2016-11-17Remove a forgotten instance of @libsuffix@Heiko Becker1-1/+1
2016-11-15qt, cpp: Add cmake config files for w32Andre Heinecke6-15/+223
2016-11-15qt: Use new style connect in th..mixinAndre Heinecke1-1/+2
2016-11-14qt: Add API to get the context for a JobAndre Heinecke4-2/+36
2016-11-14cpp: Add get / set Sender APIAndre Heinecke2-0/+14
2016-11-14qt, cpp: Enable dll build for windowsAndre Heinecke2-2/+2
2016-11-11tests,python: Atomic directory creationAlon Bar-Lev1-1/+1
2016-11-09python: Require at least GPGME 1.7 for out-of-tree builds.Justus Winter1-2/+2
2016-11-04cpp: Add API for swdb queriesAndre Heinecke3-2/+361
2016-11-04cpp: Add more EngineInfo::Version ctorsAndre Heinecke1-0/+16
2016-11-04cpp: Don't include gpgme.h in tofuinfo headerAndre Heinecke1-2/+0
2016-11-04cpp: Extend gpgmefw for tofuinfo and swdb queryAndre Heinecke1-0/+6
2016-11-03qt: Change license of export / version headerAndre Heinecke2-34/+54
2016-11-02qt: Fix build with g++ 4.8.xAndras Mantia1-3/+3
2016-11-02qt, cpp: Fix versioning in cmake config and headerAndre Heinecke4-13/+12
2016-11-02qt: Install cmake config into qgpgme subdirAndre Heinecke1-6/+6
2016-11-02qt: Require gpgmepp from cmake config scriptAndre Heinecke1-0/+3
2016-11-02qt, cpp: Add all generated files to cleanfilesAndre Heinecke2-2/+5
2016-11-01qt: Add Distinguished Name parser from libkleoAndre Heinecke3-2/+636
2016-11-01qt, cpp: Install version headers in subdirsAndre Heinecke2-2/+2
2016-10-31python: Use vanity modules for constants in tests and examples.Justus Winter25-78/+103
2016-10-31python: Import the topmost module in tests and examples.Justus Winter22-225/+215
2016-10-31python: Improve constants module.Justus Winter12-0/+39
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor68-287/+287
2016-10-19qt: Improve WKSPublishJob apidocAndre Heinecke1-4/+13
2016-10-14python: Call ln(1) in a portable way.Werner Koch1-2/+2
2016-10-14cpp: Fix init of string from nullAndre Heinecke1-3/+6
2016-10-13python: Make 'get_key' more idiomatic.Justus Winter4-4/+52
2016-10-13python: Return public keys by default.Justus Winter3-7/+18
2016-10-13python: Fix example.Justus Winter1-2/+2