aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpp: Add support for multiple keysigs in editAndre Heinecke2019-10-293-1/+26
* cpp: Add convenience API to obtain remarksAndre Heinecke2019-10-292-0/+67
* core: Add cert-notation support and extended-editAndre Heinecke2019-10-295-5/+38
* cpp: Minor coding style fixAndre Heinecke2019-10-291-3/+2
* core,w32: Initialize dbg_help for socket debuggingAndre Heinecke2019-10-281-1/+1
* doc: Remove cruft from a doc entry.Werner Koch2019-10-011-1/+1
* json: Fix t-decrypt-verify.out for GnuPG >= 2.3.NIIBE Yutaka2019-08-061-5/+0
* core: Fix arg counting in enginge-gpgAndre Heinecke2019-07-161-4/+26
* python: doc: Remove generated files, put rules in Makefile.NIIBE Yutaka2019-07-1213-8017/+39
* python: doc: Add suffix for org files.NIIBE Yutaka2019-07-126-0/+0
* js: improve connection checkMaximilian Krambach2019-07-032-25/+47
* js: Error handling for browser errorsMaximilian Krambach2019-06-194-27/+99
* Post release updatesgpgme-1.14-baseWerner Koch2019-06-132-2/+10
* Release 1.13.1gpgme-1.13.1Werner Koch2019-06-132-21/+21
* python: Fix regression in t-decrypt-verify test.Werner Koch2019-06-131-11/+11
* python: Set a default-key into gpg.conf for the tests.Werner Koch2019-06-131-2/+1
* core: At debug levels up to 9 print only an ascii dump.Werner Koch2019-06-131-27/+59
* tests: Minor fix to run-threaded.c.Werner Koch2019-06-061-1/+5
* core: Add commented debug helper to posix-io.c.Werner Koch2019-06-061-21/+71
* core: Fix error return value of _gpgme_run_io_cb.Werner Koch2019-06-061-5/+8
* tests: Add option "allow-del" to run-threadedAndre Heinecke2019-06-061-0/+74
* tests: Implement import in run-threadedAndre Heinecke2019-06-051-0/+36
* core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES.Werner Koch2019-06-052-6/+18
* tests: Use synced output for error in run-threadedAndre Heinecke2019-06-051-2/+2
* tests: Avoid variable named the same as a macroAndre Heinecke2019-06-051-8/+8
* tests,w32: Fix thread creation in run-threadedAndre Heinecke2019-06-051-2/+4
* core: Improve the debug messages even more.Werner Koch2019-06-0518-140/+116
* core: Avoid explicit locks in the debug code.Werner Koch2019-06-051-46/+46
* json: Print "nan", "-inf", "inf" if needed.Werner Koch2019-06-041-1/+7
* json: Improve handling of large exponents in the JSON parsor.Werner Koch2019-06-041-7/+33
* core: Implement recpstring option parsing for gpgsm.Werner Koch2019-06-042-16/+26
* core: Make gpgme_op_encrypt_ext work for CMS.Werner Koch2019-06-041-1/+1
* python: Fix typo in DecryptionError exception.NIIBE Yutaka2019-06-042-4/+6
* Add NEWS for 1.13.1Andre Heinecke2019-06-031-0/+22
* python: Make EXTRA_DIST files explicitAndre Heinecke2019-05-065-6/+175
* Python, doc: Minor style improvementAndre Heinecke2019-05-061-8/+9
* Merge remote-tracking branch 'origin/dkg/fix-T4276'Andre Heinecke2019-05-067-14/+64
|\
| * python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276Daniel Kahn Gillmor2019-05-032-13/+10
| * python/tests: try to decrypt and verify new test dataDaniel Kahn Gillmor2019-05-032-0/+21
| * tests: add two new types of encrypted dataDaniel Kahn Gillmor2019-05-033-0/+32
| * python: make it easier to run a limited number of testsDaniel Kahn Gillmor2019-05-031-1/+1
* | Always use maintainer mode -Wno cflagsAndre Heinecke2019-05-031-15/+18
* | cpp: Fix initialization warningAndre Heinecke2019-05-031-1/+1
|/
* tests: Add cms mode to run-importAndre Heinecke2019-05-021-2/+15
* cpp: Add wrapper for gpgme_set_global_flagAndre Heinecke2019-04-243-0/+11
* core: Fix duplication of close_notify_handler for gpgsm.NIIBE Yutaka2019-04-191-2/+0
* core: Fix error return.NIIBE Yutaka2019-04-191-0/+1
* core,w32: Fix minor potential memleakAndre Heinecke2019-04-091-0/+2
* core,w32: Fix new w32-util functionsAndre Heinecke2019-04-091-3/+25
* core,w32: Improve handling of Unicode pathsAndre Heinecke2019-04-095-19/+128