aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Fix memleak in an error code paths.Werner Koch2014-04-152-1/+5
* Fix possible zombie processes.Werner Koch2014-04-151-3/+14
* Actually implement flags for gpgme_op_spawn.Werner Koch2014-04-105-8/+19
* Add GPGME_PROTOCOL_SPAWN and gpgme_op_spawn.Werner Koch2014-04-1017-16/+723
* Add gpgme_get_dirinfo.Werner Koch2014-04-104-0/+32
* Make use of internal iospawn flags more flexible.Werner Koch2014-04-1010-35/+43
* Make sure a spawned process has all standard fds connected.Werner Koch2014-04-101-33/+18
* Add configure option --enable-fixed-path.Werner Koch2014-03-131-1/+5
* Avoid pointer arithmetic on void pointer.Werner Koch2014-03-111-1/+2
* Change implementation return type to match the definition.Werner Koch2014-03-111-1/+1
* Always pass correct name to argv[0]. Ignore GPG_AGENT_INFO for gpg2.Werner Koch2014-02-215-31/+72
* Fix type inconsistency between gpgme.h and gpgme.c.Werner Koch2014-02-121-1/+1
* Make gpgconf engine work again - fixes 02ba35c1.Werner Koch2014-01-072-32/+13
* Make gpgme_new return a proper error if no engines are installed.Werner Koch2014-01-072-15/+34
* Print the full PATH in the log if gpg was not found.Werner Koch2014-01-071-6/+7
* Add global flags disable-gpgconf, gpgconf-name, and gpg-name.Werner Koch2014-01-066-18/+172
* Locate engine names only at runtime and prefer GnuPG-2.Werner Koch2013-12-2712-164/+81
* Fix possible segv in the gpgme_op_card_edit.Werner Koch2013-08-191-4/+4
* Add function gpgme_data_identify.Werner Koch2013-08-098-8/+488
* Prefer GnuPG-2 engines over GnuPG-1.Werner Koch2013-08-0211-91/+201
* w32: Try to locate gpg in the gpgme installation dir.Werner Koch2013-08-021-73/+156
* Add function gpgme_signers_count.Werner Koch2013-06-184-0/+14
* Add convenience macro GPGME_PROTOCOL_OPENPGP.Werner Koch2013-05-281-0/+2
* w32: Fix installing of .def file.Werner Koch2013-05-231-0/+1
* Support --no-encrypt-to also with gpgme_op_encrypt_sign.Werner Koch2013-05-221-0/+3
* Allow symmetric encryption with gpgme_op_encrypt_sign.Werner Koch2013-05-222-9/+37
* gpgme-tool: Allow for symmetric encryption.Werner Koch2013-05-221-2/+5
* Improve C++ compatibility of previous patch.Werner Koch2013-05-181-2/+1
* Make definition of off_t robust against misbehaving w32 toolchains.Werner Koch2013-05-1616-72/+77
* w32: Change the way the I/O threads are cleaned up.Werner Koch2013-05-111-90/+73
* Fix hang in socket closing.Werner Koch2013-05-081-0/+36
* Improve debug output of the I/O reader and writer.Werner Koch2013-05-081-5/+17
* Simplify a debug code function.Werner Koch2013-05-061-11/+4
* Allow reading of long gpgconf output lines.Werner Koch2013-04-301-43/+76
* Enable FD passing and thus building of the UI-server.Werner Koch2013-02-261-1/+1
* w32: Hacks for building with 32 bit mingw64.Werner Koch2013-02-262-1/+6
* Change the various version numbers to the new scheme.Werner Koch2013-02-262-3/+20
* Add macro GPGME_VERSION_NUMBER.Werner Koch2013-02-121-1/+5
* Add public function gpgme_get_pinentry_mode.Werner Koch2013-02-124-0/+15
* gpgme_tool: Support GPG's new pinentry-mode.Werner Koch2013-02-073-5/+118
* Add public function gpgme_set_pinentry_mode.Werner Koch2013-02-0713-7/+132
* Add public function gpgme_io_writen.Werner Koch2013-02-074-126/+154
* Use gpg_error_from_syserror instead of directly accessing errno.Werner Koch2013-02-0627-135/+133
* Make _gpgme_encode_percent_string work for memory buffers.Werner Koch2012-11-151-1/+1
* Fix ttyname problem on Android.Werner Koch2012-10-241-4/+9
* Trace the use of GPG_ERR_INV_ENGINE.Werner Koch2012-10-1920-37/+65
* Avoid warning about initialized but not used variableWerner Koch2012-10-191-2/+3
* gpgme-tool: Use membuf functions to build up strings.Werner Koch2012-10-111-32/+159
* gpgme-tool: Change license from LPGLv2+ to GPLv3+Werner Koch2012-10-111-4/+5
* gpgme-tool: escape special characters in output XML data (<, >, and &).W. Trevor King2012-10-111-2/+67