aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Qt: Don't declare showErrorDialog anymoreAndre Heinecke2016-04-031-2/+0
| * | Qt: Only use GpgME based config classAndre Heinecke2016-04-033-1200/+1
| * | Add additional include path in config filesAndre Heinecke2016-04-022-2/+2
| * | Qt: Fix library name in nodist variableAndre Heinecke2016-04-021-1/+1
| * | Add missing files to QGpgMEAndre Heinecke2016-04-024-0/+857
| * | Add QGpgME code from libkleoAndre Heinecke2016-04-0283-3/+10802
| * | Add qgpgme as qt language bindingAndre Heinecke2016-03-0813-16/+790
| * | Remove obsolete w32-qt codeAndre Heinecke2016-03-086-1952/+4
| * | Add version info for gpgmeppAndre Heinecke2016-03-021-0/+2
| * | Add cmake configuration filesAndre Heinecke2016-03-024-0/+176
| * | Fix export header and windows export macrosAndre Heinecke2016-03-021-4/+16
| * | Add header installationAndre Heinecke2016-03-021-2/+22
| * | Add enable-languages build optionAndre Heinecke2016-03-023-6/+44
| * | Add README for gpgmeppAndre Heinecke2016-02-222-0/+55
| * | Add buildsystem for GpgmeppAndre Heinecke2016-02-224-1/+64
| * | Remove feature check ifdefsAndre Heinecke2016-02-2227-692/+12
| * | Initial checkin of gpgmepp sourcesAndre Heinecke2016-02-2269-0/+12197
* | | Allow cc to detect missing cases in a switch.Werner Koch2016-05-101-2/+2
|/ /
* | Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch2016-01-151-0/+13
* | 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