aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* w32: Use CancelSynchronousIo in destroy_reader.Werner Koch2018-11-013-4/+41
* w32: Merge all the object tables of w32-io into one.Werner Koch2018-11-011-264/+245
* w32: Remove unused arg from two functions.Werner Koch2018-10-311-32/+47
* w32: Remove all support for WindowsCEWerner Koch2018-10-3114-1103/+12
* w32: Remove cruft in w32-io from WindowsME times.Werner Koch2018-10-311-29/+0
* w32: Fix previous commit.Werner Koch2018-10-301-3/+2
* core,w32: Fix memleak of tmp_name in w32-ioAndre Heinecke2018-10-291-0/+7
* core: Do not crash if CMS plaintext is ignoredAndre Heinecke2018-10-291-3/+11
* core: Fix segv in genkey when no endtag is provided.Werner Koch2018-10-181-2/+6
* core: Return an error if NULL is provided for genkey's parms.Werner Koch2018-10-182-3/+6
* doc: convert more links to equivalent https:// URLsDaniel Kahn Gillmor2018-10-181-1/+1
* doc: convert more http:// links to https://Daniel Kahn Gillmor2018-10-182-4/+4
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-184-4/+4
* core: Really remove CR from version output.Werner Koch2018-10-161-1/+1
* core: Add trust-model flagAndre Heinecke2018-10-093-0/+34
* core: Ensure r_key init in gpgme_get_keyAndre Heinecke2018-10-091-2/+3
* Release 1.12.0gpgme-1.12.0Werner Koch2018-10-081-1/+1
* core: Apply GPGME_EXPORT_MODE_NOUID also to keyserver exports.Werner Koch2018-10-051-0/+2
* core: add experimental GPGME_EXPORT_MODE_NOUID.Werner Koch2018-10-023-1/+10
* python: Silence a few warnings.Werner Koch2018-09-201-2/+8
* json: Remove subkey-algo from createkey command.Werner Koch2018-09-191-82/+7