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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
1
-1
/
+1
*
tests: Avoid problems with local time across a day boundary.
Werner Koch
2022-05-23
1
-1
/
+1
*
cpp: Export KeyListModeSaver
Andre Heinecke
2022-05-12
1
-1
/
+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
*
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
5
-13
/
+34
*
qt: Rely on the bad passphrase error reported by gpg
Ingo Klöcker
2022-04-25
1
-17
/
+2
*
qt: Report better error if decryption failed because of bad passphrase
Ingo Klöcker
2022-04-22
1
-7
/
+20
*
cpp: Allow changing the error of a result
Ingo Klöcker
2022-04-22
1
-0
/
+8
*
qt,doc: Fix typo and grammar in API documentation
Ingo Klöcker
2022-04-05
1
-5
/
+2
*
cpp: Handle canceling of an edit operation
Ingo Klöcker
2022-04-05
1
-2
/
+2
*
cpp: Return actual error if revocation fails
Ingo Klöcker
2022-04-05
3
-0
/
+22
*
cpp: Add internal utility function for splitting strings
Ingo Klöcker
2022-04-05
1
-0
/
+13
*
cpp: Do not export symbols of the Private class
Ingo Klöcker
2022-04-05
1
-1
/
+1
*
qt: Check arguments passed to the revoke key job
Ingo Klöcker
2022-03-31
2
-5
/
+98
*
qt,tests: Verify reason code and description of revocation
Ingo Klöcker
2022-03-30
1
-0
/
+66
*
qt: Add job to revoke own OpenPGP keys
Ingo Klöcker
2022-03-30
9
-4
/
+492
*
cpp: Add interactor to revoke a key
Ingo Klöcker
2022-03-30
4
-0
/
+283
*
cpp: Set default visibility of all symbols to hidden
Ingo Klöcker
2022-03-28
1
-1
/
+2
*
cpp: Put local helper function into unnamed namespace
Ingo Klöcker
2022-03-28
1
-0
/
+2
*
qt: Add missing include of config.h
Ingo Klöcker
2022-03-07
1
-0
/
+4
*
qt,doc: Remove comments about throwing exceptions
Ingo Klöcker
2022-03-07
7
-17
/
+0
*
qt: Fix ABI compatibility with 1.16.0
Ingo Klöcker
2022-02-17
1
-6
/
+7
*
qt: Fix build for older Qt versions.
Werner Koch
2022-02-07
1
-0
/
+1
[next]