aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 1.19.0gpgme-1.19.0Werner Koch2023-03-172-7/+9
* python: Update python.m4 configure script.Ben Greiner (bnavigator)2023-03-172-91/+198
* tests: Package the ownertrust fileIngo Klöcker2023-03-171-1/+1
* build: Update autogen.sh from libgpg-errorWerner Koch2023-03-151-23/+20
* core: Also detect legacy X.509 v0 certificates.Werner Koch2023-03-081-19/+31
* tests: Add option --binary to run-verifyWerner Koch2023-03-081-0/+8
* qt: Add signals for file-based and data-based progressIngo Klöcker2023-02-149-0/+101
* qt: Remove commented out codeIngo Klöcker2023-02-141-12/+0
* qt: Add simple and extended progress signals replacing old signalIngo Klöcker2023-02-146-18/+80
* core: Switch to logging via gpgrtWerner Koch2023-02-103-96/+109
* core: Update copyright noticesWerner Koch2023-02-103-4/+4
* tests: Fix cleaning up at the end of the testIngo Klöcker2023-02-101-0/+2
* core: Allow finalization of signature verification of unencrypted dataIngo Klöcker2023-02-102-3/+38
* cpp: Improve debug output of some enumsIngo Klöcker2023-02-091-19/+32
* tests: Stop daemons after setting up test environmentIngo Klöcker2023-02-094-0/+4
* tests: Extend tests with an ultimately trusted keyIngo Klöcker2023-02-087-42/+56
* tests: Make t-edit-sign idempotentIngo Klöcker2023-02-081-3/+56
* doc: Add new flagsIngo Klöcker2023-02-021-0/+2
* qt,tests: Add test for the previous commitIngo Klöcker2023-02-022-0/+135
* cpp: Return successful verification for signed but not encrypted dataIngo Klöcker2023-02-021-7/+15
* qt: Add job for extracting encrypted and signed archivesIngo Klöcker2023-02-0211-1/+566
* core: Make usage of input size hint compatible with gpgtarIngo Klöcker2023-02-021-13/+8
* cpp: Update decryption flagsIngo Klöcker2023-02-022-0/+2
* qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker2023-02-028-0/+44
* cpp: Add const-overloads of version comparison operatorsIngo Klöcker2023-02-021-0/+70
* core: Allow usage of gpgtar also for new enough gpg 2.2Ingo Klöcker2023-02-021-19/+23
* core,w32: More robust detection of GnuPG Desktop dir layoutWerner Koch2023-02-011-20/+75
* qt: Fix build without installed gpgme++ headersIngo Klöcker2023-01-311-1/+1
* doc: Update "since" versionIngo Klöcker2023-01-311-1/+1
* doc: Update NEWSIngo Klöcker2023-01-311-1/+5
* qt: Remove unused and commented-out codeIngo Klöcker2023-01-314-45/+0
* cpp: Fix debug output of SignatureModeIngo Klöcker2023-01-311-1/+9
* qt: Add job for creating encrypted signed archivesIngo Klöcker2023-01-319-31/+495
* qt,tests: Avoid leaking ContextIngo Klöcker2023-01-311-3/+5
* doc: Fix description of gpgme_data_identifyWerner Koch2023-01-311-1/+2
* json: New operation "identify" and convenience option --identify.Werner Koch2023-01-312-2/+129
* Update NEWS and set version to 1.19.0Werner Koch2023-01-312-3/+5
* Merge branch 'ikloecker/t6342-gpgtar' into masterWerner Koch2023-01-3145-375/+2509
|\
| * qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2023-01-3010-1/+588
| * cpp: Support new archive signing flagIngo Klöcker2023-01-303-15/+25
| * core: Use signature modes as flagsIngo Klöcker2023-01-308-26/+37
| * qt: Add job for creating encrypted archivesIngo Klöcker2023-01-2711-0/+634
| * qt: Add data provider for list of file namesIngo Klöcker2023-01-275-0/+187
| * cpp: Support new archive encryption flagIngo Klöcker2023-01-272-1/+6
| * cpp: Add convenience overload to set file nameIngo Klöcker2023-01-273-0/+7
| * doc: Fix syntax errorsIngo Klöcker2023-01-271-4/+4
| * core: Update required GnuPG version for new archive featuresIngo Klöcker2023-01-262-9/+12
| * doc: Update NEWS and API documentationIngo Klöcker2023-01-252-8/+66
| * core: Support usage of gpgtar for verifying a signed archiveIngo Klöcker2023-01-2511-33/+175
| * core: Support usage of gpgtar for decrypting an encrypted archiveIngo Klöcker2023-01-245-22/+93