diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-28 11:26:51 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-28 11:26:51 +0800 |
commit | 89ae418e500b8503bd8edddb60c5a429539404ee (patch) | |
tree | 27fe3048b93d9850670c85acb94aeeabb4e91cc9 /camel/ChangeLog | |
parent | 26fccb498293b89b9bef804fc85436e00a4ee1cd (diff) | |
download | gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.tar gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.tar.gz gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.tar.bz2 gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.tar.lz gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.tar.xz gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.tar.zst gsoc2013-evolution-89ae418e500b8503bd8edddb60c5a429539404ee.zip |
Make this gratuitously more complicated. No wait, I mean, fix bugs. Now
* providers/imap/camel-imap-command.c (imap_read_untagged): Make
this gratuitously more complicated. No wait, I mean, fix bugs. Now
fully handles NULs in the data stream (which "can't happen" but
do) and also handles responses containing multiple literals. Also
does less copying than the original code.
* camel-stream-buffer.c (stream_read): Fix a bug that could make
it lose sync and/or overrun buffers.
svn path=/trunk/; revision=6688
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3a0310c555..f566620c1b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-11-27 Dan Winship <danw@helixcode.com> + + * providers/imap/camel-imap-command.c (imap_read_untagged): Make + this gratuitously more complicated. No wait, I mean, fix bugs. Now + fully handles NULs in the data stream (which "can't happen" but + do) and also handles responses containing multiple literals. Also + does less copying than the original code. + + * camel-stream-buffer.c (stream_read): Fix a bug that could make + it lose sync and/or overrun buffers. + 2000-11-27 JP Rosevear <jpr@helixcode.com> * providers/local/.cvsignore: shush |