summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python: Share generated methods between objects.justus/pyme3Justus Winter2016-05-122-10/+18
* python: Raise exceptions on write errors.Justus Winter2016-05-122-1/+8
* python: Fix writing to data buffers.Justus Winter2016-05-124-3/+71
* python: Add a test suite.Justus Winter2016-05-124-1/+47
* python: Cache generated wrapper functions.Justus Winter2016-05-121-3/+6
* python: Fix function invocation.Justus Winter2016-05-121-1/+1
* python: Fix name of exception, make slot methods explicit.Justus Winter2016-05-121-1/+18
* python: Handle interpreter shutdown.Justus Winter2016-05-121-8/+22
* python: Make test case more robust.Justus Winter2016-05-121-0/+4
* python: Fix type translation.Justus Winter2016-05-123-27/+41
* python: Fix simple example.Justus Winter2016-05-111-1/+2
* python: Integrate into the build system.Justus Winter2016-05-115-31/+294
* python: PEP8 fixes.Justus Winter2016-05-104-33/+38
* python: Delete trailing whitespace.Justus Winter2016-05-1014-78/+74
* python: Drop Debian packaging.Justus Winter2016-05-107-261/+0
* python: Rename bindings.Justus Winter2016-05-1054-1/+1
* Merge branch 'master' into justus/pyme3Justus Winter2016-05-1064-979/+3293
|\
| * 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