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
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: New encryption flag GPGME_ENCRYPT_THROW_KEYIDS.
Werner Koch
2017-03-21
5
-3
/
+24
*
core: New public API gpgme_op_keylist_from_data_start.
Andre Heinecke
2017-03-21
17
-8
/
+167
*
core,cpp: New key flag 'is_de_vs'.
Werner Koch
2017-03-20
7
-6
/
+57
*
tests: Fix distcheck.
Justus Winter
2017-03-20
1
-1
/
+2
*
python: Fix version check.
Justus Winter
2017-03-20
1
-1
/
+3
*
tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.
Justus Winter
2017-03-20
2
-1
/
+8
*
python: Skip tests if GnuPG is too old.
Justus Winter
2017-03-20
7
-0
/
+16
*
python: Remove superfluous initialization.
Justus Winter
2017-03-20
21
-32
/
+0
*
python: Make error message more helpful.
Justus Winter
2017-03-14
1
-6
/
+11
*
python: Make tests more robust.
Justus Winter
2017-03-14
1
-11
/
+10
*
python: Improve build system integration.
Justus Winter
2017-03-14
1
-11
/
+10
*
build: Improve Python detection.
Justus Winter
2017-03-14
1
-14
/
+24
*
build: Tune M4 macros for our needs.
Justus Winter
2017-03-14
2
-4
/
+7
*
build: Add M4 macros for python.
Justus Winter
2017-03-14
1
-0
/
+239
*
qt: Add test for DN parser
Andre Heinecke
2017-03-13
1
-0
/
+10
*
qt: Use gpgrt_asprintf instead of qstrdup
Andre Heinecke
2017-03-13
1
-2
/
+2
*
core: Fix status error return for gpgsm.
Werner Koch
2017-03-09
2
-4
/
+11
*
python: Print path of the Python module used during tests.
Justus Winter
2017-03-02
1
-0
/
+3
*
core: Fix minor code style thing.
Werner Koch
2017-03-02
1
-1
/
+1
*
Revert "core: Fix error types."
Werner Koch
2017-03-02
4
-7
/
+5
*
cpp: Add subkey keygrip to API
Andre Heinecke
2017-03-02
3
-1
/
+9
*
cpp: Add interactor to generate keys on smartcard
Andre Heinecke
2017-03-01
5
-1
/
+411
*
qt: Allow creation of default keys without name
Andre Heinecke
2017-03-01
1
-3
/
+8
*
doc: Correct documentation for recp arg of gpgme_op_encrypt_sign_start
Daniel Kahn Gillmor
2017-02-26
1
-1
/
+1
*
python: Fix test.
Justus Winter
2017-02-20
1
-1
/
+2
*
python: Support manipulating the TOFU policy.
Justus Winter
2017-02-17
9
-5
/
+103
*
python: Support quick key signing.
Justus Winter
2017-02-17
7
-8
/
+195
*
python: Fix teardown of ephemeral contexts.
Justus Winter
2017-02-17
4
-260
/
+250
*
python: Fix using strings as commands in the assuan protocol.
Justus Winter
2017-02-17
2
-4
/
+7
*
python: Support adding and revoking UIDs.
Justus Winter
2017-02-16
4
-1
/
+131
*
python: Support quick subkey creation.
Justus Winter
2017-02-16
4
-1
/
+196
*
python: Support quick key creation.
Justus Winter
2017-02-16
7
-5
/
+276
*
python: Fix passphrase callback wrapping.
Justus Winter
2017-02-16
1
-1
/
+15
*
python: Fix error handling.
Justus Winter
2017-02-16
1
-1
/
+6
*
core: Fix expiration time handling when creating keys.
Justus Winter
2017-02-15
4
-19
/
+36
*
python: Fix build system integration.
Justus Winter
2017-02-15
2
-19
/
+20
*
python: Update lists of functions returning gpgme_error_t.
Justus Winter
2017-02-15
1
-6
/
+18
*
core: Fix error types.
Justus Winter
2017-02-15
4
-5
/
+7
*
python: Wrap utility functions.
Justus Winter
2017-02-14
3
-3
/
+56
*
python: Use the correct function to free buffers.
Justus Winter
2017-02-14
1
-1
/
+1
*
python: Add keylist mode parameter.
Justus Winter
2017-02-14
2
-2
/
+6
*
python: Nicer repr for user ids.
Justus Winter
2017-02-14
1
-0
/
+4
*
python: Add convenience functions for the home directory.
Justus Winter
2017-02-14
2
-2
/
+14
*
qt: Make sure to remove the tofu.db on clean.
Justus Winter
2017-02-14
1
-1
/
+1
*
python: Extend SWIG gpgme_{sub,}key with a __repr__ method.
Tobias Mueller
2017-02-14
1
-0
/
+27
*
python: Remove the -builtin flag for SWIG.
Tobias Mueller
2017-02-14
1
-1
/
+1
*
python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.
Tobias Mueller
2017-02-14
1
-1
/
+11
*
python: Conditionally provide py3 argument to SWIG
Tobias Mueller
2017-02-14
1
-2
/
+3
*
python: Use one copy of the source tree per Python version.
Justus Winter
2017-02-13
2
-17
/
+24
*
build: Use macOS' compatibility macros to enable all features.
Justus Winter
2017-02-13
1
-0
/
+2
[next]