summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Allow setting the base directory when creating an archiveIngo Klöcker2023-01-234-18/+71
* doc: Update NEWS and API documentationIngo Klöcker2023-01-192-0/+35
* core: Support usage of gpgtar for creating an encrypted signed archiveIngo Klöcker2023-01-192-22/+82
* core: Support usage of gpgtar for creating a signed archiveIngo Klöcker2023-01-194-36/+92
* core: Fix --set-filename argumentIngo Klöcker2023-01-191-1/+1
* core: Support usage of gpgtar for encryptionIngo Klöcker2023-01-185-116/+302
* core: Defer adding --status-fd and --logger-fd to argument listIngo Klöcker2023-01-181-41/+60
* doc: Document socketdir value of gpgme_get_dirinfoIngo Klöcker2023-01-181-0/+3
* cpp,doc: Update list of allowed values for dirInfoIngo Klöcker2023-01-181-1/+1
* core: Extend gpgme_get_dirinfo to return the gpgtar nameIngo Klöcker2023-01-184-0/+24
* core: Use "goto leave" pattern to clean up resourcesIngo Klöcker2023-01-171-68/+62
* core: Do not add obsolete --no-sk-comments to command lineIngo Klöcker2023-01-161-11/+0
* qt: Fix comparisons of integer expressions of different signednessIngo Klöcker2023-01-051-1/+1
* cpp: Fix comparisons of integer expressions of different signednessIngo Klöcker2023-01-051-2/+2
* cpp: Expliticly declare compiler generated copy constructorsIngo Klöcker2023-01-0515-2/+25
* qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker2023-01-0534-180/+180
* qt: Allow deferred start of import jobIngo Klöcker2023-01-055-0/+54
* qt: Support deferred start of jobsIngo Klöcker2023-01-0410-0/+65
* qt: Explicitly instantiate private job classesIngo Klöcker2023-01-0417-72/+374
* doc:python: Replace gpgme-config to pkg-config.NIIBE Yutaka2022-12-141-2/+2
* cpp: Handle status errors in the base edit interactorIngo Klöcker2022-12-082-4/+3
* cpp: Handle statuses that need no response in the base edit interactorIngo Klöcker2022-12-088-28/+7
* qt: Write path values with Unix directory separatorsIngo Klöcker2022-12-061-1/+1
* doc: Don't use AM_PATH_GPGME_PTHREAD any more.NIIBE Yutaka2022-11-291-5/+7
* gpgme.m4: Fix AM_PATH_GPGME_PTHREAD.NIIBE Yutaka2022-11-251-21/+24
* core: Allow nullptr for key on card-editIngo Klöcker2022-11-151-3/+4
* doc: Update documentation for gpgme.pc and pkg-config.NIIBE Yutaka2022-11-151-44/+55
* gpgme.m4: Include _AM_PATH_GPGRT_CONFIG implementation.NIIBE Yutaka2022-11-151-6/+95
* m4: Update gpg-error.m4.NIIBE Yutaka2022-11-151-17/+32
* core: Check for nullptrIngo Klöcker2022-11-111-2/+2
* qt: Allow disabling automatic trust database check on key listingIngo Klöcker2022-11-045-4/+102
* core: New context flag "no-auto-check-trustdb"Ingo Klöcker2022-11-046-0/+51
* build: Update libassuan.m4.NIIBE Yutaka2022-11-021-2/+2
* build: Prefer gpgrt-config when available.NIIBE Yutaka2022-11-021-2/+2
* core: New global flags "inst-type".Werner Koch2022-10-265-4/+68
* python: Fix configure generating setup.py.NIIBE Yutaka2022-10-261-11/+16
* core: Protect against a theoretical integer overflow in parsetlv.cWerner Koch2022-10-241-0/+3
* cpp: Allow setting the curve to use when generating ECC keysIngo Klöcker2022-10-243-7/+43