aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* js: Tests and improvements for openpgp modeMaximilian Krambach2018-05-1410-161/+346
* js: more testing of nativeMessaging connectionMaximilian Krambach2018-05-0912-162/+328
* Merge branch 'master' into javascript-bindingMaximilian Krambach2018-05-095-14/+35
|\
| * json: Improve auto-base64 encoding to not split UTF-8 chars.Werner Koch2018-05-091-8/+14
| * core: Make the status-fd monitor work for all gpgsm commands.Werner Koch2018-05-091-1/+10
| * python: key expiration datetime stamp testsBen McGinnes2018-05-051-1/+1
| * qt: Respect --disable-gpg-test for testsAndre Heinecke2018-05-041-1/+7
| * qt: Fix filename handling in cryptoconfigAndre Heinecke2018-04-261-3/+3
* | js: more testingMaximilian Krambach2018-05-087-19/+342
* | 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