summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.4.0.gpgme-1.4.0Werner Koch2013-02-267-11/+20
* Enable FD passing and thus building of the UI-server.Werner Koch2013-02-263-3/+20
* w32: Hacks for building with 32 bit mingw64.Werner Koch2013-02-263-2/+11
* Improve missing libgpg-error reporting in configure.Werner Koch2013-02-261-2/+17
* Change the various version numbers to the new scheme.Werner Koch2013-02-264-54/+125
* Update GnuPG related m4 files.Werner Koch2013-02-262-28/+56
* Update helper scripts.Werner Koch2013-02-2612-13/+10649
* Remove included gitlog-to-changelog.Werner Koch2013-02-252-377/+3
* Declare next version to be 1.4.0Werner Koch2013-02-123-4/+4
* Add macro GPGME_VERSION_NUMBER.Werner Koch2013-02-123-3/+13
* Add public function gpgme_get_pinentry_mode.Werner Koch2013-02-125-0/+16
* gpgme_tool: Support GPG's new pinentry-mode.Werner Koch2013-02-073-5/+118
* Add public function gpgme_set_pinentry_mode.Werner Koch2013-02-0714-7/+140
* Add public function gpgme_io_writen.Werner Koch2013-02-075-129/+158
* Use gpg_error_from_syserror instead of directly accessing errno.Werner Koch2013-02-0627-135/+133
* Improve parsing of the GIT revision number.Werner Koch2012-11-161-6/+5
* Fix non-portable use of chmod in autogen.sh.Werner Koch2012-11-161-2/+2
* Make _gpgme_encode_percent_string work for memory buffers.Werner Koch2012-11-151-1/+1
* Make local variables configure hack more robustWerner Koch2012-10-241-1/+1
* Fix ttyname problem on Android.Werner Koch2012-10-243-4/+27
* tests: Adhere to the docs and call gpgme_check_version.Werner Koch2012-10-241-0/+1
* 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-112-5/+6
* gpgme-tool: escape special characters in output XML data (<, >, and &).W. Trevor King2012-10-111-2/+67
* gpgme-tool: Fix chain_id -> chain-id in KEYLIST XML.W. Trevor King2012-10-111-1/+1
* gpgme-tool: Return more detailed XML from KEYLISTW. Trevor King2012-09-281-14/+120
* gpgme-tool: Initialize input_fd and output_fdW. Trevor King2012-09-281-0/+2
* gpgme-tool: Fix handling of file descriptorsWerner Koch2012-09-261-16/+35
* Add DCO fileWerner Koch2012-09-251-0/+29
* Document contribution rules.Werner Koch2012-09-254-6/+63
* Add gpgme_set_global_flag to help debuggingWerner Koch2012-09-258-10/+95
* Remove all trailing whitespace from source filesWerner Koch2012-09-2583-726/+726
* Add two recent contributors.Marcus Brinkmann2012-07-281-2/+3
* Fix sign error in position calculation for mem_seek.Marcus Brinkmann2012-07-281-1/+1
* Allow null context on gpgme_set_locale.Marcus Brinkmann2012-07-281-3/+0
* Do not include the removed file status-table.hWerner Koch2012-07-131-22/+21
* Make handling of new conf values more robust (bug#1413).Werner Koch2012-07-131-50/+51
* Post release updates.Werner Koch2012-05-022-2/+6
* Release 1.3.2.gpgme-1.3.2Werner Koch2012-05-027-44/+63
* Remove unused pth stuff from gpgme-config.Werner Koch2012-05-021-6/+0
* Fix minor documentation problem.Werner Koch2012-05-021-27/+27
* Update signature summary for the case of missing X.509 keys.Werner Koch2012-05-022-11/+39
* Fix timestamp parsing for y2038 hack.Werner Koch2012-04-301-2/+3
* Remove trailing white spaceWerner Koch2012-04-302-49/+49
* .gitignore: flesh out rules and add subdirectory-.gitignores.W. Trevor King2012-04-208-5/+81
* status-table.c: include string.h for strcmp.W. Trevor King2012-04-131-0/+1
* gpgme-tool: add help messages for a number of commands.W. Trevor King2012-04-031-23/+137
* uiserver.texi: fix decryption -> encryption typo in PREP_ENCRYPT discussion.W. Trevor King2012-04-031-1/+1