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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
core: Need to increase an array in the gpg engine.
Werner Koch
1
-1
/
+1
2018-03-23
json: Use a request origin of "browser".
Werner Koch
1
-0
/
+1
2018-03-23
core: New gpgme_set_ctx_flag "request-origin".
Werner Koch
13
-7
/
+149
2018-03-23
build: Allow building with released libgpg-error.
Werner Koch
1
-0
/
+4
2018-03-23
json: Finish op:encrypt.
Werner Koch
1
-12
/
+171
2018-03-23
json: Add a new function to cJSON.
Werner Koch
2
-0
/
+13
2018-03-21
json: Use gpgrt_argparse instead of argsparse.c
Werner Koch
2
-10
/
+21
2018-03-20
json: Implement op:encrypt
Werner Koch
1
-61
/
+393
2018-03-20
core: Do not clobber R_KEY in gpgme_get_key on error.
Werner Koch
1
-5
/
+7
2018-03-20
core: Fix ABI regression in recent commit.
Werner Koch
1
-3
/
+3
2018-03-16
json: Add framework for the gpgme-json tool
Werner Koch
2
-2
/
+832
2018-03-16
core: Adjust cJSON code for use in GPGME.
Werner Koch
2
-36
/
+150
2018-03-15
core: Parse skipped_v3_keys
Andre Heinecke
2
-2
/
+10
2018-03-14
core: Import cJSON code from the payproc project.
Werner Koch
3
-0
/
+1734
2018-03-04
IDENTIFY
Ben McGinnes
1
-1
/
+1
2018-02-27
core: Support non-thread-safe getenv.
NIIBE Yutaka
1
-20
/
+36
2018-02-09
core, w32: Enable spawning GUI applications
Andre Heinecke
4
-4
/
+6
2018-02-09
core, w32: Fix flags passing to gpgme-w32-spawn
Andre Heinecke
1
-2
/
+2
2018-01-29
Fix compile error message.
NIIBE Yutaka
1
-2
/
+1
2018-01-29
core: Implement _gpgme_getenv for NetBSD.
NIIBE Yutaka
1
-1
/
+40
2017-12-12
Require libgpg-error 1.24 and libassuan 2.4.2
Werner Koch
1
-4
/
+0
2017-12-11
core,w32: Fix popping up of console windows due to gpgconf.
Werner Koch
1
-1
/
+0
2017-12-08
Spelling fixes for comments and doc
Andre Heinecke
5
-5
/
+5
2017-12-04
core: Also check for a failed selftest in gpgm_data_new.
Werner Koch
1
-0
/
+4
2017-12-01
Fix uid parsing for ldap keyserver
Andre Heinecke
1
-3
/
+14
2017-10-12
core: use getdents64 syscall on linux instead of getdents.
Daniel Kahn Gillmor
1
-7
/
+8
2017-10-04
core: Allow disabling the use of SYS_getdents for Linux.
Werner Koch
1
-6
/
+8
2017-10-04
core: Restore get_max_fds optimization on Linux
Colin Watson
1
-33
/
+66
2017-08-24
core: New context flag "auto-key-retrieve"
Werner Koch
10
-9
/
+40
2017-08-24
Set next version to 1.10.0
Werner Koch
1
-1
/
+1
2017-08-24
core: New public enum gpgme_keyorg_t.
Werner Koch
2
-3
/
+37
2017-08-24
gpgconf: Add more comments.
Marcus Brinkmann
1
-1
/
+7
2017-08-23
Fix a couple of bugs pointed out by clang compiler warnings.
Marcus Brinkmann
2
-2
/
+2
2017-08-15
gpgconf: Fix some warnings.
Marcus Brinkmann
1
-9
/
+15
2017-08-15
gpgconf: Fix symbol export.
Marcus Brinkmann
1
-1
/
+1
2017-08-15
gpgconf: Add access to --list-dirs for non-default engine.
Marcus Brinkmann
14
-0
/
+94
2017-08-11
g10: Add new delete operations that allow more flags.
Marcus Brinkmann
9
-15
/
+78
2017-08-10
doc: Clarify import keys operation.
Marcus Brinkmann
1
-7
/
+6
2017-07-27
core: Fix status parsing for decrypt + verify
Andre Heinecke
1
-3
/
+15
2017-07-12
core: Return NO_SECKEY error code on decryption
Werner Koch
1
-2
/
+11
2017-07-12
core: Return CANCELED and BAD_PASSPHRASE error code on decryption.
Werner Koch
1
-1
/
+32
2017-07-12
core: Simplify parsing of STATUS_ERROR in decrypt.c
Werner Koch
2
-42
/
+40
2017-06-01
Add flag 'is_de_vs' to decryption results and signatures.
Justus Winter
6
-22
/
+46
2017-05-30
core: Sort the status table.
Justus Winter
1
-10
/
+10
2017-05-03
core: Don't split gpgconf strings on comma
Andre Heinecke
1
-2
/
+3
2017-04-03
FreeBSD's closefrom(2) does not return errors
Pietro Cerutti
1
-2
/
+2
2017-03-28
Release 1.9.0
gpgme-1.9.0
Werner Koch
1
-1
/
+1
2017-03-28
core: Prepare for new key listing data send by gpg.
Werner Koch
4
-9
/
+52
2017-03-24
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
Werner Koch
16
-73
/
+148
2017-03-21
core: New API gpgme_op_set_uid_flag.
Werner Koch
6
-9
/
+82
[next]