aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 1.11.0gpgme-1.11.0Werner Koch2018-04-182-9/+11
* json: Add stpcpy replacement.Werner Koch2018-04-181-0/+13
* doc: Update copyright years and change two URLs.Werner Koch2018-04-187-17/+17
* doc: Unify comment style in gpgme.hWerner Koch2018-04-181-160/+175
* core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.Werner Koch2018-04-184-3/+48
* json: Add command "decrypt" to gpgme-json.Werner Koch2018-04-181-7/+139
* core: Add 'is_mime' flags to the verify and decrypt results.Werner Koch2018-04-189-26/+51
* core: Fix possible compliance mode detection error.Werner Koch2018-04-181-0/+1
* json: Improve help meta command in gpgme-json.Werner Koch2018-04-181-7/+17
* json: Add command "getmore" to gpgme-json.Werner Koch2018-04-181-46/+228
* json: Add meta command ,read to gpgme-json.Werner Koch2018-04-181-1/+58
* core: Extend decryption result with symkey_algo.Werner Koch2018-04-177-11/+123
* core: New keyword --file for OpenPGP recpstring.Werner Koch2018-04-172-9/+43
* core: For OpenPGP let offline mode disable dirmngr.Werner Koch2018-04-172-17/+38
* python: Fix crash by leaving struct members intactTobias Mueller2018-04-171-18/+1
* core: Allow for --hidden keyword in OpenPGP recpstrings.Werner Koch2018-04-172-5/+19
* core: New encryption flag GPGME_ENCRYPT_WANT_ADDRESS.Werner Koch2018-04-175-10/+94
* core: Add extended versions of the encrypt functions.Werner Koch2018-04-1715-145/+519
* core: Tweak STATUS_FAILURE handling.Werner Koch2018-04-122-4/+14
* core: For a failed verification return the sig's fingerprint.Werner Koch2018-04-121-2/+19
* tests: Avoid segv in run-verify due to Policy URLsWerner Koch2018-04-121-9/+16
* tests: Add another check to gpg/t-verify.Werner Koch2018-04-121-52/+84
* core: Add new context flag "no-symkey-cache".Werner Koch2018-04-127-14/+89
* qt: Add test for resetting config valueAndre Heinecke2018-04-041-1/+33
* Merge branch 'master' of ssh+git://playfair.gnupg.org/git/gpgmeBen McGinnes2018-03-298-58/+548
|\
| * json: Build only a dummy if libgpg-error is < 1.28Werner Koch2018-03-291-0/+5
| * Merge branch 'ben/howto-update-02' of ssh+git://playfair.gnupg.org/git/gpgmeBen McGinnes2018-03-286-49/+370
| |\
| | * example: revoke UIDben/howto-update-02Ben McGinnes2018-03-281-0/+62
| | * docs: python bindings howtoBen McGinnes2018-03-281-25/+53
| | * example: key signingBen McGinnes2018-03-281-0/+63
| | * doc: python bindings howtoBen McGinnes2018-03-281-1/+1
| | * docs python bindings howtoBen McGinnes2018-03-281-16/+19
| | * example: add user IDBen McGinnes2018-03-281-0/+62
| | * doc: python bindings howtoBen McGinnes2018-03-271-6/+6
| | * example: key creationBen McGinnes2018-03-271-0/+95
| | * script: temp homedir configBen McGinnes2018-03-271-2/+9
| | * doc: python bindings howtoBen McGinnes2018-03-251-0/+1
| * | json: Remove the "message" object thingy again.Werner Koch2018-03-281-21/+9
| * | json: Make native messaging work.Werner Koch2018-03-281-13/+64
| * | core: Initialize key return value in gpgme_get_keyAndre Heinecke2018-03-271-0/+2
| |/
| * script: temp homedirhowto-update-01Ben McGinnes2018-03-251-1/+1
| * doc: python bindings howtoBen McGinnes2018-03-251-0/+4
| * script: temporary homedir creationBen McGinnes2018-03-251-0/+119
| * doc: python bindings howtoBen McGinnes2018-03-241-4/+4
* | Merge branch 'master' of ssh+git://playfair.gnupg.org/git/gpgmeBen McGinnes2018-03-2421-11/+3378
|\|
| * core: Need to increase an array in the gpg engine.Werner Koch2018-03-231-1/+1
| * json: Use a request origin of "browser".Werner Koch2018-03-231-0/+1
| * core: New gpgme_set_ctx_flag "request-origin".Werner Koch2018-03-2315-8/+176
| * build: Allow building with released libgpg-error.Werner Koch2018-03-231-0/+4
| * Merge branch 'json-tool'Werner Koch2018-03-236-2/+3196
| |\