aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: Re-add still needed custom changes to Python autoconf macroIngo Klöcker2024-01-161-2/+5
* build: Update Python autoconf macroIngo Klöcker2024-01-162-122/+264
* doc: Add a deprecated warning to gpgme_op_delete.Werner Koch2024-01-151-3/+6
* doc: Fix minor typo.Werner Koch2024-01-151-1/+1
* cpp,tests: Launch dirmngr with gpg-confIngo Klöcker2024-01-091-8/+11
* qt: Pass home directory with forward slashes when launching dirmngrIngo Klöcker2024-01-091-2/+4
* qt: Fix validity for (sub)keys generated using QGpgMEQuickJobTobias Fella2024-01-081-2/+4
* doc: Update NEWSIngo Klöcker2024-01-051-2/+48
* qt: Support verification of detached signatures directly from filesIngo Klöcker2024-01-058-10/+345
* core: Tell gpg that we want to verify signed dataIngo Klöcker2023-12-221-0/+2
* qt,doc: Document that Job::startIt() doesn't self-destruct Job on errorIngo Klöcker2023-12-221-1/+4
* qt: Support verification of opaque signed data directly to/from filesIngo Klöcker2023-12-228-10/+399
* qt: Support decryption (with verification) directly to/from filesIngo Klöcker2023-12-228-10/+405
* qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker2023-12-2117-38/+1058
* qt: Remove dead codeIngo Klöcker2023-12-213-30/+0
* cpp: Support new flags for direct signing/encryption of filesIngo Klöcker2023-12-194-1/+12
* core: Support writing the decrypt/verify output directly to a fileikloecker/t6550Ingo Klöcker2023-12-195-13/+79
* core: Support direct signing of file with gpgIngo Klöcker2023-12-198-23/+82
* core: Support direct encryption of file with gpgIngo Klöcker2023-12-197-8/+73
* doc: Fix documentation for creating encrypted/signed archiveIngo Klöcker2023-12-141-8/+8
* qt: Replace Q_FOREACH with range-forIngo Klöcker2023-12-138-36/+44
* qt: Replace Q_NULLPTR with nullptrIngo Klöcker2023-12-134-5/+5
* core: percent decode filenameAndre Heinecke2023-11-291-3/+6
* Post release updatesWerner Koch2023-11-282-1/+5
* Release 1.23.2gpgme-1.23.2Werner Koch2023-11-282-6/+18
* qt: Start dirmngr with gpgconf to avoid multiple instancesIngo Klöcker2023-11-231-7/+7
* qt: On Windows, use UTF-8 when logging the error textIngo Klöcker2023-11-151-1/+7
* qt: Remove left-over partial files more persistentlyIngo Klöcker2023-11-155-14/+164
* doc: Fix for e.g. and i.e.NIIBE Yutaka2023-11-151-17/+17
* core: Preserve more specific existing failure codeIngo Klöcker2023-11-1412-12/+36
* tests: Add option --chain to run-keylistWerner Koch2023-11-101-1/+48
* qt: Deprecate DefaultKeyGenerationJobIngo Klöcker2023-11-102-1/+7
* build,qt: Build Qt with -fPIC if required or requestedIngo Klöcker2023-10-303-13/+45
* Update NEWSIngo Klöcker2023-10-271-0/+3
* qt: Use temporary .part file names when creating archivesIngo Klöcker2023-10-275-15/+160
* qt: Refactor removal of output file on cancel or errorIngo Klöcker2023-10-275-54/+54
* Post release updatesWerner Koch2023-10-272-1/+5
* Release 1.23.1gpgme-1.23.1Werner Koch2023-10-271-1/+7
* Change gpgme-w32-spawn to unicodeAndre Heinecke2023-10-252-42/+50
* Post release updatesWerner Koch2023-10-252-1/+5
* Release 1.23.0gpgme-1.23.0Werner Koch2023-10-253-10/+18
* qt: Handle cancel in changeexpiryjobAndre Heinecke2023-10-181-1/+1
* qt,doc: Fix typos in source code commentsIngo Klöcker2023-10-133-19/+19
* python,doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-134-6/+6
* cpp,doc: Fix typos in API documentation and source code commentsIngo Klöcker2023-10-132-2/+2
* doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-1312-20/+20
* python,examples: Add missing word "License"Marius P2023-10-1335-35/+35
* cpp: Support new key capability flagsIngo Klöcker2023-10-053-0/+41
* doc: Fix typoIngo Klöcker2023-10-051-2/+2
* core: Add key capability flags has_encrypt etc.Werner Koch2023-10-055-11/+79