aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-16 07:31:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-16 07:31:40 +0800
commitffe3a796eda21cb75c6e0c6678b5bb20fb49c79f (patch)
tree8a709193f9d99faf0ce6e1c30825c43dc98fd8dd /camel/ChangeLog
parentfeccdbccfbf9fa1c4d2f8b4d50da3a764d475089 (diff)
downloadgsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.tar
gsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.tar.gz
gsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.tar.bz2
gsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.tar.lz
gsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.tar.xz
gsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.tar.zst
gsoc2013-evolution-ffe3a796eda21cb75c6e0c6678b5bb20fb49c79f.zip
Updated to be able to get the CAMEL_SOCKOPT_NONBLOCKING socket opt.
2001-01-15 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-raw.c (stream_getsockopt): Updated to be able to get the CAMEL_SOCKOPT_NONBLOCKING socket opt. (stream_setsockopt): Updated to be able to set the CAMEL_SOCKOPT_NONBLOCKING socket opt. svn path=/trunk/; revision=7519
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 43e7245117..b0766558b1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,7 +1,14 @@
+2001-01-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-tcp-stream-raw.c (stream_getsockopt): Updated to be able
+ to get the CAMEL_SOCKOPT_NONBLOCKING socket opt.
+ (stream_setsockopt): Updated to be able to set the
+ CAMEL_SOCKOPT_NONBLOCKING socket opt.
+
2001-01-15 Peter Williams <peterw@ximian.com>
- * providers/imap/camel-imap-folder.c (camel_imap_folder_new): Lock around the
- imap_rescan, which needs it.
+ * providers/imap/camel-imap-folder.c (camel_imap_folder_new): Lock
+ around the imap_rescan, which needs it.
2001-01-15 Not Zed <NotZed@Ximian.com>