]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Buffered output needs to be flushed in several places. Added calls to
[citadel.git] / citadel / ChangeLog
index 65026a7c089946358bbe5259cde8176c922b38e0..d956828937b92811aeb41a61874dadbc5852b78f 100644 (file)
@@ -1,4 +1,22 @@
  $Log$
+ Revision 625.13  2004/09/05 17:39:09  error
+ * Buffered output needs to be flushed in several places.  Added calls to
+   flush_output().  (basically anywhere where we send a response and then
+   wait for the client, except chat, where we turned it off entirely)
+
+ Revision 625.12  2004/09/05 15:41:45  error
+ * Network optimizations - buffer output server-side for better network
+   utilization; one client-side optimization
+
+ Revision 625.11  2004/09/05 15:20:41  error
+ * sysdep.c: unbuffer_output(): Split the writing part to a new function
+   flush_output() for more precise control
+
+ Revision 625.10  2004/09/03 04:34:30  ajc
+ * setup.c: when creating an inittab entry for slapd, use "-d 0" instead
+   of "-d 1" to avoid spewing messages to the console, while still remaining
+   in the foreground.
+
  Revision 625.9  2004/09/03 04:19:17  ajc
  * setup.c: Changes to inittab-twiddling to make it a bit more reliable
  * ipc_c_tcp.c: don't send SIGHUP to children; it makes them very angry