aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* js: fixing errors found by testing: encrypt/decryptMaximilian Krambach2018-05-077-23/+219
* js: fixing errors found by testingMaximilian Krambach2018-05-044-23/+66
* js: Added browser testing for unit testsMaximilian Krambach2018-05-0311-16/+436
* js: changed Key class stubMaximilian Krambach2018-05-035-68/+110
* js: more testingMaximilian Krambach2018-04-2716-114/+416
* js: fixed empty operation setter in MessageMaximilian Krambach2018-04-271-2/+9
* js: fixed wrong paths in DemoExtensionMaximilian Krambach2018-04-263-3/+3
* js: created TestExtension and smaller fixesMaximilian Krambach2018-04-2628-143/+429
* js: First testing and improvementsMaximilian Krambach2018-04-2512-56/+227
* js: Configuration and Error handlingMaximilian Krambach2018-04-2510-207/+309
* js: reactivate timeout on connectionMaximilian Krambach2018-04-254-12/+19
* js: change in Error behaviourMaximilian Krambach2018-04-258-156/+132
* js: allow openpgp-like Message objects as DataMaximilian Krambach2018-04-251-0/+7
* js: Key object adjustments after discussionMaximilian Krambach2018-04-243-15/+64
* js: change in initialization ancd connection handlingMaximilian Krambach2018-04-246-114/+157
* js: don't allow message operation changesMaximilian Krambach2018-04-233-30/+24
* js: Key handling stubs, Error handling, refactoringMaximilian Krambach2018-04-238-131/+756
* js: encrypt improvement and decrypt methodMaximilian Krambach2018-04-2018-306/+887
* Merge branch 'master' into javascript-bindingMaximilian Krambach2018-04-2037-535/+1993
|\
| * core: Do not modify args for ignored failuresAndre Heinecke2018-04-201-4/+3
| * Post release updatesWerner Koch2018-04-202-1/+5
| * Release 1.11.1gpgme-1.11.1Werner Koch2018-04-202-5/+12
| * core: Remove another debug output leftover.Werner Koch2018-04-201-1/+0
| * build: More release creation automation.Werner Koch2018-04-201-1/+58
| * doc: Suggest the use of strconcat for recipient strings.Werner Koch2018-04-201-0/+55
| * json: Remove the -noinstall flag used during development.Werner Koch2018-04-191-2/+0
| * cpp: Add origin and last_update to UserIDAndre Heinecke2018-04-193-19/+49
| * cpp: Add origin and last_updateAndre Heinecke2018-04-193-0/+56
| * core: Remove leftover debug output.Werner Koch2018-04-191-1/+0
| * tests: Fix t-verify test for GnuPG < 2.2.7.Werner Koch2018-04-191-3/+9
| * Post release updatesWerner Koch2018-04-182-3/+6
| * 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