aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-13qt, cpp: Fix permissions of Config filesAndre Heinecke2-4/+4
2016-10-13qt: Install SpecialJobAndre Heinecke1-1/+2
2016-10-13qt, cpp: Fix expected targets in Config filesAndre Heinecke2-2/+2
2016-10-11qt: Add missing implementation of MultiDeleteJobDaniel Vrátil3-2/+120
2016-10-11qt: Install abstractimportjob.hDaniel Vrátil1-1/+1
2016-10-11cpp: Add API for gpgme_addrspec_from_uidAndre Heinecke2-0/+31
2016-10-10Add convenience function to get key from sigAndre Heinecke2-0/+53
2016-10-10cpp: Return null key if the signature had no keyAndre Heinecke1-0/+2
2016-10-10qt: Add simple verify testAndre Heinecke2-3/+97
2016-10-06Add missing includes.Justus Winter1-0/+1
2016-10-05qt: Fix spelling error in WKSPublishJobAndre Heinecke4-7/+7
2016-10-05qt: Disable tests that require a password for 2.0Andre Heinecke1-0/+26
2016-10-05qt: Fix unused variable warningsAndre Heinecke5-13/+14
2016-10-05cpp: Add support for URL Data encodingsAndre Heinecke2-1/+10