aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme-json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* json: Put signature info before data outputAndre Heinecke2018-05-241-9/+9
* json: Add sign to helpAndre Heinecke2018-05-241-0/+1
* json: Add op_signAndre Heinecke2018-05-241-0/+177
* json: Fix invalid function callAndre Heinecke2018-05-241-1/+1
* json: Print signatures for decrypt/verifyAndre Heinecke2018-05-241-0/+211
* json: Minor typo fixesAndre Heinecke2018-05-241-3/+3
* json: Improve auto-base64 encoding to not split UTF-8 chars.Werner Koch2018-05-091-8/+14
* json: Add stpcpy replacement.Werner Koch2018-04-181-0/+13
* core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.Werner Koch2018-04-181-2/+1
* json: Add command "decrypt" to gpgme-json.Werner Koch2018-04-181-7/+139
* 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: New encryption flag GPGME_ENCRYPT_WANT_ADDRESS.Werner Koch2018-04-171-0/+5
* core: Add extended versions of the encrypt functions.Werner Koch2018-04-171-38/+36
* json: Build only a dummy if libgpg-error is < 1.28Werner Koch2018-03-291-0/+5
* json: Remove the "message" object thingy again.Werner Koch2018-03-281-21/+9
* json: Make native messaging work.Werner Koch2018-03-281-13/+64
* json: Use a request origin of "browser".Werner Koch2018-03-231-0/+1
* build: Allow building with released libgpg-error.Werner Koch2018-03-231-0/+4
* json: Finish op:encrypt.Werner Koch2018-03-231-12/+171
* json: Use gpgrt_argparse instead of argsparse.cWerner Koch2018-03-211-7/+18
* json: Implement op:encryptWerner Koch2018-03-201-61/+393
* json: Add framework for the gpgme-json toolWerner Koch2018-03-161-0/+825