| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Deprecate the non-working trustlist functions. | Werner Koch | 2020-07-15 | 10 | -82/+13 |
* | core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP. | Werner Koch | 2020-07-15 | 3 | -1/+13 |
* | core: Fix setting of the chain_model signature result. | Werner Koch | 2020-06-05 | 1 | -1/+1 |
* | w32: Explicitly link ws2_32 | Andre Heinecke | 2020-05-08 | 1 | -2/+3 |
* | core: Make sure the keygrip is available in WITH_SECRET mode. | Werner Koch | 2020-05-08 | 1 | -1/+4 |
* | build: Fix library dependency. | NIIBE Yutaka | 2020-03-27 | 1 | -1/+1 |
* | core: New context flags "include-key-block" and "auto-key-import". | Werner Koch | 2020-03-17 | 3 | -0/+44 |
* | core: Add MacOS fallbacks to look for binaries | Andre Heinecke | 2020-01-17 | 1 | -20/+49 |
* | core: Extend gpgme_user_id_t with uidhash member. | Werner Koch | 2019-12-13 | 3 | -0/+10 |
* | gpg: Avoid error diagnostics with --override-session-key when verifying | Daniel Kahn Gillmor | 2019-12-06 | 1 | -3/+6 |
* | gpgme-tool: Fix help text for INCLUDE_CERTS. | Daniel Kahn Gillmor | 2019-12-03 | 1 | -1/+1 |
* | core,w32: Silence compiler warnings. | Werner Koch | 2019-11-27 | 1 | -2/+3 |
* | core: Fix parsing of userid sigs after a subpkg | Andre Heinecke | 2019-10-29 | 1 | -2/+3 |
* | core: Add cert-notation support and extended-edit | Andre Heinecke | 2019-10-29 | 3 | -5/+33 |
* | core,w32: Initialize dbg_help for socket debugging | Andre Heinecke | 2019-10-28 | 1 | -1/+1 |
* | core: Fix arg counting in enginge-gpg | Andre Heinecke | 2019-07-16 | 1 | -4/+26 |
* | core: At debug levels up to 9 print only an ascii dump. | Werner Koch | 2019-06-13 | 1 | -27/+59 |
* | core: Add commented debug helper to posix-io.c. | Werner Koch | 2019-06-06 | 1 | -21/+71 |
* | core: Fix error return value of _gpgme_run_io_cb. | Werner Koch | 2019-06-06 | 1 | -5/+8 |
* | core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES. | Werner Koch | 2019-06-05 | 2 | -6/+18 |
* | core: Improve the debug messages even more. | Werner Koch | 2019-06-05 | 18 | -140/+116 |
* | core: Avoid explicit locks in the debug code. | Werner Koch | 2019-06-05 | 1 | -46/+46 |
* | json: Print "nan", "-inf", "inf" if needed. | Werner Koch | 2019-06-04 | 1 | -1/+7 |
* | json: Improve handling of large exponents in the JSON parsor. | Werner Koch | 2019-06-04 | 1 | -7/+33 |
* | core: Implement recpstring option parsing for gpgsm. | Werner Koch | 2019-06-04 | 2 | -16/+26 |
* | core: Make gpgme_op_encrypt_ext work for CMS. | Werner Koch | 2019-06-04 | 1 | -1/+1 |
* | core: Fix duplication of close_notify_handler for gpgsm. | NIIBE Yutaka | 2019-04-19 | 1 | -2/+0 |
* | core: Fix error return. | NIIBE Yutaka | 2019-04-19 | 1 | -0/+1 |
* | core,w32: Fix minor potential memleak | Andre Heinecke | 2019-04-09 | 1 | -0/+2 |
* | core,w32: Fix new w32-util functions | Andre Heinecke | 2019-04-09 | 1 | -3/+25 |
* | core,w32: Improve handling of Unicode paths | Andre Heinecke | 2019-04-09 | 5 | -19/+128 |
* | core,w32: Show w32-spawn warning only once | Andre Heinecke | 2019-04-09 | 1 | -14/+19 |
* | core, w32: Fix format string errors on windows | Andre Heinecke | 2019-03-27 | 1 | -1/+8 |
* | core: Fix assuan logger-fd hack for windows | Andre Heinecke | 2019-03-27 | 1 | -1/+1 |
* | core,w32,glib: Fix build of w32-glib-io.c | Andre Heinecke | 2019-03-26 | 1 | -7/+10 |
* | core: Fix a strtoul to strtol | Andre Heinecke | 2019-03-26 | 1 | -1/+1 |
* | core, w32: Add hack to translate diag logger-fd | Andre Heinecke | 2019-03-25 | 1 | -5/+53 |
* | core: Support GPGME_AUDITLOG_DIAG for gpgsm. | Werner Koch | 2019-03-19 | 1 | -18/+114 |
* | json: Fix cosmetic error in the repl. | Werner Koch | 2019-02-28 | 1 | -1/+1 |
* | json: Limit recursion depth | Andre Heinecke | 2019-02-27 | 1 | -13/+41 |
* | core,w32: Fix missing sentinel in dir name builder. | Werner Koch | 2019-02-19 | 1 | -1/+1 |
* | json: Better use gpgme_free | Werner Koch | 2019-01-25 | 1 | -1/+1 |
* | json: Fix minor memory leaks. | Werner Koch | 2019-01-25 | 1 | -6/+14 |
* | core: Silence newer compiler warnings. | Werner Koch | 2018-12-17 | 3 | -1/+5 |
* | core: Fix ERR_INV_ARG check in genkey_start | Andre Heinecke | 2018-12-07 | 1 | -1/+1 |
* | doc: Minor comment cleanups. | Werner Koch | 2018-12-03 | 1 | -0/+2 |
* | core: Fix format string errors in w32-io.c and use of TRACE_SUC. | Werner Koch | 2018-11-19 | 1 | -19/+23 |
* | core: Protect the trace macros for fun and profit. | Werner Koch | 2018-11-16 | 11 | -77/+114 |
* | core: Fix a LF problem in the new debug fucntion. | Werner Koch | 2018-11-16 | 1 | -3/+6 |
* | core: Fix format string errors in trace macros | Werner Koch | 2018-11-16 | 11 | -29/+30 |