aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core,w32: Initialize dbg_help for socket debuggingAndre Heinecke2019-10-281-1/+1
* core: Fix arg counting in enginge-gpgAndre Heinecke2019-07-161-4/+26
* core: At debug levels up to 9 print only an ascii dump.Werner Koch2019-06-131-27/+59
* 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
* core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES.Werner Koch2019-06-052-6/+18
* 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
* 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
* core: Fix a strtoul to strtolAndre Heinecke2019-03-261-1/+1
* core, w32: Add hack to translate diag logger-fdAndre Heinecke2019-03-251-5/+53
* core: Support GPGME_AUDITLOG_DIAG for gpgsm.Werner Koch2019-03-191-18/+114
* json: Fix cosmetic error in the repl.Werner Koch2019-02-281-1/+1
* json: Limit recursion depthAndre Heinecke2019-02-271-13/+41
* core,w32: Fix missing sentinel in dir name builder.Werner Koch2019-02-191-1/+1
* json: Better use gpgme_freeWerner Koch2019-01-251-1/+1
* json: Fix minor memory leaks.Werner Koch2019-01-251-6/+14
* core: Silence newer compiler warnings.Werner Koch2018-12-173-1/+5
* core: Fix ERR_INV_ARG check in genkey_startAndre Heinecke2018-12-071-1/+1
* doc: Minor comment cleanups.Werner Koch2018-12-031-0/+2
* core: Fix format string errors in w32-io.c and use of TRACE_SUC.Werner Koch2018-11-191-19/+23
* core: Protect the trace macros for fun and profit.Werner Koch2018-11-1611-77/+114
* core: Fix a LF problem in the new debug fucntion.Werner Koch2018-11-161-3/+6
* core: Fix format string errors in trace macrosWerner Koch2018-11-1611-29/+30
* core: Remove old debug helper functionWerner Koch2018-11-166-95/+59
* core: Simplify the trace maros by using variadics.Werner Koch2018-11-1645-570/+550
* Add SPDX identifiers to most source filesWerner Koch2018-11-1675-1125/+1171
* build: Make gpgme.m4 use gpgrt-config with *.pc.NIIBE Yutaka2018-11-121-10/+48
* build: Provide gpgme-glib.pc too.NIIBE Yutaka2018-11-123-3/+17
* build: Provide gpgme.pc, generated by configure.NIIBE Yutaka2018-11-123-6/+27
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-0815-57/+57
* gpg: Avoid error diagnostics with --override-session-key.Werner Koch2018-11-051-1/+8
* w32: Fix a few compiler warnings.Werner Koch2018-11-022-15/+15
* w32: Log all errors from CloseHandle and WFSO in w32-io.Werner Koch2018-11-021-49/+70
* w32: Don't use CloseHandle on an arbitrary integer.Werner Koch2018-11-021-1/+1
* w32: Revamp the closing of system objects.Werner Koch2018-11-021-119/+261
* core: Print a dump of the I/O data only at level 8.Werner Koch2018-11-023-7/+18
* w32: Fix and improve CancelSynchronousIo use.Werner Koch2018-11-021-4/+6