aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-13core: At debug levels up to 9 print only an ascii dump.Werner Koch1-27/+59
2019-06-06core: Add commented debug helper to posix-io.c.Werner Koch1-21/+71
2019-06-06core: Fix error return value of _gpgme_run_io_cb.Werner Koch1-5/+8
2019-06-05core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES.Werner Koch2-6/+18
2019-06-05core: Improve the debug messages even more.Werner Koch18-140/+116
2019-06-05core: Avoid explicit locks in the debug code.Werner Koch1-46/+46
2019-06-04json: Print "nan", "-inf", "inf" if needed.Werner Koch1-1/+7
2019-06-04json: Improve handling of large exponents in the JSON parsor.Werner Koch1-7/+33
2019-06-04core: Implement recpstring option parsing for gpgsm.Werner Koch2-16/+26
2019-06-04core: Make gpgme_op_encrypt_ext work for CMS.Werner Koch1-1/+1
2019-04-19core: Fix duplication of close_notify_handler for gpgsm.NIIBE Yutaka1-2/+0
2019-04-19core: Fix error return.NIIBE Yutaka1-0/+1
2019-04-09core,w32: Fix minor potential memleakAndre Heinecke1-0/+2
2019-04-09core,w32: Fix new w32-util functionsAndre Heinecke1-3/+25
2019-04-09core,w32: Improve handling of Unicode pathsAndre Heinecke5-19/+128
2019-04-09core,w32: Show w32-spawn warning only onceAndre Heinecke1-14/+19
2019-03-27core, w32: Fix format string errors on windowsAndre Heinecke1-1/+8
2019-03-27core: Fix assuan logger-fd hack for windowsAndre Heinecke1-1/+1
2019-03-26core,w32,glib: Fix build of w32-glib-io.cAndre Heinecke1-7/+10
2019-03-26core: Fix a strtoul to strtolAndre Heinecke1-1/+1
2019-03-25core, w32: Add hack to translate diag logger-fdAndre Heinecke1-5/+53
2019-03-19core: Support GPGME_AUDITLOG_DIAG for gpgsm.Werner Koch1-18/+114
2019-02-28json: Fix cosmetic error in the repl.Werner Koch1-1/+1
2019-02-27json: Limit recursion depthAndre Heinecke1-13/+41
2019-02-19core,w32: Fix missing sentinel in dir name builder.Werner Koch1-1/+1
2019-01-25json: Better use gpgme_freeWerner Koch1-1/+1
2019-01-25json: Fix minor memory leaks.Werner Koch1-6/+14
2018-12-17core: Silence newer compiler warnings.Werner Koch3-1/+5
2018-12-07core: Fix ERR_INV_ARG check in genkey_startAndre Heinecke1-1/+1
2018-12-03doc: Minor comment cleanups.Werner Koch1-0/+2
2018-11-19core: Fix format string errors in w32-io.c and use of TRACE_SUC.Werner Koch1-19/+23
2018-11-16core: Protect the trace macros for fun and profit.Werner Koch11-77/+114
2018-11-16core: Fix a LF problem in the new debug fucntion.Werner Koch1-3/+6
2018-11-16core: Fix format string errors in trace macrosWerner Koch11-29/+30
2018-11-16core: Remove old debug helper functionWerner Koch6-95/+59
2018-11-16core: Simplify the trace maros by using variadics.Werner Koch45-570/+550
2018-11-16Add SPDX identifiers to most source filesWerner Koch75-1125/+1171
2018-11-12build: Make gpgme.m4 use gpgrt-config with *.pc.NIIBE Yutaka1-10/+48
2018-11-12build: Provide gpgme-glib.pc too.NIIBE Yutaka3-3/+17
2018-11-12build: Provide gpgme.pc, generated by configure.NIIBE Yutaka3-6/+27
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor15-57/+57
2018-11-05gpg: Avoid error diagnostics with --override-session-key.Werner Koch1-1/+8
2018-11-02w32: Fix a few compiler warnings.Werner Koch2-15/+15
2018-11-02w32: Log all errors from CloseHandle and WFSO in w32-io.Werner Koch1-49/+70
2018-11-02w32: Don't use CloseHandle on an arbitrary integer.Werner Koch1-1/+1
2018-11-02w32: Revamp the closing of system objects.Werner Koch1-119/+261
2018-11-02core: Print a dump of the I/O data only at level 8.Werner Koch3-7/+18
2018-11-02w32: Fix and improve CancelSynchronousIo use.Werner Koch1-4/+6
2018-11-01w32: Use CancelSynchronousIo in destroy_reader.Werner Koch3-4/+41
2018-11-01w32: Merge all the object tables of w32-io into one.Werner Koch1-264/+245