]> 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 adcaaaa8962c627ffa8ca53563f679c1a414bcc4..d956828937b92811aeb41a61874dadbc5852b78f 100644 (file)
@@ -1,4 +1,71 @@
  $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
+
+ Revision 625.8  2004/09/01 15:34:52  ajc
+ * serv_smtp.c: fix build error on hosts with no SSL support
+
+ Revision 625.7  2004/08/31 17:31:55  ajc
+ * Calendar: store UUID+comment instead of comment as Subject (this was done
+   at the request of Eugen Constantinescu for Aethera optimizations)
+
+ Revision 625.6  2004/08/30 02:45:33  ajc
+ * setup.c: when running in Newt mode, make the size of the dialogs dynamic
+   to the size of the text in them.
+
+ Revision 625.5  2004/08/29 15:18:41  error
+ * newinstall.sh: fix detection of gmake/make
+
+ Revision 625.4  2004/08/28 14:21:25  error
+ * Change the logging level of some messages and add a couple of new ones to
+   show when a network node is connecting.
+
+ Revision 625.3  2004/08/28 02:42:44  ajc
+ * setup.c: when run from the Easy Install script, auto-configure slapd
+   and put it into /etc/inittab
+
+ Revision 625.2  2004/08/28 01:56:38  ajc
+ * Generalize some of the inittab-tweaking stuff so that we can use it
+   for slapd, too.
+
+ Revision 625.1  2004/08/27 21:39:33  ajc
+ * Fleshed out contemplate_ldap() a bit
+
+ Revision 625.0  2004/08/27 21:06:30  ajc
+ * THIS IS 6.25
+
+ Revision 624.8  2004/08/27 20:16:51  ajc
+ * Update internal version number to 6.25
+
+ Revision 624.7  2004/08/26 04:13:55  ajc
+ * newinstall.sh: updated with some new goodies
+ * setup.c: when run from Easy Install, offer to set up LDAP.  (Not finished.)
+
+ Revision 624.6  2004/08/23 21:41:26  error
+ * html.c: Try to something sane with lists
+
+ Revision 624.5  2004/08/23 21:40:04  error
+ * No longer accept MD5 as a hash when encrypting
+
  Revision 624.4  2004/08/23 21:34:28  error
  * serv_network.c: Suppress Invalid node name for "." and ".."
 
@@ -5984,3 +6051,4 @@ 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
+