..
.gitignore
.gitignore: flesh out rules and add subdirectory-.gitignores.
2012-04-20 16:05:11 +02:00
argparse.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
argparse.h
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
assuan-support.c
w32: Silence some warnings about unused parameters.
2016-09-22 12:58:23 +02:00
ath.c
core: Use gpgrt locking for thread safeness
2016-11-10 13:33:13 +01:00
ath.h
core: Use gpgrt locking for thread safeness
2016-11-10 13:33:13 +01:00
b64dec.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
ChangeLog-2011
Generate the ChangeLog from commit logs.
2011-12-02 11:36:37 +01:00
context.h
core: Add new context flag "redraw".
2017-01-31 09:44:29 +01:00
conversion.c
core: Simplify parsing of STATUS_ERROR in decrypt.c
2017-07-12 15:59:12 +02:00
data-compat.c
core: Un-deprecate gpgme_data_rewind.
2017-02-02 09:53:48 +01:00
data-fd.c
Make definition of off_t robust against misbehaving w32 toolchains.
2013-05-16 17:48:50 +02:00
data-identify.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
data-mem.c
Add gpgme_pubkey_algo_string
2015-08-30 19:04:44 +02:00
data-stream.c
Make definition of off_t robust against misbehaving w32 toolchains.
2013-05-16 17:48:50 +02:00
data-user.c
Make definition of off_t robust against misbehaving w32 toolchains.
2013-05-16 17:48:50 +02:00
data.c
Revert "core: Fix error types."
2017-03-02 14:47:51 +01:00
data.h
core: Add gpgme_data_set_flag to add more meta data to data objects.
2016-08-12 15:21:42 +02:00
debug.c
core: Replace all calls to *sprintf by gpgrt_*sprintf.
2017-02-02 12:35:59 +01:00
debug.h
Fix compiler warnings about unused value in TRACE macros.
2015-06-08 11:08:08 +02:00
decrypt-verify.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
decrypt.c
core: Simplify parsing of STATUS_ERROR in decrypt.c
2017-07-12 15:59:12 +02:00
delete.c
core: Mark unused function args.
2016-09-13 20:53:49 +02:00
dirinfo.c
core: Extend gpgme_get_dirinfo to return the gpg-wks-client name.
2017-03-21 11:16:16 +01:00
edit.c
core: New function gpgme_op_interact, deprecate gpgme_op_edit.
2016-09-15 11:39:43 +02:00
encrypt-sign.c
core: Fix passphrase cb for mixed sym encrypt
2016-09-06 16:28:45 +02:00
encrypt.c
core: Fix passphrase cb for mixed sym encrypt
2016-09-06 16:28:45 +02:00
engine-assuan.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine-backend.h
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine-g13.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine-gpg.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine-gpgconf.c
core: Don't split gpgconf strings on comma
2017-05-03 10:14:05 +02:00
engine-gpgsm.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine-spawn.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine-uiserver.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine.c
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
engine.h
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
error.c
Revert "core: Fix error types."
2017-03-02 14:47:51 +01:00
export.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
genkey.c
core: New API gpgme_op_set_uid_flag.
2017-03-21 19:03:58 +01:00
get-env.c
Use gpg_error_from_syserror instead of directly accessing errno.
2013-02-06 17:35:40 +01:00
getauditlog.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
gpgconf.c
core: Add gpgme_op_query_swdb and helper.
2016-11-03 17:32:30 +01:00
gpgme-config.in
core: Use gpgrt locking for thread safeness
2016-11-10 13:33:13 +01:00
gpgme-tool.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
gpgme-w32spawn.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
gpgme.c
core: Add new context flag "redraw".
2017-01-31 09:44:29 +01:00
gpgme.def
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
gpgme.h.in
Add flag 'is_de_vs' to decryption results and signatures.
2017-06-01 14:16:11 +02:00
gpgme.m4
build: Implement SYSROOT feature.
2014-10-02 15:57:50 +02:00
import.c
core: Fix status error return for gpgsm.
2017-03-09 11:45:00 +01:00
isascii.c
008-11-03 Marcus Brinkmann <marcus@g10code.com>
2008-11-03 17:24:09 +00:00
key.c
core: Cleanup gpgme_key_unref frees
2017-02-01 18:06:54 +01:00
keylist.c
Add flag 'is_de_vs' to decryption results and signatures.
2017-06-01 14:16:11 +02:00
keysign.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
libgpgme.vers
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
Makefile.am
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
mbox-util.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
mbox-util.h
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
op-support.c
core: Add new context flag "redraw".
2017-01-31 09:44:29 +01:00
opassuan.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
ops.h
core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
2017-03-24 15:17:23 +01:00
parsetlv.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
parsetlv.h
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
passphrase.c
api: Add new function gpgme_set_ctx_flag.
2016-05-19 17:04:54 +02:00
passwd.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
posix-io.c
FreeBSD's closefrom(2) does not return errors
2017-04-03 12:25:57 +02:00
posix-util.c
core: Mark unused function args.
2016-09-13 20:53:49 +02:00
priv-io.h
w32: Get IOSPAWN flag back in sync with spawn helper.
2014-06-26 10:42:56 +02:00
progress.c
core: Add new context flag "redraw".
2017-01-31 09:44:29 +01:00
putc_unlocked.c
Remove all trailing whitespace from source files
2012-09-25 15:29:49 +02:00
queryswdb.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
sema.h
core: Use gpgrt locking for thread safeness
2016-11-10 13:33:13 +01:00
setenv.c
More include guards.
2010-11-03 09:56:27 +00:00
sig-notation.c
Use gpg_error_from_syserror instead of directly accessing errno.
2013-02-06 17:35:40 +01:00
sign.c
api: Add new function gpgme_set_ctx_flag.
2016-05-19 17:04:54 +02:00
signers.c
Fix potential crash in trace macro.
2015-03-16 13:40:34 +01:00
spawn.c
Actually implement flags for gpgme_op_spawn.
2014-04-10 14:17:19 +02:00
status-table.c
Add flag 'is_de_vs' to decryption results and signatures.
2017-06-01 14:16:11 +02:00
stpcpy.c
008-11-03 Marcus Brinkmann <marcus@g10code.com>
2008-11-03 17:24:09 +00:00
sys-util.h
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
tofupolicy.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
trust-item.c
Use gpg_error_from_syserror instead of directly accessing errno.
2013-02-06 17:35:40 +01:00
trustlist.c
core: Mark unused function args.
2016-09-13 20:53:49 +02:00
ttyname_r.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
util.h
Add flag 'is_de_vs' to decryption results and signatures.
2017-06-01 14:16:11 +02:00
verify.c
Add flag 'is_de_vs' to decryption results and signatures.
2017-06-01 14:16:11 +02:00
version.c
core: Use gpgrt locking for thread safeness
2016-11-10 13:33:13 +01:00
versioninfo.rc.in
Release 1.9.0
2017-03-28 16:21:37 +02:00
vfs-create.c
core: Replace all calls to *sprintf by gpgrt_*sprintf.
2017-02-02 12:35:59 +01:00
vfs-mount.c
core: Replace all calls to *sprintf by gpgrt_*sprintf.
2017-02-02 12:35:59 +01:00
w32-ce.c
doc: Replace http: by https: in core source files.
2016-11-16 13:27:00 +01:00
w32-ce.h
Remove all trailing whitespace from source files
2012-09-25 15:29:49 +02:00
w32-glib-io.c
Fix typos found by codespell.
2015-12-02 11:28:07 +01:00
w32-io.c
core: Replace all calls to *sprintf by gpgrt_*sprintf.
2017-02-02 12:35:59 +01:00
w32-util.c
core: Replace all calls to *sprintf by gpgrt_*sprintf.
2017-02-02 12:35:59 +01:00
wait-global.c
Fix typos found by codespell.
2015-12-02 11:28:07 +01:00
wait-private.c
Fix typos found by codespell.
2015-12-02 11:28:07 +01:00
wait-user.c
core: Mark unused function args.
2016-09-13 20:53:49 +02:00
wait.c
Use gpg_error_from_syserror instead of directly accessing errno.
2013-02-06 17:35:40 +01:00
wait.h
Remove all trailing whitespace from source files
2012-09-25 15:29:49 +02:00