summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ben-minor-fixesben/minor-docs-fixesBen McGinnes2016-08-1710-20/+103
|\
| * core: New global flag "require-gnupg".Werner Koch2016-08-166-6/+61
| * core: Simplify setting of dummy versions.Werner Koch2016-08-165-14/+42
* | TODO stuffBen McGinnes2016-08-171-0/+8
* | Historical RecordBen McGinnes2016-08-171-6/+26
* | Spelling fixBen McGinnes2016-08-171-1/+1
|/
* Qt: Add test for progress signal of encryptjobAndre Heinecke2016-08-121-0/+62
* Cpp: Provide size-hint for seekable and mem dataAndre Heinecke2016-08-121-0/+10
* core: Make use of the "size-hint" in engine-gpg.Werner Koch2016-08-123-4/+134
* core: Add gpgme_data_set_flag to add more meta data to data objects.Werner Koch2016-08-128-0/+68
* Add Python bindings to NEWS.Justus Winter2016-08-121-0/+2
* Qt: Fix defaultkeygenerationjob buildAndre Heinecke2016-08-121-0/+2
* Qt: Add DefaultKeyGenerationJobAndre Heinecke2016-08-113-4/+207
* Qt: Ensure all public classes are exportedAndre Heinecke2016-08-1113-15/+29
* Qt: Add KeyForMailboxJobAndre Heinecke2016-08-119-4/+399
* doc: Get rid of version.texiWerner Koch2016-08-104-3/+354
* build: Declare all languages for make dist.Werner Koch2016-08-102-0/+4
* core: Do not identify PNG files as PGP signatures.Werner Koch2016-08-101-0/+5
* Cpp: Handle empty recipients consistentlyAndre Heinecke2016-08-102-38/+38
* core: Handle ENCRYPT_SYMMETRIC also for sig & encAndre Heinecke2016-08-101-4/+7
* Qt: Remove unused variableAndre Heinecke2016-08-101-1/+1
* Qt: Create TestPassphraseProvider on stackAndre Heinecke2016-08-102-4/+7
* Cpp: Clarify ownership of provider classesAndre Heinecke2016-08-101-0/+14
* tests: Fix memory leak.Justus Winter2016-08-101-0/+1
* core: Ensure err is initalized in gpg_encryptAndre Heinecke2016-08-101-1/+1
* Qt: Fix t-keylist moc includeAndre Heinecke2016-08-101-1/+0
* Qt: Clean up debug output in testsAndre Heinecke2016-08-091-2/+1
* Qt: Add encryption test and refactor testsuiteAndre Heinecke2016-08-098-46/+302
* Qt: Add support for EncryptJobs with generic flagsAndre Heinecke2016-08-096-22/+100
* Cpp: Add support for all EncryptionFlagsAndre Heinecke2016-08-092-1/+26
* Cpp: Fix simple symmetric encryptionAndre Heinecke2016-08-091-1/+2
* core: Add support for mixed symmetric and asym encAndre Heinecke2016-08-097-7/+154
* core: Let GPGME_PROTOCOL_ASSUAN pass Assuan comments through.Werner Koch2016-08-081-0/+1
* Prepend LD_LIBRARY_PATH for python testsAndre Heinecke2016-08-081-1/+1
* python: Clean up and modernize examples.Justus Winter2016-08-0514-500/+360
* core: Extend gpgme_subkey_t to carry the keygrip.Werner Koch2016-08-046-10/+76
* python: Add a nicer interface to list keys.Justus Winter2016-08-032-1/+16
* python: Add a flag identifying in-tree builds.Justus Winter2016-08-024-1/+24
* python: Fix build system integration.Justus Winter2016-08-021-3/+17
* doc: Document the Assuan protocol.Justus Winter2016-08-021-1/+97
* doc: Fix formatting.Justus Winter2016-08-021-2/+2
* python: Fix out-of-tree build.Justus Winter2016-07-281-1/+1
* python: Improve error handling.Justus Winter2016-07-281-8/+18
* src: Fix dummy engine versions.Justus Winter2016-07-283-6/+6
* python: Drop superfluous imports and trim public interface.Justus Winter2016-07-288-9/+27
* python: Rename compiled SWIG module.Justus Winter2016-07-287-115/+115
* python: Rename exported functions.Justus Winter2016-07-283-28/+28
* python: Rename private functions.Justus Winter2016-07-284-72/+77
* python: Support the Assuan engine.Justus Winter2016-07-287-1/+302
* python: Improve engine information handling.Justus Winter2016-07-283-9/+54