aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme-json.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-24json: Put signature info before data outputAndre Heinecke1-9/+9
2018-05-24json: Add sign to helpAndre Heinecke1-0/+1
2018-05-24json: Add op_signAndre Heinecke1-0/+177
2018-05-24json: Fix invalid function callAndre Heinecke1-1/+1
2018-05-24json: Print signatures for decrypt/verifyAndre Heinecke1-0/+211
2018-05-24json: Minor typo fixesAndre Heinecke1-3/+3
2018-05-09json: Improve auto-base64 encoding to not split UTF-8 chars.Werner Koch1-8/+14
2018-04-18json: Add stpcpy replacement.Werner Koch1-0/+13
2018-04-18core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.Werner Koch1-2/+1
2018-04-18json: Add command "decrypt" to gpgme-json.Werner Koch1-7/+139
2018-04-18json: Improve help meta command in gpgme-json.Werner Koch1-7/+17
2018-04-18json: Add command "getmore" to gpgme-json.Werner Koch1-46/+228
2018-04-18json: Add meta command ,read to gpgme-json.Werner Koch1-1/+58
2018-04-17core: New encryption flag GPGME_ENCRYPT_WANT_ADDRESS.Werner Koch1-0/+5
2018-04-17core: Add extended versions of the encrypt functions.Werner Koch1-38/+36
2018-03-29json: Build only a dummy if libgpg-error is < 1.28Werner Koch1-0/+5
2018-03-28json: Remove the "message" object thingy again.Werner Koch1-21/+9
2018-03-28json: Make native messaging work.Werner Koch1-13/+64
2018-03-23json: Use a request origin of "browser".Werner Koch1-0/+1
2018-03-23build: Allow building with released libgpg-error.Werner Koch1-0/+4
2018-03-23json: Finish op:encrypt.Werner Koch1-12/+171
2018-03-21json: Use gpgrt_argparse instead of argsparse.cWerner Koch1-7/+18
2018-03-20json: Implement op:encryptWerner Koch1-61/+393
2018-03-16json: Add framework for the gpgme-json toolWerner Koch1-0/+825