aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Update gpg-error.m4.NIIBE Yutaka2022-10-241-1/+5
* build,qt: Check whether building with -fPIC is neededIngo Klöcker2022-10-141-9/+28
* build,qt: Fail check for Qt if moc wasn't foundIngo Klöcker2022-10-142-0/+4
* doc: Update NEWSIngo Klöcker2022-10-141-0/+8
* build,qt: Always compile the Qt 6 test application with -fpicIngo Klöcker2022-10-141-5/+3
* build,qt: Clean up all generated filesIngo Klöcker2022-10-111-1/+2
* qt,tests: Port test to QRegularExpression.Ingo Klöcker2022-10-111-16/+17
* qt: Remove obsolete code.Ingo Klöcker2022-10-111-16/+0
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-117-59/+541
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-104-17/+17
* core: Fix SIG_CREATED status parsing for 0x1F sigsWerner Koch2022-09-292-1/+11
* build:python: Don't use gpg-error-config/gpgme-config.NIIBE Yutaka2022-09-151-29/+5