]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Moved all diagnostic output to stderr
[citadel.git] / webcit / ChangeLog
index 23b0524be297645a5e5f89a3e8fae1ab3b0e5a2e..6f9c2f88cec66e9ed0db751a6346c70b9a85baca 100644 (file)
@@ -1,4 +1,30 @@
 $Log$
+Revision 1.113  1999/12/04 22:16:05  ajc
+* Moved all diagnostic output to stderr
+* Moved "HTTP/1.0 200 OK" output to output_headers()
+
+Revision 1.112  1999/12/04 21:56:59  ajc
+* Finished the overhaul.  Now to tune...
+
+Revision 1.111  1999/12/03 17:59:53  ajc
+* BROKEN BUILD.  Wrote most of the session removal code, but some of it is
+  pseudocode so the build is currently broken.
+
+Revision 1.110  1999/12/03 16:37:46  ajc
+* Repaired HTTP output for image transfers and static content
+
+Revision 1.109  1999/12/03 05:09:54  ajc
+* Rewrote the HTTP engine and application coupling to run in a worker thread
+  model and to run as a single multithreaded program (eliminated helper
+  processes and pipes).  It currently runs but has many large bugs.
+
+Revision 1.108  1999/12/03 00:18:20  ajc
+* Added ".c.o" rule to Makefile
+
+Revision 1.107  1999/11/26 03:32:59  ajc
+* Started moving all of the global variables into a struct, to facilitate
+  multithreaded server.
+
 Revision 1.106  1999/11/26 01:28:10  ajc
 * 2.01 release