aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch2015-12-091-2/+2
* | Return on user cancellation of delete operationDaiki Ueno2015-12-041-0/+32
* | doc: Fix minor errorsDaiki Ueno2015-12-041-15/+15
* | Fix typos found by codespell.Justus Winter2015-12-028-13/+13
* | Make use of user passphrase handler during passwd.Ben Kibbey2015-10-291-0/+8
* | w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch2015-10-281-2/+7
* | w32: Improve locating gpgconf on 64 bit systems.Werner Koch2015-10-281-2/+7
* | w32: Add new global flag "w32-inst-dir".Werner Koch2015-10-285-1/+51
* | cleanup: Fix type mismatch around gpgme_error_t.NIIBE Yutaka2015-10-162-2/+2
* | gpgme-tool: Switch to argparse.c for option parsing.Werner Koch2015-08-314-491/+1862
* | Add gpgme_pubkey_algo_stringWerner Koch2015-08-308-33/+94
* | Post release updatesWerner Koch2015-08-262-1/+5
* | Release 1.6.0gpgme-1.6.0Werner Koch2015-08-265-20/+90
* | Make use of GPGRT macros is available.Werner Koch2015-08-261-12/+17
* | Avoid -Wundef warnings if gpgme.h is used by g++.Werner Koch2015-08-251-20/+24
* | Add configure option --enable-build-timestamp.Werner Koch2015-08-251-1/+11
* | Relax ttyname_r error checksDaiki Ueno2015-08-255-29/+24
* | Cleanup layout of gpgme.hWerner Koch2015-08-252-167/+225
* | Improve error return by checking the FAILURE status.Werner Koch2015-08-2511-2/+98
* | tests: Build test programs in tests/ without wrappers.Werner Koch2015-08-251-0/+1
* | tests: Allow using run-sign to test loopback pinentry problems.Werner Koch2015-08-251-0/+26
* | Call status_cb for an ERROR status seen in the passphrase handler.Werner Koch2015-08-241-0/+12
* | w32: Look for gpgconf in the new GnuPG 2.1 install dir.Werner Koch2015-08-241-6/+13
* | w32: Expect gpgme-w32spawn.exe only in the gpgme installation dir.Werner Koch2015-08-241-58/+65
* | w32: Print the installation directory in debug mode.Werner Koch2015-08-242-1/+15
* | Add an export secret key feature.Werner Koch2015-08-247-20/+123
* | Parse INQUIRE_MAXLEN in the passphrase callback.Ben Kibbey2015-08-161-3/+15
* | Fix gpgme_{get,set}_status_cb to match documentation.Ben Kibbey2015-08-152-9/+14
* | Parse the INQUIRE_MAXLEN status message.Ben Kibbey2015-08-155-1/+27
* | Add gpgme_set/get_status_cb().Ben Kibbey2015-08-156-0/+100
* | Make use of user passphrase handler during genkey.Ben Kibbey2015-08-151-0/+8
* | Also check the return code in gpg_sign().Ben Kibbey2015-08-121-1/+1
* | Check the return value when starting gpg.Ben Kibbey2015-08-111-3/+3
* | Add offline mode support for CMS keylistingAndre Heinecke2015-07-3113-15/+123
* | build: ignore scissor line for the commit-msg hookPeter Wu2015-07-231-0/+6
* | Add option --lib-version to gpgme-tool.Werner Koch2015-07-231-4/+23
* | Post release updatesWerner Koch2015-06-082-2/+6
* | Release 1.5.5gpgme-1.5.5Werner Koch2015-06-083-5/+11
* | Fix regression with gpgsm 2.0 due to "OPTION with-secret".Werner Koch2015-06-081-16/+30
* | tests: Add option --secret to run-keylist.Werner Koch2015-06-081-1/+8
* | Fix compiler warnings about unused value in TRACE macros.Werner Koch2015-06-082-37/+45
* | Fix test suite for GnuPG 2.1 which uses pubring.kbx.Werner Koch2015-06-088-16/+42
* | Set GPGME_SIGSUM_KEY_REVOKED also for gpg.Matthew Barnes2015-06-051-0/+7
* | Fix segv for userids with a backslash.Werner Koch2015-06-051-0/+1
|/
* Post release updates.Werner Koch2015-04-132-2/+6
* Release 1.5.4.gpgme-1.5.4Werner Koch2015-04-133-9/+10
* w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll.Werner Koch2015-04-131-4/+8
* Fix potential crash in trace macro.Werner Koch2015-03-163-5/+3
* Fix one byte too short malloc.Werner Koch2015-03-161-1/+1
* Switch to automake 1.14 and update build-aux files.Werner Koch2015-01-3011-829/+1086