summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* qt: Fix IODeviceDataProvider with ProcessAndre Heinecke2017-11-141-1/+5
* core: use getdents64 syscall on linux instead of getdents.Daniel Kahn Gillmor2017-10-121-7/+8
* core: Allow disabling the use of SYS_getdents for Linux.Werner Koch2017-10-042-6/+29
* core: Restore get_max_fds optimization on LinuxColin Watson2017-10-041-33/+66
* Register DCO for Colin Watson.Werner Koch2017-10-041-0/+2
* qt: Add test for version infoAndre Heinecke2017-09-041-0/+13
* cpp: Fix version info comparisonAndre Heinecke2017-09-042-9/+19
* core: New context flag "auto-key-retrieve"Werner Koch2017-08-2413-9/+72
* Set next version to 1.10.0Werner Koch2017-08-243-17/+17
* core: New public enum gpgme_keyorg_t.Werner Koch2017-08-242-3/+37
* gpgconf: Add more comments.Marcus Brinkmann2017-08-241-1/+7
* Fix a couple of bugs pointed out by clang compiler warnings.Marcus Brinkmann2017-08-232-2/+2
* python: Support parallel build in testsAlon Bar-Lev2017-08-211-1/+1
* python: Improve keylist test.Justus Winter2017-08-211-0/+3
* doc: Add version information.Marcus Brinkmann2017-08-161-1/+320
* doc: Clarify import keys operation further.Marcus Brinkmann2017-08-161-2/+8
* gpgconf: Fix some warnings.Marcus Brinkmann2017-08-162-23/+32
* gpgconf: Fix symbol export.Marcus Brinkmann2017-08-161-1/+1
* NEWS: Add missing entry.Marcus Brinkmann2017-08-151-0/+1
* gpgconf: Add access to --list-dirs for non-default engine.Marcus Brinkmann2017-08-1515-0/+111
* g10: Add new delete operations that allow more flags.Marcus Brinkmann2017-08-1111-22/+110
* doc: Clarify import keys operation.Marcus Brinkmann2017-08-102-22/+19
* doc: Add more tofu documentation.Marcus Brinkmann2017-08-101-0/+72
* core: Fix status parsing for decrypt + verifyAndre Heinecke2017-07-271-3/+15
* cpp: Fix Key::isDeVs for subkeysAndre Heinecke2017-07-261-1/+12
* tests: Fix distcheck.Justus Winter2017-07-131-0/+1
* tests: Fix blunder.Justus Winter2017-07-131-1/+1
* tests: Make agent spawning more robust.Justus Winter2017-07-132-0/+13
* Sync 'autogen.sh'.Justus Winter2017-07-131-20/+116
* tests: Fix printf compiler warning for an error case.Werner Koch2017-07-121-1/+1
* core: Return NO_SECKEY error code on decryptionWerner Koch2017-07-122-3/+12
* core: Return CANCELED and BAD_PASSPHRASE error code on decryption.Werner Koch2017-07-121-1/+32
* core: Simplify parsing of STATUS_ERROR in decrypt.cWerner Koch2017-07-122-42/+40
* doc: Add list of copyright olders to AUTHORS.Werner Koch2017-07-121-0/+23
* python: Improve error handling.Justus Winter2017-07-113-65/+153
* Add isDeVs to ostream operatorAndre Heinecke2017-07-102-0/+2
* Fix some shadow warningsAndre Heinecke2017-07-101-4/+4
* cpp: Fix CMake config library name for GPGMEAndre Heinecke2017-06-121-1/+1
* Add flag 'is_de_vs' to decryption results and signatures.Justus Winter2017-06-0112-24/+69
* core: Sort the status table.Justus Winter2017-05-301-10/+10
* python: Fix build in certain cases.Justus Winter2017-05-181-1/+1
* tests: Remove remnants of 'check-local'.Justus Winter2017-05-101-7/+0
* python: Fix test environment creation.Justus Winter2017-05-101-1/+0
* tests: Make sure to kill all previously running daemons.Justus Winter2017-05-104-0/+4
* tests: Harmonize test suites.Justus Winter2017-05-103-5/+13
* qt: Stop agent on clean.Justus Winter2017-05-101-0/+1
* qt: Add a missing include <functional>Andre Heinecke2017-05-101-0/+1
* qt: Undeprecate API that I find usefulAndre Heinecke2017-05-105-5/+5
* qt, tests: Don't use internal APIAndre Heinecke2017-05-102-17/+19
* core: Don't split gpgconf strings on commaAndre Heinecke2017-05-031-2/+3