| Commit message (Expand) | Author | Age | Files | Lines |
* | qt: Allow specifying user IDs to use when refreshing keys via WKD | Ingo Klöcker | 2023-08-23 | 5 | -27/+88 |
* | qt,tests: Fix build in source directory, part 2 | Christian Hesse | 2023-08-22 | 1 | -2/+2 |
* | qt,tests: Fix build in source directory | Ingo Klöcker | 2023-08-21 | 1 | -2/+2 |
* | qt: Add job for refreshing OpenPGP keys via WKD | Ingo Klöcker | 2023-08-21 | 10 | -3/+539 |
* | qt: Clean up after failure or cancel of sign/encrypt archive operation | Ingo Klöcker | 2023-08-16 | 5 | -5/+87 |
* | qt: Make toLogString helper public | Ingo Klöcker | 2023-08-15 | 3 | -13/+18 |
* | cpp: Remove unused include | Ingo Klöcker | 2023-08-15 | 6 | -8/+0 |
* | cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API | Carl Schwan | 2023-08-04 | 2 | -0/+6 |
* | qt: Add setInputEncoding to QGpgMe::EncryptJob | Carl Schwan | 2023-08-03 | 4 | -4/+26 |
* | qt: Ensure that we check the correct paths | Ingo Klöcker | 2023-07-08 | 2 | -2/+10 |
* | qt: Fix DLL version in cmake config files | Ingo Klöcker | 2023-07-08 | 2 | -4/+4 |
* | qt: Fix check for required files | Ingo Klöcker | 2023-07-08 | 1 | -2/+2 |
* | qt: Support reading signed/encrypted archives directly from a file | Ingo Klöcker | 2023-06-21 | 5 | -38/+71 |
* | qt: Support writing signed/encrypted archives directly to a file | Ingo Klöcker | 2023-06-19 | 14 | -88/+498 |
* | qt: Add a generic hook to start a job | Ingo Klöcker | 2023-06-19 | 12 | -0/+69 |
* | qt: Make the run methods of ThreadedJobMixin public | Ingo Klöcker | 2023-06-19 | 1 | -0/+3 |
* | qt: Rename JobPrivate::start to JobPrivate::startNow | Ingo Klöcker | 2023-06-19 | 11 | -11/+11 |
* | qt: Return const pointer to JobPrivate class for const pointer to Job | Ingo Klöcker | 2023-06-19 | 2 | -3/+16 |
* | qt, cpp: Support larger size-hint on 32 bit builds | Andre Heinecke | 2023-06-16 | 10 | -4/+38 |
* | 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,python: Respect --disable-gpg-test for tests | Biswapriyo Nath | 2023-05-30 | 2 | -2/+14 |
* | python: Fix wrong use of write. | Werner Koch | 2023-05-23 | 2 | -10/+5 |
* | doc: Fix Python example code. | NIIBE Yutaka | 2023-04-25 | 4 | -15/+24 |
* | 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 |
* | qt: Add signals for file-based and data-based progress | Ingo Klöcker | 2023-02-14 | 9 | -0/+101 |
* | qt: Remove commented out code | Ingo Klöcker | 2023-02-14 | 1 | -12/+0 |
* | qt: Add simple and extended progress signals replacing old signal | Ingo Klöcker | 2023-02-14 | 5 | -18/+77 |
* | cpp: Improve debug output of some enums | Ingo Klöcker | 2023-02-09 | 1 | -19/+32 |
* | tests: Stop daemons after setting up test environment | Ingo Klöcker | 2023-02-09 | 2 | -0/+2 |
* | qt,tests: Add test for the previous commit | Ingo Klöcker | 2023-02-02 | 2 | -0/+135 |
* | cpp: Return successful verification for signed but not encrypted data | Ingo Klöcker | 2023-02-02 | 1 | -7/+15 |
* | qt: Add job for extracting encrypted and signed archives | Ingo Klöcker | 2023-02-02 | 10 | -0/+563 |
* | cpp: Update decryption flags | Ingo Klöcker | 2023-02-02 | 1 | -0/+1 |
* | qt: Allow checking if the sign/encrypt archive jobs are supported | Ingo Klöcker | 2023-02-02 | 8 | -0/+44 |
* | cpp: Add const-overloads of version comparison operators | Ingo Klöcker | 2023-02-02 | 1 | -0/+70 |
* | qt: Fix build without installed gpgme++ headers | Ingo Klöcker | 2023-01-31 | 1 | -1/+1 |
* | qt: Remove unused and commented-out code | Ingo Klöcker | 2023-01-31 | 4 | -45/+0 |
* | cpp: Fix debug output of SignatureMode | Ingo Klöcker | 2023-01-31 | 1 | -1/+9 |
* | qt: Add job for creating encrypted signed archives | Ingo Klöcker | 2023-01-31 | 9 | -31/+495 |
* | qt,tests: Avoid leaking Context | Ingo Klöcker | 2023-01-31 | 1 | -3/+5 |
* | Merge branch 'ikloecker/t6342-gpgtar' into master | Werner Koch | 2023-01-31 | 25 | -17/+1441 |
|\ |
|
| * | qt: Add job for creating signed archivesikloecker/t6342-gpgtar | Ingo Klöcker | 2023-01-30 | 10 | -1/+588 |
| * | cpp: Support new archive signing flag | Ingo Klöcker | 2023-01-30 | 3 | -15/+25 |
| * | qt: Add job for creating encrypted archives | Ingo Klöcker | 2023-01-27 | 10 | -0/+630 |
| * | qt: Add data provider for list of file names | Ingo Klöcker | 2023-01-27 | 4 | -0/+186 |
| * | 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 |