aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* python: Fix error handling.Justus Winter2017-02-161-1/+6
* core: Fix expiration time handling when creating keys.Justus Winter2017-02-154-19/+36
* python: Fix build system integration.Justus Winter2017-02-152-19/+20
* python: Update lists of functions returning gpgme_error_t.Justus Winter2017-02-151-6/+18
* core: Fix error types.Justus Winter2017-02-154-5/+7
* python: Wrap utility functions.Justus Winter2017-02-143-3/+56
* python: Use the correct function to free buffers.Justus Winter2017-02-141-1/+1
* python: Add keylist mode parameter.Justus Winter2017-02-142-2/+6
* python: Nicer repr for user ids.Justus Winter2017-02-141-0/+4
* python: Add convenience functions for the home directory.Justus Winter2017-02-142-2/+14
* qt: Make sure to remove the tofu.db on clean.Justus Winter2017-02-141-1/+1
* python: Extend SWIG gpgme_{sub,}key with a __repr__ method.Tobias Mueller2017-02-141-0/+27
* python: Remove the -builtin flag for SWIG.Tobias Mueller2017-02-141-1/+1
* python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller2017-02-141-1/+11
* python: Conditionally provide py3 argument to SWIGTobias Mueller2017-02-141-2/+3
* python: Use one copy of the source tree per Python version.Justus Winter2017-02-132-17/+24
* build: Use macOS' compatibility macros to enable all features.Justus Winter2017-02-131-0/+2
* Revert "Disable fd-passing for Apple."Justus Winter2017-02-131-12/+1
* qt: Add missing #include <functional>Igor Gnatenko2017-02-132-0/+2
* qt: Don't rely on implicit include in t-verifyAndre Heinecke2017-02-071-0/+1
* doc: Document that gpgme_op_genkey() parms parameter is not XML.Daniel Kahn Gillmor2017-02-061-8/+16
* core: Optimize fork/exec for *BSD and Solaris.Werner Koch2017-02-032-13/+37
* core: Fix possible deadlock due to get_max_fds.Werner Koch2017-02-031-31/+37
* core: Minor cleanup of commit 195c735Werner Koch2017-02-031-8/+8
* qt: Add test for tofu conflictAndre Heinecke2017-02-021-0/+133
* core: Handle multiple TOFU_USER lines in verifyAndre Heinecke2017-02-021-8/+31
* core: Replace all calls to *sprintf by gpgrt_*sprintf.Werner Koch2017-02-0213-301/+97
* core: Remove unused check for funopen/fopencookie.Werner Koch2017-02-022-78/+0
* core: Explain in gpgme.h that most stucts are read-only.Werner Koch2017-02-021-10/+70
* core: Un-deprecate gpgme_data_rewind.Werner Koch2017-02-024-16/+17
* core: Move all deprecated stuff to the end of gpgme.h.Werner Koch2017-02-021-315/+315
* core: Cleanup gpgme_key_unref freesAndre Heinecke2017-02-011-17/+8
* core: Fix leakage of address for mail only uidsAndre Heinecke2017-02-011-9/+1
* core: Improve mailbox only uid handlingAndre Heinecke2017-02-011-0/+8
* qt: Increase timeout when waiting for signals.Justus Winter2017-01-316-13/+17
* core: Add new context flag "redraw".Werner Koch2017-01-316-1/+49
* tests: Reduce iterations / threadsAndre Heinecke2017-01-303-3/+3
* python: Ensure quick-random is used if gpg is gpg2Andre Heinecke2017-01-261-0/+2
* python: default op_keylist_start parameters.Tobias Mueller2017-01-252-0/+21
* tests: Use --debug-quick-random for testsAndre Heinecke2017-01-251-5/+7
* w32: Fix closing file descriptors.Justus Winter2017-01-231-2/+8
* tests: Add safeguards against nullptr derefAndre Heinecke2017-01-171-6/+9
* qt: Use QVERIFY instead of Q_ASSERT in conf testAndre Heinecke2017-01-161-3/+3
* qt: Add test for CryptoConfigAndre Heinecke2017-01-162-3/+98
* tests: Fix distcheck.Justus Winter2017-01-161-1/+1
* Fix changing options with gpgconf.Justus Winter2017-01-161-12/+54
* tests: Improve the gpgconf test.Justus Winter2017-01-122-53/+129
* tests: Enable gpgconf test.Justus Winter2017-01-121-4/+0
* qt: Add support for stringValueList in CryptoConfAndre Heinecke2017-01-126-1/+69
* qt: Don't use qstrdup in test passphrase cbAndre Heinecke2017-01-121-1/+5