]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* file_ops.c: cmd_writ(): Add an unbuffer_output() that I forgot.
[citadel.git] / citadel / ChangeLog
index dc2b440ef201317814fad564d16b25b3964b0cd0..eb04434b1766f6024bffd6821fe6891226e9df91 100644 (file)
@@ -1,4 +1,16 @@
  $Log$
+ Revision 625.14  2004/09/06 00:59:01  error
+ * file_ops.c: cmd_writ(): Add an unbuffer_output() that I forgot.
+
+ 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
@@ -6042,4 +6054,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-