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: Fix a few checks for number of fields in keylist result parser.
Ingo Klöcker
2021-06-02
1
-3
/
+3
*
qt: Add support for flags in LDAP server options
Ingo Klöcker
2021-06-01
1
-27
/
+48
*
tests: Improve the output of the run-keylist helper.
Werner Koch
2021-05-28
1
-8
/
+1
*
build: _DARWIN_C_SOURCE should be 1.
NIIBE Yutaka
2021-05-27
1
-1
/
+1
*
build: Update gpg-error.m4
NIIBE Yutaka
2021-05-27
1
-50
/
+69
*
core: Allow for older compilers.
Werner Koch
2021-05-12
2
-2
/
+4
*
core: Make sure to stay ABI compatible.
Werner Koch
2021-05-12
1
-3
/
+3
*
cpp: Do not close stdout/stderr when destroying EditInteractor
Ingo Klöcker
2021-05-06
1
-7
/
+6
*
qt: Extend SignKeyJob to create trust signatures
Ingo Klöcker
2021-05-05
5
-5
/
+629
*
qt: Pimpl QGpgMESignKeyJob
Ingo Klöcker
2021-05-05
2
-43
/
+41
*
cpp: Add support for trust signatures to sign key edit interactor
Ingo Klöcker
2021-05-05
2
-10
/
+45
*
cpp: Add getters for the attributes of a trust signature
Ingo Klöcker
2021-05-05
3
-0
/
+38
*
core: Extend gpgme_key_sig_t with trust signature members.
Ingo Klöcker
2021-05-05
6
-1
/
+52
*
doc: Add MIT license notice.
Werner Koch
2021-03-11
3
-5
/
+47
*
core: New flag GPGME_KEYSIGN_FORCE.
Werner Koch
2021-03-11
5
-0
/
+20
*
qt: Add method for getting config entries for components by entry name
Ingo Klöcker
2021-03-05
3
-7
/
+39
*
core: Remove experimental feature GPGME_EXPORT_MODE_NOUID.
Werner Koch
2021-02-01
3
-10
/
+6
*
Post release updates
Werner Koch
2021-01-08
2
-1
/
+6
*
Release 1.15.1
gpgme-1.15.1
Werner Koch
2021-01-08
5
-11
/
+23
*
Make distcheck make target a bit more reliable.
Werner Koch
2021-01-08
1
-1
/
+1
*
core: Make listing of signatures work if only secret keys are listed
Ingo Klöcker
2021-01-05
3
-1
/
+635
*
cpp: Add const-overload of UserID::Signature::operator<
Ingo Klöcker
2021-01-04
2
-1
/
+9
*
Qt: Undeprecate QByteArray based start functs
Andre Heinecke
2021-01-04
2
-2
/
+2
*
python: Fix key_export*.
NIIBE Yutaka
2020-12-03
1
-3
/
+3
*
core: Call _gpgme_passphrase_status_handler when exporting keys.
NIIBE Yutaka
2020-11-24
1
-0
/
+4
*
Revert "cpp: Use portable off_t size_t"
Andre Heinecke
2020-11-20
6
-11
/
+150
*
m4: Update with newer autoconf constructs.
NIIBE Yutaka
2020-11-20
1
-2
/
+2
*
cpp: Use portable off_t size_t
Andre Heinecke
2020-11-18
6
-150
/
+11
*
qt: Avoid empty "
[email protected]
" signature notations
Ingo Klöcker
2020-11-18
1
-1
/
+1
*
build: Update with newer autoconf constructs.
NIIBE Yutaka
2020-11-18
4
-25
/
+56
*
qt: Fix export of qDebug GpgME::Error overload
Andre Heinecke
2020-11-12
1
-0
/
+1
*
build: Use ~/.gnupg-autogen.sh for the release targets
Werner Koch
2020-11-12
1
-9
/
+21
*
Post release updates
Werner Koch
2020-11-12
2
-1
/
+8
*
Release 1.15.0
gpgme-1.15.0
Werner Koch
2020-11-12
4
-13
/
+18
*
core: Support exporting secret keys.
NIIBE Yutaka
2020-11-12
1
-0
/
+16
*
python: Fix a test for newer GnuPG (>= 2.3).
NIIBE Yutaka
2020-11-12
1
-1
/
+2
*
qt: Add export macro for QDebug operator
Andre Heinecke
2020-11-11
1
-1
/
+3
*
qt: Allow build with older GnuPG (< 2.2.18).
NIIBE Yutaka
2020-11-11
1
-1
/
+4
*
Require at least libgpg-error 1.36
Werner Koch
2020-11-09
7
-62
/
+12
*
Parse STATUS_CANCELED_BY_USER.
Ben Kibbey
2020-11-04
3
-1
/
+6
*
qt: Make audit parameters of result signal optional
Ingo Klöcker
2020-11-03
2
-1
/
+3
*
cpp: Mark helper functions as static
Ingo Klöcker
2020-11-03
1
-6
/
+6
*
cpp: Make signatures belonging to the same user ID sortable
Ingo Klöcker
2020-11-03
3
-1
/
+64
*
qt: Add support for revoke signature quick command
Ingo Klöcker
2020-10-29
4
-2
/
+41
*
qt: Some minor cleanups
Ingo Klöcker
2020-10-29
1
-13
/
+3
*
cpp: Add support for gpgme_op_revsig
Ingo Klöcker
2020-10-29
3
-12
/
+61
*
core: New function gpgme_op_revsig.
Ingo Klöcker
2020-10-29
19
-19
/
+416
*
python: Handle the when case __doc__ is None.
NIIBE Yutaka
2020-10-27
1
-1
/
+6
*
cpp: Add support for gpgme_cancel
Ingo Klöcker
2020-10-23
3
-0
/
+7
*
Add Assuan transaction that forwards status lines to another object
Ingo Klöcker
2020-10-23
5
-1
/
+166
[next]