aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-07-13Do not include the removed file status-table.hWerner Koch1-22/+21
2012-07-13Make handling of new conf values more robust (bug#1413).Werner Koch1-50/+51
2012-05-02Release 1.3.2.gpgme-1.3.2Werner Koch1-1/+1
2012-05-02Remove unused pth stuff from gpgme-config.Werner Koch1-6/+0
2012-05-02Update signature summary for the case of missing X.509 keys.Werner Koch1-5/+29
2012-04-30Fix timestamp parsing for y2038 hack.Werner Koch1-2/+3
2012-04-30Remove trailing white spaceWerner Koch2-49/+49
2012-04-20.gitignore: flesh out rules and add subdirectory-.gitignores.W. Trevor King1-0/+7
2012-04-13status-table.c: include string.h for strcmp.W. Trevor King1-0/+1
2012-04-03gpgme-tool: add help messages for a number of commands.W. Trevor King1-23/+137
2012-03-12Do not rely on glibc name of syscall.Marcus Brinkmann1-1/+1
2012-02-14Rework status table to be less dynamically generated.Marcus Brinkmann11-173/+183
2012-02-08Link gpgme-tool directly to libassuan, as it uses its interface.Marcus Brinkmann1-1/+1
2012-01-19Fix Solaris problems with ttyname_r.Werner Koch2-24/+104
2012-01-19For W32 use a build number instead of abbreviated commit id.Werner Koch1-4/+4
2011-12-02Generate the ChangeLog from commit logs.Werner Koch2-5/+14