aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-05-12 05:17:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-12 05:17:19 +0800
commita1274d36fd9dcd9ab405816405d1e3607ca0e8d2 (patch)
treefc070b87510571a19b2f75068ce2459a1846ead2 /camel/ChangeLog
parent313c956333445e082aa538622eb40d16d6a9dc04 (diff)
downloadgsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.tar
gsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.tar.gz
gsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.tar.bz2
gsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.tar.lz
gsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.tar.xz
gsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.tar.zst
gsoc2013-evolution-a1274d36fd9dcd9ab405816405d1e3607ca0e8d2.zip
fixed
svn path=/trunk/; revision=25860
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ff58168bc6..92740bfecd 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -20,6 +20,22 @@
* camel-folder-thread.h: make order and re bitfields, saves 4
bytes/node.
+2004-05-06 Not Zed <NotZed@Ximian.com>
+
+ * providers/imap/camel-imap-store.c (connect_to_server): set
+ nodelay and keepalive on the socket.
+
+ * camel-file-utils.c (camel_read): put a timeout on the select.
+ Logic shuffle to match the ssl stuff.
+ (camel_write): Similar.
+
+ * camel-tcp-stream-ssl.c (stream_connect): remove timeout, use
+ CONNECT_TIMEOUT directly.
+ (stream_read): put a timeout on the poll. IO_TIMEOUT. And a
+ little logic shuffle.
+ (stream_write): similar.
+ (CONNECT_TIMEOUT): make this 4 minutes === tcp-raw timeout.
+
2004-05-05 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (get_message_simple): dont