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: 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
*
core: Support --locate-external-keys command of gpg
Ingo Klöcker
2022-04-27
7
-4
/
+46
*
qt: Rely on the bad passphrase error reported by gpg
Ingo Klöcker
2022-04-25
1
-17
/
+2
*
core: Return BAD_PASSPHRASE error code on symmetric decryption.
Ingo Klöcker
2022-04-25
1
-2
/
+21
*
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
2
-0
/
+9
*
doc: Remove explanation about AM_PATH_GPGME_PTH for GNU Pth.
NIIBE Yutaka
2022-04-08
1
-4
/
+0
*
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
*
core: Don't use internal __assuan functions.
NIIBE Yutaka
2022-04-05
2
-5
/
+29
*
core: Don't keep using deprecated ath_ API.
NIIBE Yutaka
2022-04-05
2
-11
/
+23
*
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
10
-5
/
+495
*
cpp: Add interactor to revoke a key
Ingo Klöcker
2022-03-30
5
-0
/
+290
*
doc: Update NEWS
Ingo Klöcker
2022-03-29
1
-0
/
+2
*
qt: Set default visibility of all symbols to hidden
Ingo Klöcker
2022-03-28
1
-0
/
+10
*
cpp: Set default visibility of all symbols to hidden
Ingo Klöcker
2022-03-28
3
-3
/
+254
*
cpp: Put local helper function into unnamed namespace
Ingo Klöcker
2022-03-28
1
-0
/
+2
*
doc: Remove bogus documentation
Ingo Klöcker
2022-03-28
1
-16
/
+0
*
core: Support keylist mode for op_keylist_from_data.
NIIBE Yutaka
2022-03-16
5
-5
/
+11
*
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
*
doc: Update NEWS
Ingo Klöcker
2022-03-07
1
-1
/
+14
[prev]
[next]