]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Moved all diagnostic output to stderr
[citadel.git] / webcit / ChangeLog
index 09cefbd0254a451cce57b1c479d3f8b342623f96..6f9c2f88cec66e9ed0db751a6346c70b9a85baca 100644 (file)
@@ -1,4 +1,42 @@
 $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
+
+Revision 1.105  1999/11/04 02:05:02  ajc
+* Added 'number of worker threads' to site config screen
+
+Revision 1.104  1999/10/25 02:25:09  ajc
+* Shuffled around the room editing commands
+
+Revision 1.103  1999/10/14 04:07:18  ajc
+* Cleaned up the bottom-of-page icons
+
 Revision 1.102  1999/10/08 23:58:11  ajc
 * Minor bug fix in registration screen