summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: Make the refactored user event loop work.wk/new-waitWerner Koch2019-06-141-0/+7
* core: Make the refactored global wait work.Werner Koch2019-06-144-39/+114
* core: Use a better name for the internal synchronous wait.Werner Koch2019-06-1424-93/+68
* core: Refactor the wait code utilizing the new fdtable.Werner Koch2019-06-1315-939/+992
* core: Use fully correct command args for gpg --verify.Werner Koch2019-06-121-0/+2
* core: At debug levels up to 9 print only an ascii dump.Werner Koch2019-06-121-27/+59
* core: Improve code by using strconcat at two places.Werner Koch2019-06-121-22/+17
* core: Link all context objects and add _gpgme_get_ctx.Werner Koch2019-06-123-17/+91
* core: Introduce a context serial number.Werner Koch2019-06-073-97/+135
* core: Replace the posix close notify mechanism by a new generic one.Werner Koch2019-06-0713-148/+358
* 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-022-13/+10
| * python/tests: try to decrypt and verify new test dataDaniel Kahn Gillmor2019-05-022-0/+21
| * tests: add two new types of encrypted dataDaniel Kahn Gillmor2019-05-023-0/+32
| * python: make it easier to run a limited number of testsDaniel Kahn Gillmor2019-05-021-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
* core,w32: Show w32-spawn warning only onceAndre Heinecke2019-04-091-14/+19
* core, w32: Fix format string errors on windowsAndre Heinecke2019-03-271-1/+8
* core: Fix assuan logger-fd hack for windowsAndre Heinecke2019-03-271-1/+1
* core,w32,glib: Fix build of w32-glib-io.cAndre Heinecke2019-03-261-7/+10
* Post release updates.Werner Koch2019-03-262-1/+5
* Release GPGME 1.13.0gpgme-1.13.0Werner Koch2019-03-263-9/+51
* core: Fix a strtoul to strtolAndre Heinecke2019-03-261-1/+1