Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / context_loop.c
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-05-09 Art CancroAdded more URL prefixes to is_bogus() to reflect the
2007-03-10 Art CancroWhen re-creating an expired session, re-use the
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-02 Art Cancro404 all broken Microsoft /_vti_* crap
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-12-08 Art Cancro* Detect the browser language, and use it as the defaul...
2005-12-08 Art Cancro Improved the reliability of per-thread locale by unset...
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-12-02 Art Cancro* Re-enabled browser language detection. This will...
2005-12-01 Art Cancro* The iconbar roomlist, when selected, is now persisten...
2005-11-29 Art Cancro* Made the iconbar room list somewhat usable (collapse...
2005-11-27 Wilfried Göesgens* Detect locale from Browser Environment
2005-11-13 Art Cancro* Strip prepended '/webcit' in requested url's. This...
2005-10-15 Art Cancro* Better handling of multiple recipients in reply-all
2005-09-18 Art Cancro* Discovered that Prototype makes it easy to auto-refre...
2005-08-19 Michael HamptonClean up the RSS feed. Attempt to read If-Modified...
2005-08-18 Michael HamptonFirst-draft of RSS support.
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-07 Art Cancro* Don't compress when HTTP tracing/logging is enabled
2005-06-07 Art Cancro*** empty log message ***
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-22 Art Cancro* When the "begin_burst() / end_burst()" semantics...
2005-02-21 Art Cancro* Various debugging type of everythingism to help chat...
2005-02-21 Art Cancro* Misc changes to debug chat lockups
2005-02-05 Art Cancro* Added an everything-buffering thingi so we can do...
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-01-26 Art Cancro* Initial implementation of GroupDAV PROPFIND
2005-01-25 Art Cancro* Completed HTTP "Basic" authentication, and a stub...
2005-01-24 Art Cancro* Began laying the groundwork for http-authenticated...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-12-07 Art Cancro* Finally tracked down the WC->vars heap corruption...
2004-12-01 Art Cancro* Numerous memory management bugfixes.
2004-02-27 Art Cancro* fix frameset bug in page popups
2004-02-26 Art Cancro* Fixed a problem that made WebCit go to the "no cookie...
2004-02-26 Art Cancro* Put the /favicon.ico --> /static/favicon.ico hack...
2004-02-25 Art Cancro* do_logout
2004-02-25 Art Cancro* Allow "/do_logout" as a no-frames page
2004-02-25 Art Cancro* Changed the favicon support to LINK tags in the HEAD...
2004-02-25 Art Cancro* Support for favicon.ico in the static/ directory
2004-02-20 Art Cancro* Replaced the Java chat with a new system based on...
2004-02-19 Art Cancro* Changed the internal version number to 5.05
2004-02-18 Art Cancro* page_user
2004-02-18 Art Cancro* Fixed the frameset force reload logic. Now it does...
2004-02-18 Art Cancro* Force reload of frameset if someone tries to escape...
2004-02-09 Art Cancro* Prepare for a way to avoid falling out of the main...
2004-02-09 Art Cancro* Changed the thread pool management algorithm. Detect...
2003-06-26 Art Cancro* Allow anonymous HTTP requests for /freebusy/user...
2003-04-30 Art Cancro* Added the ability to compose messages with file attac...
2003-02-07 Art Cancro* Replaced sleep() with a function that sleeps using...
2002-09-27 Art Cancro* Removed the gzip compression stuff due to bugs in...
2002-09-15 Art Cancro* Duh. I don't need to twiddle CFLAGS when autoconf...
2002-09-14 Art Cancro* Backed out compression of inlines -- not all browsers...
2002-09-14 Art Cancro* Finished gzip compression of dynamic pages (when...
2002-09-13 Art Cancro* Detect when the client browser is capable of gzip...
2002-08-22 Art Cancro* 'unsubscribe' command (but not 'confirm unsubscribe')
2002-08-16 Art Cancro* I think I've finally nailed the 'no session' pages...
2002-08-14 Art Cancro* List subscription (not finished)
2002-05-09 Art Cancro* Began working on address book view
2002-05-08 Art Cancro* Preferences framework
2002-01-24 Michael Hampton* Trace file using lprintf() similarly to citserver
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2001-09-25 Art Cancro* Fix for WebCit servers running on port 80: detect...
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* tcp_sockets.c: changed memcpy() to memset() in tcp_co...
1999-12-23 Art Cancro* Changed session cookie from hexadecimal encoding...
1999-12-12 Art Cancro* get http request: clear hold buffer before starting...
1999-12-07 Art Cancro* Better (non fireworks display mode) handling of broke...
1999-12-04 Art Cancro* Moved all diagnostic output to stderr
1999-12-04 Art Cancro* Finished the overhaul. Now to tune...
1999-12-03 Art Cancro* Removed some pseudocode
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-06-30 Art CancroAdded support for "robots.txt" telling spiders to go...
1999-06-22 Art Cancrocontext_loop.c: rearranged some code to try to eliminat...
1999-06-03 Art Cancro * Ditched the frames mode completely. It wasn...
1999-05-08 Art Cancrowebserver.c: added "-t" option to send traces somewhere...
1999-04-28 Art Cancro * context_loop.c: display an error page if...
1999-03-18 Art Cancro * webcit.c: modified getz() to *exit* the progr...
1999-03-07 Art Cancroroomops.c: in room list, print a &nbsp; in otherwise...
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-03-07 Art Cancro * webcit.c: added to getz() the ability to...
1999-02-24 Nathan Bryant * context_loop.c: warning fix
1999-01-31 Art CancroResolve the name of the connecting host and pass it...
1999-01-29 Art Cancro * wDumpContent() is now responsible for </BODY...
1999-01-10 Art CancroLotsa stuff. See ChangeLog for details.
1999-01-04 Art Cancro * Added "enter registration"
1998-12-27 Art Cancrodunno ... what did I do?
1998-12-13 Art Cancro * Ignore SIGPIPE; this seems to magically make...
1998-12-13 Art Cancroremove extra diagnostic
1998-12-13 Art CancroCheck for dead webcit child process before each transac...
1998-12-13 Art Cancrocontext_loop.c: Moved "remove session" into its own...
1998-12-10 Nathan Bryant * context_loop.c: really fix the SO_LINGER...
1998-12-10 Art CancroSet up login banner graphic and background image graphic
1998-12-10 Art Cancroweird stuff regarding that trailing CRLF
next