aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-15 06:48:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-15 06:48:09 +0800
commit24a2d4baa8137fa990fff01b8e751538311d4de2 (patch)
tree9c6f87eac22ceed5b818425ef4598f0804373f54 /camel/ChangeLog
parent80b2b2222ea67c50e0e3f9fdeb1797fb7874f862 (diff)
downloadgsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.tar
gsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.tar.gz
gsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.tar.bz2
gsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.tar.lz
gsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.tar.xz
gsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.tar.zst
gsoc2013-evolution-24a2d4baa8137fa990fff01b8e751538311d4de2.zip
Implemented. (stream_setsockopt): Implemented.
2001-01-14 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-ssl.c (stream_getsockopt): Implemented. (stream_setsockopt): Implemented. * camel-tcp-stream-raw.c (stream_getsockopt): Implemented. (stream_setsockopt): Implemented. * camel-tcp-stream.c (camel_tcp_stream_getsockopt): New method. (camel_tcp_stream_setsockopt): Another new method. I think you get the idea of what these are for so I won't explain them. svn path=/trunk/; revision=7491
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3c82004792..53ca70a954 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2001-01-14 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-tcp-stream-ssl.c (stream_getsockopt): Implemented.
+ (stream_setsockopt): Implemented.
+
+ * camel-tcp-stream-raw.c (stream_getsockopt): Implemented.
+ (stream_setsockopt): Implemented.
+
+ * camel-tcp-stream.c (camel_tcp_stream_getsockopt): New method.
+ (camel_tcp_stream_setsockopt): Another new method. I think you get
+ the idea of what these are for so I won't explain them.
+
2001-01-14 Jeffrey Stedfast <fejj@helixcode.com>
* camel-tcp-stream-ssl.[c,h]: New CamelTcpStream class that