index
:
GpgME
aheinecke/json-test
ben/cffi/test-001
ben/docs/2018-02
ben/docs/2018-03
ben/estreams-fix
ben/export-keys
ben/gitsettings
ben/gpygme
ben/howto-dita
ben/howto-update-02
ben/howto-update-03
ben/howto-update-05
ben/key-import
ben/master
ben/minor-docs-fixes
ben/python-docs-01
ben/xml
bjk/custom-engine-options
bjk/master
bjk/passphrase-inquire
dkg/fix-4820
dkg/fix-4821
dkg/fix-T3464
dkg/fix-T4271
dkg/fix-T4276
gpgme-0-3-branch
gpgme-1-0-branch
gpgme-1.10-branch
gpgme-1.24-branch
gpgme-1.3.0
gpgme-1.4-branch
gpgme-1.7-branch
gpgme-1.9-branch
gpgmepp
gsoc/jacob-key-import
howto-update-01
ikloecker/qt6
ikloecker/t6342-gpgtar
ikloecker/t6550
ikloecker/t7110-nested-bindings-packages
ikloecker/t7118-revkeys
javascript-binding
justus/idiomatic-py-0
justus/pyme3
master
pyme
pyme3
tobias/fix-expires
tobias/fix-proc-all-sigs-gpgtar
wk-master
wk/new-wait
origin/bjk/master
GnuPG Made Easy.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lang
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-12
qt: Add support for stringValueList in CryptoConf
Andre Heinecke
5
-1
/
+68
2017-01-12
qt: Don't use qstrdup in test passphrase cb
Andre Heinecke
1
-1
/
+5
2017-01-11
qt: Clean up test dirs on failure
Andre Heinecke
8
-174
/
+174
2017-01-11
qt: Add test for uid functions
Andre Heinecke
2
-3
/
+131
2017-01-11
cpp: Add revuid and adduid support
Andre Heinecke
4
-0
/
+76
2017-01-11
Fix Qgpgme build for macos
Andre Heinecke
2
-2
/
+4
2017-01-11
Fix cmake configuration files for MacOS
Andre Heinecke
4
-2
/
+16
2017-01-03
python: Improve compatibility with Scheme tests.
Justus Winter
1
-0
/
+2
2017-01-03
python: Add a switch '--quiet' to the test runner.
Justus Winter
1
-5
/
+12
2017-01-02
qt: Update config sync doc / comment
Andre Heinecke
2
-12
/
+6
2016-12-16
cpp: Ensure that hasSecret is correct after update
Andre Heinecke
1
-1
/
+6
2016-12-15
cpp: Fix addrSpec for keys without email
Andre Heinecke
1
-1
/
+6
2016-12-15
cpp: Fix update of partial key in verifyresult
Andre Heinecke
1
-1
/
+2
2016-12-05
python: Try to be more helpful when given a string to encrypt().
Tobias Mueller
2
-2
/
+19
2016-12-05
python: Define a macro for wrapping fragile result objects.
Tobias Mueller
1
-57
/
+12
2016-12-01
python: Check "buffer" when writing to sys.stdout for python2 compat.
Tobias Mueller
1
-1
/
+5
2016-12-01
python: Make Context have a repr method.
Tobias Mueller
1
-0
/
+8
2016-12-01
python: Make Results have a nicer __repr__.
Tobias Mueller
1
-3
/
+3
2016-11-25
python: Fix removing the TOFU database.
Justus Winter
2
-2
/
+2
2016-11-25
tests: Remove tofu.db.
Justus Winter
1
-1
/
+1
2016-11-17
Remove a forgotten instance of @libsuffix@
Heiko Becker
1
-1
/
+1
2016-11-15
qt, cpp: Add cmake config files for w32
Andre Heinecke
6
-15
/
+223
2016-11-15
qt: Use new style connect in th..mixin
Andre Heinecke
1
-1
/
+2
2016-11-14
qt: Add API to get the context for a Job
Andre Heinecke
4
-2
/
+36
2016-11-14
cpp: Add get / set Sender API
Andre Heinecke
2
-0
/
+14
2016-11-14
qt, cpp: Enable dll build for windows
Andre Heinecke
2
-2
/
+2
2016-11-11
tests,python: Atomic directory creation
Alon Bar-Lev
1
-1
/
+1
2016-11-09
python: Require at least GPGME 1.7 for out-of-tree builds.
Justus Winter
1
-2
/
+2
2016-11-04
cpp: Add API for swdb queries
Andre Heinecke
3
-2
/
+361
2016-11-04
cpp: Add more EngineInfo::Version ctors
Andre Heinecke
1
-0
/
+16
2016-11-04
cpp: Don't include gpgme.h in tofuinfo header
Andre Heinecke
1
-2
/
+0
2016-11-04
cpp: Extend gpgmefw for tofuinfo and swdb query
Andre Heinecke
1
-0
/
+6
2016-11-03
qt: Change license of export / version header
Andre Heinecke
2
-34
/
+54
2016-11-02
qt: Fix build with g++ 4.8.x
Andras Mantia
1
-3
/
+3
2016-11-02
qt, cpp: Fix versioning in cmake config and header
Andre Heinecke
4
-13
/
+12
2016-11-02
qt: Install cmake config into qgpgme subdir
Andre Heinecke
1
-6
/
+6
2016-11-02
qt: Require gpgmepp from cmake config script
Andre Heinecke
1
-0
/
+3
2016-11-02
qt, cpp: Add all generated files to cleanfiles
Andre Heinecke
2
-2
/
+5
2016-11-01
qt: Add Distinguished Name parser from libkleo
Andre Heinecke
3
-2
/
+636
2016-11-01
qt, cpp: Install version headers in subdirs
Andre Heinecke
2
-2
/
+2
2016-10-31
python: Use vanity modules for constants in tests and examples.
Justus Winter
25
-78
/
+103
2016-10-31
python: Import the topmost module in tests and examples.
Justus Winter
22
-225
/
+215
2016-10-31
python: Improve constants module.
Justus Winter
12
-0
/
+39
2016-10-31
python: Rename Python module from PyME to gpg.
Daniel Kahn Gillmor
68
-287
/
+287
2016-10-19
qt: Improve WKSPublishJob apidoc
Andre Heinecke
1
-4
/
+13
2016-10-14
python: Call ln(1) in a portable way.
Werner Koch
1
-2
/
+2
2016-10-14
cpp: Fix init of string from null
Andre Heinecke
1
-3
/
+6
2016-10-13
python: Make 'get_key' more idiomatic.
Justus Winter
4
-4
/
+52
2016-10-13
python: Return public keys by default.
Justus Winter
3
-7
/
+18
2016-10-13
python: Fix example.
Justus Winter
1
-2
/
+2
[next]