aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/encrypt-file.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-22build,qt: Fix include path in CMake filesIngo Klöcker1-4/+4
2024-07-18build,qt: Don't put generated camel-case headers in tarballIngo Klöcker1-2/+2
2024-07-18core: Remove obsolete source filesIngo Klöcker2-59/+0
2024-07-18build,qt: Allow building Qt 5 bindings and Qt 6 bindingsIngo Klöcker3-47/+70
2024-07-18build,qt: Decouple generation of moc filesIngo Klöcker4-98/+389
2024-07-18build,qt: Remove include directories on uninstallIngo Klöcker1-1/+14
2024-07-18build,qt: Decouple handling of include headersIngo Klöcker1-7/+12
2024-07-18build,qt: Decouple (un)install of CMake filesIngo Klöcker1-6/+10
2024-07-15core: Support all keylist modes and fix possible overrunIngo Klöcker1-3/+17
2024-07-10build,cpp: Fix include paths in forwarding headers in gpgme++ folderIngo Klöcker1-1/+1
2024-07-05qt: Replace usage of deprecated Error::asStringIngo Klöcker25-59/+91
2024-07-05cpp: Deprecate Error::asString and update usersIngo Klöcker7-13/+17
2024-07-05cpp: Add safer member function returning text describing an errorIngo Klöcker3-0/+12
2024-07-05qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker131-415/+239
2024-07-05build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker1-1/+12
2024-07-05Fix calling CancelSynchronousIo.NIIBE Yutaka1-2/+2
2024-07-05Fix printing size_t and off_t value for LLP64 Windows.NIIBE Yutaka2-5/+5
2024-07-05Remove ath.h and ath.c.NIIBE Yutaka3-252/+2
2024-07-05Don't use ath_self, but get thread ID directly.NIIBE Yutaka2-6/+22
2024-07-01Use gpgrt_b64dec in libgpg-error.NIIBE Yutaka3-259/+6
2024-06-28cpp: Remove obsolete filesIngo Klöcker2-82/+0
2024-06-18qt: Allow appending a detached signature to an existing fileIngo Klöcker6-9/+78
2024-06-17qt,build: Install headers for Qt 5 and Qt 6 in different locationsIngo Klöcker2-6/+14
2024-06-14Update gpg-error.m4 again for spell fix.NIIBE Yutaka1-1/+1
2024-06-13qt,tests: Fix deprecation warnings (in Qt 6 build)Ingo Klöcker1-2/+2
2024-06-13qt: Specify import options as list of strings instead of as stringIngo Klöcker6-10/+14
2024-06-13m4: Update m4 files.NIIBE Yutaka2-23/+31
2024-06-13gpgme.m4: Fix setting/using GPG_ERROR_CONFIG.NIIBE Yutaka1-8/+7
2024-06-12qt: Allow specifying import options when importing keysIngo Klöcker5-4/+66
2024-06-12tests: Add --import-filter option to usage info of run-importIngo Klöcker1-0/+1
2024-06-12core: Allow setting import options when importing keysIngo Klöcker11-7/+77
2024-06-12qt,doc: Fix typosIngo Klöcker1-2/+2
2024-06-10qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2-24/+26
2024-06-10qt: Fix license headers of MakefilesIngo Klöcker2-15/+15
2024-06-10qt: Fix license headers of CMake config filesIngo Klöcker6-18/+18
2024-06-10qt: Fix license headers of dataprovider.*Ingo Klöcker2-30/+30
2024-06-10cpp: Remove commented out and disabled codeIngo Klöcker2-156/+0
2024-06-05doc: Extend description for GPGME_CREATE_ADSKWerner Koch1-1/+4
2024-06-04core,w32: Pass file names with forward slashes to gpg and gpgtarIngo Klöcker3-29/+77
2024-05-29build,python: Fix make distcheck for Python 3.9+Ingo Klöcker1-2/+6
2024-05-29build,python: Remove support for Python 3.4, 3.5, 3.7Ingo Klöcker1-2/+1
2024-05-29build,python: Build Python bindings without distutilsBen Greiner5-13/+18
2024-05-24tests: Add new files to distributionIngo Klöcker1-0/+2
2024-05-24cpp: Fix includes in public headersIngo Klöcker13-14/+14
2024-05-22qt,cpp: Implement adding ADSKs to existing keysTobias Fella5-0/+28
2024-05-22core: Implement adding ADSKs through gpgme_createsubkeyTobias Fella5-4/+88
2024-05-21cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker5-1/+170
2024-05-21json: Add information about revocation keys to key list resultIngo Klöcker6-1/+155
2024-05-21core: Add information about revocation keys to keysIngo Klöcker7-1/+151
2024-05-21tests: Fix segv in t-json.cWerner Koch1-1/+1