aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-10-25Remove support for libgpgme-pth.Marcus Brinkmann4-273/+8
2011-05-26Check context pointers for null pointer on entry points.Marcus Brinkmann22-6/+266
2011-04-06gpgme-config cleanups and --host optionWerner Koch2-32/+68
2011-04-06Insert platform dependent typedefs into gpgme.hWerner Koch2-27/+28
2011-02-03Add support for non-API GnuPG status codes.Werner Koch5-79/+125
2011-02-03Fix socket implementation on Windows.Marcus Brinkmann2-1/+5
2011-02-02Fix Windows port (spawn and assuan engine).Marcus Brinkmann4-44/+38
2011-02-022011-02-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-15/+21
2011-01-21Fix gpgconf option change if not self-assigning.Marcus Brinkmann2-5/+8
2010-12-08Allow multiple patterns for KEYLIST.Werner Koch2-6/+65
2010-11-232010-11-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+17
2010-11-232010-11-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann4-5/+12
2010-11-192010-11-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-5/+15
2010-11-172010-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+19
2010-11-152010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann4-0/+7
2010-11-152010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
2010-11-15Fixes for the MSC buildWerner Koch5-5/+42
2010-11-04More changes for W32CE with MSC.Werner Koch4-213/+15
2010-11-03Hopefully last changes for building with MSC.Werner Koch6-8/+63