| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: Update gpg-error.m4. | NIIBE Yutaka | 2022-10-24 | 1 | -1/+5 |
* | build,qt: Check whether building with -fPIC is needed | Ingo Klöcker | 2022-10-14 | 1 | -9/+28 |
* | build,qt: Fail check for Qt if moc wasn't found | Ingo Klöcker | 2022-10-14 | 2 | -0/+4 |
* | doc: Update NEWS | Ingo Klöcker | 2022-10-14 | 1 | -0/+8 |
* | build,qt: Always compile the Qt 6 test application with -fpic | Ingo Klöcker | 2022-10-14 | 1 | -5/+3 |
* | build,qt: Clean up all generated files | Ingo Klöcker | 2022-10-11 | 1 | -1/+2 |
* | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 2022-10-11 | 1 | -16/+17 |
* | qt: Remove obsolete code. | Ingo Klöcker | 2022-10-11 | 1 | -16/+0 |
* | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 2022-10-11 | 7 | -59/+541 |
* | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2022-10-10 | 4 | -17/+17 |
* | core: Fix SIG_CREATED status parsing for 0x1F sigs | Werner Koch | 2022-09-29 | 2 | -1/+11 |
* | build:python: Don't use gpg-error-config/gpgme-config. | NIIBE Yutaka | 2022-09-15 | 1 | -29/+5 |
* | Fix for modern compiler. | NIIBE Yutaka | 2022-09-15 | 1 | -1/+1 |
* | cpp: Reject signing expired keys | Ingo Klöcker | 2022-09-14 | 1 | -0/+6 |
* | Fix parsing import status for invalid fingerprint. | NIIBE Yutaka | 2022-09-07 | 1 | -5/+10 |
* | build: Omit -I... and -L... for standard paths in pkgconfig file | Ingo Klöcker | 2022-08-22 | 2 | -3/+37 |
* | build: Update ax_cxx_compile_stdcxx macro | Ingo Klöcker | 2022-08-22 | 1 | -36/+487 |
* | qt: Fix building with C++11 | Ingo Klöcker | 2022-08-22 | 4 | -3/+12 |
* | qt: Fix building with Qt6 | Ingo Klöcker | 2022-08-22 | 2 | -4/+2 |
* | cpp: Fix building with C++11 | Ingo Klöcker | 2022-08-19 | 1 | -7/+7 |
* | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 2022-08-18 | 1 | -18/+24 |
* | cpp: Fix handling of "no key" or "invalid time" situations | Ingo Klöcker | 2022-08-18 | 1 | -2/+2 |
* | qt,tests: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 2 | -16/+16 |
* | qt,tests: Log the actual error code if the assertion fails | Ingo Klöcker | 2022-08-17 | 1 | -3/+3 |
* | qt: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 1 | -1/+2 |
* | w32: Add another fallback to look for gpgconf.exe | Andre Heinecke | 2022-08-12 | 1 | -2/+10 |
* | Qt: Fix working with no gpgconf in CryptoConfig | Andre Heinecke | 2022-08-11 | 1 | -3/+4 |
* | Post release updates | Werner Koch | 2022-08-10 | 2 | -1/+5 |
* | Release 1.18.0gpgme-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 |