* Brought over the SSL/TLS stuff from Citadel. I think it's complete but
[citadel.git] / webcit / webserver.c
2004-04-15 Art Cancro* Brought over the SSL/TLS stuff from Citadel. I think...
2004-04-10 Art Cancro* Fixed some version and copyright date oopses
2004-03-20 Art Cancro* Original startup thread becomes a worker thread after...
2004-02-09 Art Cancro* Changed the thread pool management algorithm. Detect...
2003-04-09 Art Cancro* Remove the defaulthost/defaultport vs. c_host/c_port...
2003-03-17 Art Cancro* Call to accept() was being made with an uninitialized...
2003-02-07 Art Cancro* Replaced sleep() with a function that sleeps using...
2003-01-29 Art Cancro* Shuffled some code and comments around; minor cleanup
2002-09-13 Art Cancro* Detect when the client browser is capable of gzip...
2002-09-06 Art Cancro* Added an "About this server" panel to the Summary...
2002-07-25 Art Cancro* Final cleanup of changes (finally located and fixed...
2002-01-24 Michael Hampton* Trace file using lprintf() similarly to citserver
2001-12-20 Art Cancro* If you paid for this software, someone is ripping...
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2001-08-22 Art Cancro* Added the "-c" command line option to generate option...
2001-06-22 Art Cancro* A few performance and tuning cleanups. Increased...
2001-05-22 Art Cancro* Another attempt to fix the fd leak
2000-04-20 Art Cancro* foo?
2000-04-06 Nathan Bryant* solaris cleanups and warning fixes
1999-12-12 Art Cancro* get http request: clear hold buffer before starting...
1999-12-08 Art Cancro* Increased the size of the backlog queue length passed...
1999-12-07 Art Cancro* Better (non fireworks display mode) handling of broke...
1999-12-06 Art Cancrobugfix
1999-12-05 Art Cancro* Removed a comment
1999-12-05 Art Cancro* Auto-scaling worker thread pool size
1999-12-05 Art Cancro* Additional debugging and cleanup
1999-12-04 Art Cancro* Moved all diagnostic output to stderr
1999-12-03 Art Cancro* BROKEN BUILD. Wrote most of the session removal...
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-11-26 Art Cancro* 2.01 release
1999-05-08 Art Cancrowebserver.c: added "-t" option to send traces somewhere...
1999-04-28 Art Cancrocredits
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-02-27 Art Cancrocomments
1999-01-22 Art CancroMinor shuffling around of code and removal of unused...
1999-01-04 Art Cancro * Added "enter registration"
1998-12-13 Art Cancro * Ignore SIGPIPE; this seems to magically make...
1998-12-10 Nathan Bryant * webserver.c: remove commented-out references...
1998-12-09 Nathan Bryant* context_loop.c, webserver.c, webserver.h: SO_LINGER...
1998-12-07 Art Cancro * Did a little debugging, still trying to figur...
1998-12-06 Nathan Bryant * webserver.c: prototype vsnprintf
1998-12-05 Nathan Bryantportability enhancements
1998-12-05 Nathan Bryant * converted to autoconf and began port to Digit...
1998-12-04 Nathan Bryant * webserver.c, context_loop.c, webcit.c: add...
1998-12-04 Nathan Bryant * webserver.c: warning fix
1998-12-04 Art CancroGot webcit-initiated session cleanups to work properly.
1998-12-03 Nick GrossmanNick: Added redirect()
1998-12-03 Art Cancrohmm
1998-11-30 Art Cancrowe still have a problem
1998-11-25 Art Cancrogot a basic framework for content working
1998-11-24 Art Cancrostarted on the static loader stuff
1998-11-24 Art CancroInitial revision