marcus committed to gpgme/gpgme

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Wed, 06 Feb 2002 02:20:49 +0100


Date:	Wednesday February 6, 2002 @ 2:20
Author:	marcus

Update of /cvs/gnupg/gpgme/gpgme
In directory trithemius:/tmp/cvs-serv16814/gpgme

Modified Files:
	ChangeLog decrypt-verify.c decrypt.c delete.c encrypt.c 
	export.c genkey.c gpgme.h import.c sign.c verify.c wait.c 
Log Message:
doc/
2002-02-06  Marcus Brinkmann  <marcus@g10code.de>

	* gpgme.texi (Waiting For Completion): Adjust doc to changes in
	the code.

gpgme/
2002-02-06  Marcus Brinkmann  <marcus@g10code.de>

	* wait.c (gpgme_wait): Add new argument STATUS, in which the
	status of the returned context is returned.
	(_gpgme_wait_on_condition): Rework the function a bit, to make it
	aware of cancelled processes, and to allow to use gpgme_wait with
	CTX being NULL (as documented in the source).
	(struct proc_s): New member REPORTED.
	* gpgme.h: Fix prototype.
	* verify.c (gpgme_op_verify): Fix use of gpgme_wait.
	* sign.c (gpgme_op_sign): 
	* import.c (gpgme_op_import): 
	* genkey.c (gpgme_op_genkey): 
	* export.c (gpgme_op_export): 
	* encrypt.c (gpgme_op_encrypt): 
	* delete.c (gpgme_op_delete): 
	* decrypt-verify.c (gpgme_op_decrypt_verify): 

File: ChangeLog        	Status: Up-to-date
File: decrypt-verify.c 	Status: Up-to-date
File: decrypt.c        	Status: Up-to-date
File: delete.c         	Status: Up-to-date
File: encrypt.c        	Status: Up-to-date
File: export.c         	Status: Up-to-date
File: genkey.c         	Status: Up-to-date
File: gpgme.h          	Status: Up-to-date
File: import.c         	Status: Up-to-date
File: sign.c           	Status: Up-to-date
File: verify.c         	Status: Up-to-date
File: wait.c           	Status: Up-to-date