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
*
Release 1.18.0
gpgme-1.18.0
Werner Koch
2022-08-10
2
-17
/
+24
*
tests: Make t-edit-sign more robust.
Werner Koch
2022-08-10
1
-4
/
+2
*
qt: Add missing include
Ingo Klöcker
2022-08-10
1
-0
/
+1
*
doc: Update NEWS
Ingo Klöcker
2022-08-10
1
-0
/
+11
*
qt: Add job to set the primary user ID of OpenPGP keys
Ingo Klöcker
2022-08-09
10
-3
/
+410
*
cpp: Add support for gpgme_op_set_uid_flag
Ingo Klöcker
2022-08-09
3
-0
/
+17
*
python: Don't call __del__ from __exit__ method.
NIIBE Yutaka
2022-08-09
2
-2
/
+5
*
python: Don't access gpgme with wrapped=None.
NIIBE Yutaka
2022-08-05
1
-0
/
+12
*
python: Reset passphrase callback correctly.
Jasper Spaans
2022-08-05
1
-8
/
+4
*
qt: Remove job for refreshing OpenPGP keys
Ingo Klöcker
2022-08-04
8
-303
/
+5
*
build: Update config.guess and config.sub.
NIIBE Yutaka
2022-07-21
2
-1951
/
+2316
*
build: Fix for modern Autoconf.
NIIBE Yutaka
2022-07-21
1
-5
/
+4
*
qt: Allow setting the file name of signed and encrypted data
Ingo Klöcker
2022-07-05
4
-8
/
+82
*
qt: Allow setting the file name of encrypted data
Ingo Klöcker
2022-07-05
4
-9
/
+84
*
qt: Fix filename of cmake config files for w32
Ingo Klöcker
2022-07-04
1
-1
/
+1
*
qt: Add #include <QStringList> needed for building against qt6
Laurent Montel
2022-07-04
4
-7
/
+6
*
cpp: Remove obsolete compatibility with KF5 variants
Ingo Klöcker
2022-06-30
2
-8
/
+0
*
build: When no gpg-error-config, not install gpgme-config.
NIIBE Yutaka
2022-06-28
2
-0
/
+7
*
build: Update gpg-error.m4
NIIBE Yutaka
2022-06-28
1
-1
/
+2
*
tests: Add support for clear text signatures to test runner
Ingo Klöcker
2022-06-14
1
-0
/
+6
*
qt,tests: Allow 1-day-offset for expiration date
Ingo Klöcker
2022-06-10
1
-1
/
+9
*
qt: Prevent u32 overflow when calculating expiration date
Ingo Klöcker
2022-06-10
3
-7
/
+5
*
Revert "tests: Avoid problems with local time across a day boundary."
Ingo Klöcker
2022-06-09
2
-2
/
+2
*
core: Handle import status lines during keylist operation
Ingo Klöcker
2022-06-09
1
-0
/
+4
*
tests: Avoid problems with local time across a day boundary.
Werner Koch
2022-05-23
2
-2
/
+2
*
cpp: Export KeyListModeSaver
Andre Heinecke
2022-05-12
1
-1
/
+1
*
core: Set SECRET flag of subkeys stored on smart cards
Ingo Klöcker
2022-05-06
1
-0
/
+1
*
cpp: Output more properties of a subkey
Ingo Klöcker
2022-05-05
1
-3
/
+9
*
cpp,tests: Actually parse the --with-secret option
Ingo Klöcker
2022-05-05
1
-0
/
+4
*
qt: Revert change of result signal of RefreshKeysJob
Ingo Klöcker
2022-05-05
2
-2
/
+2
*
qt: Use lambda instead of std::bind
Ingo Klöcker
2022-05-05
1
-1
/
+1
*
qt: Emit import result when refreshing OpenPGP keys
Ingo Klöcker
2022-05-04
8
-43
/
+149
*
cpp: Allow retrieving import result of key listing with locate mode
Ingo Klöcker
2022-05-04
2
-3
/
+10
*
core: Handle import status lines during keylist operation
Ingo Klöcker
2022-05-04
3
-23
/
+55
*
cpp: Allow merging the results of two imports
Ingo Klöcker
2022-05-04
2
-0
/
+135
*
qt: Apply compiler hint
Ingo Klöcker
2022-05-02
1
-1
/
+1
*
qt: Use GpgME::Locate alias
Ingo Klöcker
2022-05-02
2
-2
/
+2
*
qt: Add job for refreshing OpenPGP keys
Ingo Klöcker
2022-05-02
5
-4
/
+218
*
cpp: Add RAII class for saving/restoring the key list mode
Ingo Klöcker
2022-05-02
2
-0
/
+24
*
qt: Add debug helper for Result classes with output stream operator
Ingo Klöcker
2022-05-02
1
-0
/
+9
*
qt: Factor out helper for getting the fingerprints of some keys
Ingo Klöcker
2022-05-02
3
-6
/
+23
*
qt,doc: Fix some API documentation
Ingo Klöcker
2022-05-02
4
-27
/
+5
*
qt: Fix connection to readyReadStandardOutput signal
Ingo Klöcker
2022-04-29
2
-10
/
+6
*
qt: Add test runner for refresh job
Ingo Klöcker
2022-04-29
2
-1
/
+140
*
qt: Make RefreshKeysJob result compatible with standard job result
Ingo Klöcker
2022-04-29
1
-1
/
+1
*
qt: Allow refreshing a list of keys
Ingo Klöcker
2022-04-29
3
-7
/
+38
*
qt: Minor refactoring
Ingo Klöcker
2022-04-29
1
-8
/
+10
*
qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJob
Ingo Klöcker
2022-04-29
4
-24
/
+24
*
cpp,tests: Verify that requested keylist mode is used
Ingo Klöcker
2022-04-28
2
-0
/
+12
*
cpp: Support new keylist modes
Ingo Klöcker
2022-04-27
6
-13
/
+37
[next]