index
:
GpgME
aheinecke/json-test
ben/cffi/test-001
ben/docs/2018-02
ben/docs/2018-03
ben/estreams-fix
ben/export-keys
ben/gitsettings
ben/gpygme
ben/howto-dita
ben/howto-update-02
ben/howto-update-03
ben/howto-update-05
ben/key-import
ben/master
ben/minor-docs-fixes
ben/python-docs-01
ben/xml
bjk/custom-engine-options
bjk/master
bjk/passphrase-inquire
dkg/fix-4820
dkg/fix-4821
dkg/fix-T3464
dkg/fix-T4271
dkg/fix-T4276
gpgme-0-3-branch
gpgme-1-0-branch
gpgme-1.10-branch
gpgme-1.24-branch
gpgme-1.3.0
gpgme-1.4-branch
gpgme-1.7-branch
gpgme-1.9-branch
gpgmepp
gsoc/jacob-key-import
howto-update-01
ikloecker/qt6
ikloecker/t6342-gpgtar
ikloecker/t6550
ikloecker/t7110-nested-bindings-packages
ikloecker/t7118-revkeys
javascript-binding
justus/idiomatic-py-0
justus/pyme3
master
pyme
pyme3
tobias/fix-expires
tobias/fix-proc-all-sigs-gpgtar
wk-master
wk/new-wait
origin/bjk/master
GnuPG Made Easy.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gpgme-json.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-21
json: Add information about revocation keys to key list result
Ingo Klöcker
1
-0
/
+28
2023-01-31
json: New operation "identify" and convenience option --identify.
Werner Koch
1
-1
/
+126
2022-04-27
core: Support --locate-external-keys command of gpg
Ingo Klöcker
1
-0
/
+5
2020-11-09
Require at least libgpg-error 1.36
Werner Koch
1
-24
/
+0
2020-07-15
core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP.
Werner Koch
1
-0
/
+6
2019-02-28
json: Fix cosmetic error in the repl.
Werner Koch
1
-1
/
+1
2019-01-25
json: Better use gpgme_free
Werner Koch
1
-1
/
+1
2019-01-25
json: Fix minor memory leaks.
Werner Koch
1
-6
/
+14
2018-12-17
core: Silence newer compiler warnings.
Werner Koch
1
-1
/
+1
2018-11-16
Add SPDX identifiers to most source files
Werner Koch
1
-3
/
+3
2018-11-08
spelling: fix misspellings
Daniel Kahn Gillmor
1
-6
/
+6
2018-10-18
doc: use https:// for www.gnu.org
Daniel Kahn Gillmor
1
-1
/
+1
2018-09-19
json: Remove subkey-algo from createkey command.
Werner Koch
1
-82
/
+7
2018-08-29
json: Fix detached verify
Andre Heinecke
1
-20
/
+23
2018-08-28
json: Delete primary key if subkey gen fails
Andre Heinecke
1
-2
/
+22
2018-08-28
json: Allow NULL request in encode and chunk
Andre Heinecke
1
-2
/
+1
2018-08-27
json: Do not put FILE_NAME into the verify result.
Werner Koch
1
-2
/
+1
2018-08-23
json: Add sender and file name to encrypt
Andre Heinecke
1
-0
/
+21
2018-08-21
json: Add proper decrypt_result_t handling
Andre Heinecke
1
-7
/
+80
2018-08-20
json: Add subkey_algo and defaults to createkey
Andre Heinecke
1
-4
/
+62
2018-08-08
json: Only use calloc instead of malloc
Andre Heinecke
1
-6
/
+15
2018-08-08
json: Don't error out if chunksize is omitted
Andre Heinecke
1
-4
/
+1
2018-07-19
json: Don't use strdup but the xtrystrdup wrapper.
Werner Koch
1
-5
/
+8
2018-07-18
json: Fix memleak in native msging repl
Andre Heinecke
1
-0
/
+4
2018-07-18
json: Ensure that native msging request is string
Andre Heinecke
1
-1
/
+2
2018-07-18
json: Fix crash by ensuring response is never NULL
Andre Heinecke
1
-7
/
+43
2018-07-18
json: Fix memory errors in create_keylist_patterns
Andre Heinecke
1
-5
/
+4
2018-07-16
json: Fix crash on invalid json
Andre Heinecke
1
-2
/
+2
2018-07-16
json: Fix uninitialized key unref in op_delete
Andre Heinecke
1
-1
/
+1
2018-07-11
json: Add with-sec-fprs param to export
Andre Heinecke
1
-5
/
+68
2018-07-09
json: Add with-secret without secret only
Andre Heinecke
1
-4
/
+11
2018-07-04
json: Add keylist mode locate
Andre Heinecke
1
-0
/
+6
2018-06-20
json: Add file handling for debug output
Andre Heinecke
1
-2
/
+16
2018-06-08
json: Return fingerprint as createkey result
Andre Heinecke
1
-2
/
+10
2018-06-08
json: Add op_createkey
Andre Heinecke
1
-0
/
+86
2018-06-08
json: Generalize chunking and getmore
Andre Heinecke
1
-125
/
+141
2018-06-07
json: Rework verify_result_to_json
Andre Heinecke
1
-39
/
+159
2018-06-07
json: Add direct way to query a config option
Andre Heinecke
1
-12
/
+109
2018-06-07
json: Add op_config to query gpgconf
Andre Heinecke
1
-1
/
+207
2018-05-28
json: Fix compiler warning.
Werner Koch
1
-0
/
+4
2018-05-28
json: Do not allow to export or delete secret keys.
Werner Koch
1
-7
/
+11
2018-05-28
json: Fix use of get_context.
Werner Koch
1
-11
/
+48
2018-05-25
json: Implement encrypt-sign
Andre Heinecke
1
-14
/
+60
2018-05-25
json: Implement delete command
Andre Heinecke
1
-0
/
+72
2018-05-25
json: Implement op_export
Andre Heinecke
1
-1
/
+111
2018-05-25
json: Fix double ctx alloc
Andre Heinecke
1
-3
/
+0
2018-05-25
json: Add guard in create_keylist_patterns
Andre Heinecke
1
-1
/
+1
2018-05-25
json: Implement import operation
Andre Heinecke
1
-1
/
+126
2018-05-25
json: Improve keylist help
Andre Heinecke
1
-2
/
+3
2018-05-25
json: Fix keylist pattern handling
Andre Heinecke
1
-20
/
+64
[next]