aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-28 07:16:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-28 07:16:37 +0800
commit46bba132c7e353a3bba252ddf4f484b0c237ac46 (patch)
tree3e33176a1b3432e904dd69c8fa705710cb90b8a3 /camel/ChangeLog
parent11935da7a63b3c1055729854c8c551c9e9e3921a (diff)
downloadgsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.tar
gsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.tar.gz
gsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.tar.bz2
gsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.tar.lz
gsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.tar.xz
gsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.tar.zst
gsoc2013-evolution-46bba132c7e353a3bba252ddf4f484b0c237ac46.zip
Loop on our reads while errno is EINTR or EAGAIN. Also make sure to
2002-06-27 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_ctx_op_step): Loop on our reads while errno is EINTR or EAGAIN. Also make sure to completely read stdout and stderr by keeping better state. (gpg_ctx_parse_status): In the case of a NODATA response from gpg, try to use the diagnostics that gpg may have written to its stderr. svn path=/trunk/; revision=17319
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4aed3c347a..468596b931 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,6 +3,9 @@
* camel-gpg-context.c (gpg_ctx_op_step): Loop on our reads while
errno is EINTR or EAGAIN. Also make sure to completely read stdout
and stderr by keeping better state.
+ (gpg_ctx_parse_status): In the case of a NODATA response from gpg,
+ try to use the diagnostics that gpg may have written to its
+ stderr.
2002-06-26 Jeffrey Stedfast <fejj@ximian.com>