aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine-spawn.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-09core, w32: Enable spawning GUI applicationsAndre Heinecke1-1/+2
2017-08-15gpgconf: Add access to --list-dirs for non-default engine.Marcus Brinkmann1-0/+1
2017-03-24core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.Werner Koch1-1/+0
2017-03-21core: New public API gpgme_op_keylist_from_data_start.Andre Heinecke1-0/+1
2016-11-16doc: Replace http: by https: in core source files.Werner Koch1-1/+1
2016-11-03core: Add gpgme_op_query_swdb and helper.Werner Koch1-0/+1
2016-09-14core: New function gpgme_op_tofu_policyWerner Koch1-0/+1
2016-09-14core: New function gpgme_op_keysign.Werner Koch1-0/+1
2016-08-16core: Simplify setting of dummy versions.Werner Koch1-2/+2
2016-07-28src: Fix dummy engine versions.Justus Winter1-2/+2
2016-07-13core: Pass the engine's version string to the engine's new function.Werner Koch1-1/+3
2016-05-19api: Add new function gpgme_set_ctx_flag.Werner Koch1-0/+1
2015-03-16Fix potential crash in trace macro.Werner Koch1-2/+1
2015-03-16Fix one byte too short malloc.Werner Koch1-1/+1
2014-05-08Fix a memory access and a double slash bug.Werner Koch1-1/+1
2014-04-10Actually implement flags for gpgme_op_spawn.Werner Koch1-0/+8
2014-04-10Add GPGME_PROTOCOL_SPAWN and gpgme_op_spawn.Werner Koch1-0/+467