aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libtool: Link without -flat_namespace for macOS.NIIBE Yutaka2021-11-101-9/+4
* qt: Fix build against Qt 5.9Ingo Klöcker2021-09-132-3/+3
* build: Fix make distcheck problem.Werner Koch2021-08-272-4/+4
* qt: Expect UTF-8 on stderr on WindowsAndre Heinecke2021-08-271-44/+1
* Add missing files for distributionAndre Heinecke2021-08-272-1/+3
* core: Use flexible array member if compiler has support.NIIBE Yutaka2021-08-132-3/+4
* core: Fix results returned by gpgme_data_* functionsIngo Klöcker2021-08-032-4/+36
* core: Support closefrom also for glibc.Jiri Kucera2021-07-271-1/+1
* core: Ensure gpg.conf for tests is recreated if necessaryIngo Klöcker2021-07-082-5/+7
* Make sure expiration time is interpreted as unsigned numberIngo Klöcker2021-07-081-1/+1
* qt: Allow retrieving the default value of a config entryIngo Klöcker2021-06-295-11/+77
* Update NEWS.Ingo Klöcker2021-06-281-0/+9
* qt: Fix filenames in copyright headersIngo Klöcker2021-06-282-2/+2
* qt: Add test for ChangeExpiryJobIngo Klöcker2021-06-282-3/+430
* qt: Allow changing expiration date of primary key and all subkeysIngo Klöcker2021-06-284-10/+113
* qt: Add mechanism for missing d-pointer in JobIngo Klöcker2021-06-282-0/+92
* qt: Remove superfluous trailing ';'Ingo Klöcker2021-06-261-3/+3
* core: Fix use-after-free issue in testIngo Klöcker2021-06-261-17/+37
* Post release updatesWerner Koch2021-06-242-1/+5
* Release 1.16.0gpgme-1.16.0Werner Koch2021-06-242-14/+29
* python: Do not include the full file names in the docs.Werner Koch2021-06-241-1/+1
* python: Allow returning signatures made by unknown keys in `decrypt`Jasper Spaans2021-06-242-3/+12
* qt: Extend SignKeyJob to create signatures with expiration dateIngo Klöcker2021-06-224-3/+181
* core: Allow specifying an expiration date for key signaturesIngo Klöcker2021-06-227-1/+253
* Update NEWS.Ingo Klöcker2021-06-211-0/+8
* qt: Add missing }Ingo Klöcker2021-06-181-0/+1
* qt: Add some error loggingIngo Klöcker2021-06-171-2/+5
* qt: Do not set empty base DN as query of keyserver URLIngo Klöcker2021-06-171-1/+3
* qt: Fix API documentationIngo Klöcker2021-06-171-5/+2
* core: New data flags "io-buffer-size" and "sensitive".Werner Koch2021-06-147-39/+214
* core: Also detect AuthEnvelopedData (AEAD for CMS)Werner Koch2021-06-142-3/+3
* qt: Flush output after write for QProcess outputAndre Heinecke2021-06-101-1/+11
* core,w32: Increase BUFFER_SIZE to 4096Andre Heinecke2021-06-101-0/+4
* qt: Explicitly link libgpg-errorAndre Heinecke2021-06-091-1/+1
* core: Explicitly add GPG_ERROR_CFLAGSAndre Heinecke2021-06-091-1/+1
* qt: Add separate logging category for result of config loadingIngo Klöcker2021-06-023-7/+6
* core: Fix a few checks for number of fields in keylist result parser.Ingo Klöcker2021-06-021-3/+3
* qt: Add support for flags in LDAP server optionsIngo Klöcker2021-06-011-27/+48
* tests: Improve the output of the run-keylist helper.Werner Koch2021-05-281-8/+1
* build: _DARWIN_C_SOURCE should be 1.NIIBE Yutaka2021-05-271-1/+1
* build: Update gpg-error.m4NIIBE Yutaka2021-05-271-50/+69
* core: Allow for older compilers.Werner Koch2021-05-122-2/+4
* core: Make sure to stay ABI compatible.Werner Koch2021-05-121-3/+3
* cpp: Do not close stdout/stderr when destroying EditInteractorIngo Klöcker2021-05-061-7/+6
* qt: Extend SignKeyJob to create trust signaturesIngo Klöcker2021-05-055-5/+629
* qt: Pimpl QGpgMESignKeyJobIngo Klöcker2021-05-052-43/+41
* cpp: Add support for trust signatures to sign key edit interactorIngo Klöcker2021-05-052-10/+45
* cpp: Add getters for the attributes of a trust signatureIngo Klöcker2021-05-053-0/+38
* core: Extend gpgme_key_sig_t with trust signature members.Ingo Klöcker2021-05-056-1/+52
* doc: Add MIT license notice.Werner Koch2021-03-113-5/+47