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
gniibe/t7759
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
/
python
/
examples
/
simple.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-14
core: Make sure FD_SET is not used with an out of range fd.
Werner Koch
1
-0
/
+12
2016-06-08
python: Improve error handling.
Justus Winter
1
-6
/
+23
2016-06-08
python: Add function to raise exceptions from c.
Justus Winter
1
-0
/
+20
2016-06-08
python: Fix stripping deprecated functionality.
Justus Winter
2
-3
/
+8
2016-06-08
python: Fix type.
Justus Winter
1
-2
/
+12
2016-06-08
python: Implement the context manager protocol.
Justus Winter
2
-7
/
+29
2016-06-07
python: Fix error handling.
Justus Winter
1
-3
/
+4
2016-06-06
python: Wrap file-like objects on demand.
Justus Winter
5
-3
/
+127
2016-06-06
python: Move helper function.
Justus Winter
3
-31
/
+38
2016-06-06
python: Fix error handling.
Justus Winter
1
-8
/
+1
2016-06-06
python: Initialize GPGME for the user.
Justus Winter
2
-1
/
+6
2016-06-06
python: Drop obsolete VCS keywords.
Justus Winter
36
-36
/
+0
2016-06-01
python: Fix test suite with GnuPG prior to 2.1.12.
Justus Winter
1
-1
/
+2
2016-06-01
python: Make Python detection more robust.
Justus Winter
2
-2
/
+11
2016-06-01
python: Improve build system integration, fix warnings.
Justus Winter
2
-3
/
+7
2016-06-01
Cpp: Use whitelist for status messages
Andre Heinecke
1
-12
/
+8
2016-06-01
Qt: Fix debug output in t-ownertrust
Andre Heinecke
1
-1
/
+3
2016-06-01
tests: Fix notation tests.
Justus Winter
2
-6
/
+5
2016-06-01
core: Set notation flags for verify.
Werner Koch
5
-10
/
+60
2016-05-31
python: use GPG_ERROR_CONFIG variable
Tobias Mueller
1
-1
/
+1
2016-05-31
python: Port more tests.
Justus Winter
5
-5
/
+280
2016-05-31
build: Fix URL.
Justus Winter
1
-1
/
+1
2016-05-27
Speedup closing of fds before exec.
Werner Koch
1
-7
/
+47
2016-05-27
python: Port more tests.
Justus Winter
7
-7
/
+155
2016-05-27
src: Fix typo.
Justus Winter
1
-1
/
+1
2016-05-27
tests: Fix test.
Justus Winter
1
-1
/
+1
2016-05-27
python: Implement data callbacks.
Justus Winter
6
-21
/
+405
2016-05-27
python: Fix object deallocation.
Justus Winter
2
-14
/
+29
2016-05-27
Improve comments.
Justus Winter
1
-4
/
+6
2016-05-27
python: Fix reading data from existing files.
Justus Winter
2
-16
/
+51
2016-05-25
src: Fix trace string.
Justus Winter
1
-1
/
+1
2016-05-24
python: Improve and test Context.wait.
Justus Winter
3
-13
/
+50
2016-05-24
python: Make all GnuPG errors available.
Justus Winter
3
-5
/
+12
2016-05-24
python: Move the base wrapper class.
Justus Winter
2
-79
/
+77
2016-05-24
python: Support status callbacks.
Justus Winter
4
-0
/
+134
2016-05-24
python: Improve docstring.
Justus Winter
1
-4
/
+9
2016-05-24
Qt: Fix test build with clang
Andre Heinecke
1
-1
/
+1
2016-05-24
Cpp: Set -std=c++11 also if CXXCPP is already set
Andre Heinecke
1
-6
/
+2
2016-05-24
python: Improve support for edit callbacks.
Justus Winter
5
-7
/
+114
2016-05-23
python: Fix hook.
Justus Winter
2
-2
/
+3
2016-05-23
python: Move edit callback function.
Justus Winter
3
-45
/
+48
2016-05-23
python: Port more tests.
Justus Winter
5
-2
/
+188
2016-05-23
python: Translate list of strings.
Justus Winter
1
-0
/
+34
2016-05-21
api: Return Tofu info for signatures.
Werner Koch
5
-2
/
+306
2016-05-21
api: Add new context flag "raw-description".
Werner Koch
3
-2
/
+22
2016-05-21
core: New functions to help parsing of status lines.
Werner Koch
2
-0
/
+56
2016-05-20
Qt: Add test for changeownertrust
Andre Heinecke
2
-3
/
+109
2016-05-20
Cpp: Ignore STATUS_KEY_CONSIDERED when editing
Andre Heinecke
1
-0
/
+1
2016-05-19
api: Add new function gpgme_set_ctx_flag.
Werner Koch
23
-54
/
+225
2016-05-19
api: Remove arbitrary restriction from gpgme_op_verify.
Werner Koch
1
-2
/
+0
[next]