aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-11Avoid pointer arithmetic on void pointer.Werner Koch1-1/+2
2014-03-11Change implementation return type to match the definition.Werner Koch1-1/+1
2014-02-21Always pass correct name to argv[0]. Ignore GPG_AGENT_INFO for gpg2.Werner Koch5-31/+72
2014-02-12Fix type inconsistency between gpgme.h and gpgme.c.Werner Koch1-1/+1
2014-01-07Make gpgconf engine work again - fixes 02ba35c1.Werner Koch2-32/+13
2014-01-07Make gpgme_new return a proper error if no engines are installed.Werner Koch2-15/+34
2014-01-07Print the full PATH in the log if gpg was not found.Werner Koch1-6/+7
2014-01-06Add global flags disable-gpgconf, gpgconf-name, and gpg-name.Werner Koch6-18/+172
2013-12-27Locate engine names only at runtime and prefer GnuPG-2.Werner Koch12-164/+81
2013-08-19Fix possible segv in the gpgme_op_card_edit.Werner Koch1-4/+4
2013-08-09Add function gpgme_data_identify.Werner Koch8-8/+488
2013-08-02Prefer GnuPG-2 engines over GnuPG-1.Werner Koch11-91/+201
2013-08-02w32: Try to locate gpg in the gpgme installation dir.Werner Koch1-73/+156
2013-06-18Add function gpgme_signers_count.Werner Koch4-0/+14
2013-05-28Add convenience macro GPGME_PROTOCOL_OPENPGP.Werner Koch1-0/+2
2013-05-23w32: Fix installing of .def file.Werner Koch1-0/+1
2013-05-22Support --no-encrypt-to also with gpgme_op_encrypt_sign.Werner Koch1-0/+3
2013-05-22Allow symmetric encryption with gpgme_op_encrypt_sign.Werner Koch2-9/+37
2013-05-22gpgme-tool: Allow for symmetric encryption.Werner Koch1-2/+5
2013-05-18Improve C++ compatibility of previous patch.Werner Koch1-2/+1
2013-05-16Make definition of off_t robust against misbehaving w32 toolchains.Werner Koch16-72/+77
2013-05-11w32: Change the way the I/O threads are cleaned up.Werner Koch1-90/+73
2013-05-08Fix hang in socket closing.Werner Koch1-0/+36
2013-05-08Improve debug output of the I/O reader and writer.Werner Koch1-5/+17
2013-05-06Simplify a debug code function.Werner Koch1-11/+4
2013-04-30Allow reading of long gpgconf output lines.Werner Koch1-43/+76
2013-02-26Enable FD passing and thus building of the UI-server.Werner Koch1-1/+1
2013-02-26w32: Hacks for building with 32 bit mingw64.Werner Koch2-1/+6
2013-02-26Change the various version numbers to the new scheme.Werner Koch2-3/+20
2013-02-12Add macro GPGME_VERSION_NUMBER.Werner Koch1-1/+5
2013-02-12Add public function gpgme_get_pinentry_mode.Werner Koch4-0/+15
2013-02-07gpgme_tool: Support GPG's new pinentry-mode.Werner Koch3-5/+118
2013-02-07Add public function gpgme_set_pinentry_mode.Werner Koch13-7/+132
2013-02-07Add public function gpgme_io_writen.Werner Koch4-126/+154
2013-02-06Use gpg_error_from_syserror instead of directly accessing errno.Werner Koch27-135/+133
2012-11-15Make _gpgme_encode_percent_string work for memory buffers.Werner Koch1-1/+1
2012-10-24Fix ttyname problem on Android.Werner Koch1-4/+9
2012-10-19Trace the use of GPG_ERR_INV_ENGINE.Werner Koch20-37/+65
2012-10-19Avoid warning about initialized but not used variableWerner Koch1-2/+3
2012-10-11gpgme-tool: Use membuf functions to build up strings.Werner Koch1-32/+159
2012-10-11gpgme-tool: Change license from LPGLv2+ to GPLv3+Werner Koch1-4/+5
2012-10-11gpgme-tool: escape special characters in output XML data (<, >, and &).W. Trevor King1-2/+67
2012-10-11gpgme-tool: Fix chain_id -> chain-id in KEYLIST XML.W. Trevor King1-1/+1
2012-09-28gpgme-tool: Return more detailed XML from KEYLISTW. Trevor King1-14/+120
2012-09-28gpgme-tool: Initialize input_fd and output_fdW. Trevor King1-0/+2
2012-09-26gpgme-tool: Fix handling of file descriptorsWerner Koch1-16/+35
2012-09-25Add gpgme_set_global_flag to help debuggingWerner Koch6-9/+66
2012-09-25Remove all trailing whitespace from source filesWerner Koch73-657/+657
2012-07-28Fix sign error in position calculation for mem_seek.Marcus Brinkmann1-1/+1
2012-07-27Allow null context on gpgme_set_locale.Marcus Brinkmann1-3/+0