Various I/O cleanups and fixes.
[srvx.git] / ChangeLog
index 5110c3c93fc2cc18891f007dc736c96cbac5b5db..2e42b83d9a75e2fc9900f88eb77640a2cc36a31c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,23 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-10-21 16:06:47 GMT        Michael Poole <mdpoole@troilus.org>     patch-60
+
+    Summary:
+      Various I/O cleanups and fixes.
+    Revision:
+      srvx--devo--1.3--patch-60
+
+    src/ioset.c (ioset_add): Set FD_CLOEXEC flag on all managed sockets.
+      (ioset_try_write): Tidy formatting.
+      (ioset_close): Add another bit to "os_close".
+    
+    src/proto-common.c (close_socket): Pass the new bit to ioset_close().
+
+    modified files:
+     ChangeLog src/ioset.c src/proto-common.c
+
+
 2006-10-21 16:04:19 GMT        Michael Poole <mdpoole@troilus.org>     patch-59
 
     Summary: