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
/
cpp
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build,cpp: Fix include paths in forwarding headers in gpgme++ folder
Ingo Klöcker
2024-07-10
1
-1
/
+1
*
cpp: Deprecate Error::asString and update users
Ingo Klöcker
2024-07-05
3
-4
/
+7
*
cpp: Add safer member function returning text describing an error
Ingo Klöcker
2024-07-05
2
-0
/
+8
*
build,cpp: Create forwarding headers in a gpgme++ folder
Ingo Klöcker
2024-07-05
1
-1
/
+12
*
cpp: Remove obsolete files
Ingo Klöcker
2024-06-28
2
-82
/
+0
*
cpp: Remove commented out and disabled code
Ingo Klöcker
2024-06-10
2
-156
/
+0
*
cpp: Fix includes in public headers
Ingo Klöcker
2024-05-24
13
-14
/
+14
*
Merge branch 'ikloecker/t7118-revkeys'
Ingo Klöcker
2024-05-24
3
-0
/
+159
|
\
|
*
cpp: Add information about revocation keys to Key
ikloecker/t7118-revkeys
Ingo Klöcker
2024-05-21
3
-0
/
+159
*
|
qt,cpp: Implement adding ADSKs to existing keys
Tobias Fella
2024-05-22
2
-0
/
+13
|
/
*
cpp: Handle smart card op failure status messages
Ingo Klöcker
2024-04-05
1
-0
/
+36
*
cpp: Support new flags for direct signing/encryption of files
Ingo Klöcker
2023-12-19
4
-1
/
+12
*
cpp,doc: Fix typos in API documentation and source code comments
Ingo Klöcker
2023-10-13
1
-1
/
+1
*
cpp: Support new key capability flags
Ingo Klöcker
2023-10-05
2
-0
/
+37
*
cpp: Remove unused include
Ingo Klöcker
2023-08-15
4
-6
/
+0
*
cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API
Carl Schwan
2023-08-04
2
-0
/
+6
*
qt, cpp: Support larger size-hint on 32 bit builds
Andre Heinecke
2023-06-16
2
-0
/
+10
*
cpp: Expose gpgme_data_set_flag through cpp API
Andre Heinecke
2023-06-16
2
-0
/
+8
*
doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled
Ingo Klöcker
2023-06-01
1
-1
/
+1
*
cpp: Fix Key::canSign()
Ingo Klöcker
2023-04-18
2
-17
/
+4
*
core,cpp: Add new key flags to gpgme_subkey_t
Werner Koch
2023-03-21
2
-0
/
+21
*
cpp: Improve debug output of some enums
Ingo Klöcker
2023-02-09
1
-19
/
+32
*
cpp: Return successful verification for signed but not encrypted data
Ingo Klöcker
2023-02-02
1
-7
/
+15
*
cpp: Update decryption flags
Ingo Klöcker
2023-02-02
1
-0
/
+1
*
cpp: Add const-overloads of version comparison operators
Ingo Klöcker
2023-02-02
1
-0
/
+70
*
cpp: Fix debug output of SignatureMode
Ingo Klöcker
2023-01-31
1
-1
/
+9
*
Merge branch 'ikloecker/t6342-gpgtar' into master
Werner Koch
2023-01-31
6
-16
/
+37
|
\
|
*
cpp: Support new archive signing flag
Ingo Klöcker
2023-01-30
3
-15
/
+25
|
*
cpp: Support new archive encryption flag
Ingo Klöcker
2023-01-27
2
-1
/
+6
|
*
cpp: Add convenience overload to set file name
Ingo Klöcker
2023-01-27
2
-0
/
+6
|
*
cpp,doc: Update list of allowed values for dirInfo
Ingo Klöcker
2023-01-18
1
-1
/
+1
*
|
cpp: Support all encryption flags
Ingo Klöcker
2023-01-26
2
-1
/
+6
*
|
cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME
Ingo Klöcker
2023-01-26
1
-0
/
+8
|
/
*
cpp: Fix comparisons of integer expressions of different signedness
Ingo Klöcker
2023-01-05
1
-2
/
+2
*
cpp: Expliticly declare compiler generated copy constructors
Ingo Klöcker
2023-01-05
15
-2
/
+25
*
cpp: Handle status errors in the base edit interactor
Ingo Klöcker
2022-12-08
2
-4
/
+3
*
cpp: Handle statuses that need no response in the base edit interactor
Ingo Klöcker
2022-12-08
8
-28
/
+7
*
cpp: Allow setting the curve to use when generating ECC keys
Ingo Klöcker
2022-10-24
2
-7
/
+34
*
cpp: Reject signing expired keys
Ingo Klöcker
2022-09-14
1
-0
/
+6
*
cpp: Fix building with C++11
Ingo Klöcker
2022-08-19
1
-7
/
+7
*
cpp: Fix handling of "no key" or "invalid time" situations
Ingo Klöcker
2022-08-18
1
-2
/
+2
*
cpp: Add support for gpgme_op_set_uid_flag
Ingo Klöcker
2022-08-09
2
-0
/
+13
*
cpp: Remove obsolete compatibility with KF5 variants
Ingo Klöcker
2022-06-30
2
-8
/
+0
*
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: 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
*
cpp: Add RAII class for saving/restoring the key list mode
Ingo Klöcker
2022-05-02
2
-0
/
+24
*
cpp: Support new keylist modes
Ingo Klöcker
2022-04-27
3
-13
/
+18
*
cpp: Allow changing the error of a result
Ingo Klöcker
2022-04-22
1
-0
/
+8
[next]