* Rewrote the HTTP engine and application coupling to run in a worker thread
authorArt Cancro <ajc@citadel.org>
Fri, 3 Dec 1999 05:09:55 +0000 (05:09 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Dec 1999 05:09:55 +0000 (05:09 +0000)
commitf0bdfb5861cdd973591b47ba7bdc2661d92dcd2e
tree2d67383d97f78c41a265e6dcb0fef28abac4e1d2
parent51f4d37821df73c1caacf83215881d518a0a332a
* 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.
26 files changed:
webcit/ChangeLog
webcit/Makefile.in
webcit/auth.c
webcit/braindamage.c [deleted file]
webcit/child.h [deleted file]
webcit/context_loop.c
webcit/cookie_conversion.c
webcit/graphics.c
webcit/locate_host.c
webcit/mainmenu.c
webcit/messages.c
webcit/mime_parser.c
webcit/netconf.c
webcit/paging.c
webcit/roomops.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/sysmsgs.c
webcit/tcp_sockets.c
webcit/tools.c
webcit/userlist.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c
webcit/who.c
webcit/wildmat.c [deleted file]