Add better debug printing. Use reader threads for W32
authorWerner Koch <wk@gnupg.org>
Tue, 30 Jan 2001 11:01:41 +0000 (11:01 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 30 Jan 2001 11:01:41 +0000 (11:01 +0000)
commite318473836e3a3231fe0213d9e6b0a47ac816171
tree343ec7b6a54243afdd26769dd968c0d3144568d1
parentf2be4142516bcd9536884bb0e40e8bf561352bd4
Add better debug printing.  Use reader threads for W32
29 files changed:
TODO [new file with mode: 0644]
autogen.sh
gpgme/ChangeLog
gpgme/Makefile.am
gpgme/data.c
gpgme/debug.c [new file with mode: 0644]
gpgme/decrypt.c
gpgme/encrypt.c
gpgme/export.c
gpgme/genkey.c
gpgme/gpgme.c
gpgme/gpgme.h
gpgme/import.c
gpgme/key.c
gpgme/key.h
gpgme/keylist.c
gpgme/ops.h
gpgme/posix-io.c
gpgme/posix-sema.c [new file with mode: 0644]
gpgme/rungpg.c
gpgme/sema.h [new file with mode: 0644]
gpgme/sign.c
gpgme/signers.c
gpgme/util.h
gpgme/verify.c
gpgme/version.c
gpgme/w32-io.c
gpgme/w32-sema.c [new file with mode: 0644]
tests/t-keylist.c