]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Makefile.in, configure.in: add, like, some *more* code for FreeBSD
[citadel.git] / webcit / ChangeLog
index be5ad5e19d2cead9fe4d6ff00b58d0d61a0d42de..63eec9c656f3651987e5e55214c5b70cc0b36fd0 100644 (file)
@@ -1,4 +1,89 @@
 $Log$
+Revision 211.3  2000/02/11 23:45:04  nbryant
+* Makefile.in, configure.in: add, like, some *more* code for FreeBSD
+* tcp_sockets.c: include <arpa/inet.h>
+
+Revision 211.2  2000/02/11 23:30:04  nbryant
+configure.in: added some code for FreeBSD
+
+Revision 211.1  2000/01/11 04:20:40  ajc
+* Add "close window" option to goodbye screen
+
+Revision 211.0  2000/01/04 15:24:16  ajc
+* Worked around HTTP bugs in Internet Explorer 5.  Die, Bill, Die.
+* This will be released as v2.11; tagged everything as such.
+
+Revision 210.0  1999/12/24 04:57:18  ajc
+* 2.10 release
+
+Revision 1.121  1999/12/23 04:54:48  ajc
+* Changed session cookie from hexadecimal encoding to base64
+* Removed overly verbose logging
+
+Revision 1.120  1999/12/12 18:12:28  ajc
+* get http request: clear hold buffer before starting to read in HTTP request.
+  This was causing some requests to get corrupted.
+
+Revision 1.119  1999/12/08 18:25:21  ajc
+* Increased the size of the backlog queue length passed to accept() and made
+  it a configuration parameter in webcit.h
+
+Revision 1.118  1999/12/07 16:09:26  ajc
+* Better (non fireworks display mode) handling of broken HTTP sockets
+
+Revision 1.117  1999/12/06 03:40:29  ajc
+* Moved a bunch of other global variables to per-session variables
+
+Revision 1.116  1999/12/06 02:05:33  ajc
+* Moved global march list into per-session context
+
+Revision 1.115  1999/12/05 18:38:02  ajc
+* Auto-scaling worker thread pool size
+
+Revision 1.114  1999/12/05 17:38:41  ajc
+* Additional debugging and cleanup
+
+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
+
 Revision 1.101  1999/10/06 02:44:02  ajc
 * Per Nick's request, removed the key bindings stuff.  He knows how to fit
   it back in when it's fixed.  Also added more attempts at cache disabling,
@@ -297,3 +382,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+