]> 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 89315c9c9339c04dc14206399af656a9c5927a5a..63eec9c656f3651987e5e55214c5b70cc0b36fd0 100644 (file)
@@ -1,4 +1,36 @@
 $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