aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* qt: Clean up test dirs on failureAndre Heinecke2017-01-118-174/+174
* qt: Add test for uid functionsAndre Heinecke2017-01-112-3/+131
* cpp: Add revuid and adduid supportAndre Heinecke2017-01-115-0/+87
* Fix Qgpgme build for macosAndre Heinecke2017-01-112-2/+4
* Fix cmake configuration files for MacOSAndre Heinecke2017-01-115-2/+26
* python: Improve compatibility with Scheme tests.Justus Winter2017-01-031-0/+2
* python: Add a switch '--quiet' to the test runner.Justus Winter2017-01-031-5/+12
* qt: Update config sync doc / commentAndre Heinecke2017-01-022-12/+6
* core: Always use runtime for gpgconf changesAndre Heinecke2017-01-022-2/+4
* Fix gpg_addkey() to work with GPGME_CREATE_NOPASSWD as well.Ben Kibbey2016-12-311-0/+2
* Fix GPGME_CREATE_NOPASSWD without pinentry loopback.Ben Kibbey2016-12-271-0/+2
* Qt: Make sure extended grep is used with '|'.Raphael Kubo da Costa2016-12-191-3/+3