Done with doxygenizing
[citadel.git] / webcit / webserver.c
2006-01-23 Wilfried GöesgensDone with doxygenizing
2006-01-16 Art Cancro* Experimental unix domain socket listener
2005-12-11 Art Cancro* Mercilessly ripped out all of the gratuitously comple...
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-11-27 Wilfried Göesgens* staticaly bind codeset to utf8.
2005-11-22 Art Cancro* create-pot.sh: now creates a new webcit.pot file...
2005-11-19 Art Cancro* Put in some infrastructure for generating and maintai...
2005-11-17 Art Cancro* Assorted tweaks to activate the translations...
2005-11-14 Art Cancro* Added an '-f' command line option to allow WebCit...
2005-10-15 Art Cancro* Better handling of multiple recipients in reply-all
2005-10-11 Art Cancro-
2005-10-05 Michael Hampton* Show the ThreadSSL in the debugging logs.
2005-08-22 Art Cancro* vcard_edit.c webcit.c webserver.c who.c : i18n
2005-08-17 Art Cancro* More work to get the gettext stuff working, although...
2005-08-16 Art Cancro* More gettext/i18n crap
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-23 Art Cancro* crypto.c: keys/ directory is relative to the director...
2005-06-07 Art Cancro* Don't compress when HTTP tracing/logging is enabled
2005-06-07 Art Cancro*** empty log message ***
2005-04-11 Art Cancro* Began an assault on strcpy()
2005-03-10 Art Cancro*** empty log message ***
2005-03-03 Art Cancro*** empty log message ***
2005-02-23 Art Cancro* Better control of HTTP headers which control browser...
2005-02-22 Art Cancro* When the "begin_burst() / end_burst()" semantics...
2005-02-21 Art Cancro* begin_burst() / end_burst() semantics now apply to...
2005-02-09 Art Cancro* More GroupDAV fixes and tuning.
2005-02-07 Art Cancro* groupdav_propfind.c: output all XML on a single line...
2005-02-06 Art Cancro* Added some HTTP Date: header output
2005-02-05 Art Cancro* All GroupDAV HTTP output is now \r\n instead of ...
2005-02-05 Art Cancro* Added an everything-buffering thingi so we can do...
2005-02-05 Art Cancro*** empty log message ***
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-02-03 Art Cancro* More tuning for GroupDAV compliance.
2005-02-02 Art Cancro* Debugged the GroupDAV service with KOrganizer. It...
2005-02-01 Art Cancro*** empty log message ***
2004-12-01 Art Cancro* Numerous memory management bugfixes.
2004-12-01 Art Cancro* Coupla memory allocation fixes, but nothing that...
2004-10-03 Art Cancro* Added a pthread_attr_destroy() in the appropriate...
2004-06-24 Art Cancro* Added the ability to listen on a single IP address...
2004-06-01 Art Cancro* Return to the old command-line usage (-s for https...
2004-04-27 Art Cancro* When running on the same host as Citadel, if no key...
2004-04-21 Art Cancro* Got HTTPS to work with Mozilla (by twiddling stuff...
2004-04-16 Art Cancro* Completed SSL support. Still doesn't work with all...
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