Mailing list header changes (fuck you Google)
[citadel.git] / webcit / context_loop.c
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-21 Art Cancro* Print the first line of each HTTP request to the...
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-05-17 Wilfried Göesgens* shuffle auth arround...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* fixups, leaks...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-14 Wilfried Göesgens* add defines for our errorcodes
2009-05-10 Wilfried Göesgens* use enum to handle http request types
2009-05-10 Wilfried Göesgens* shrinked the rest of these shutdown stuff into the...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-20 Wilfried Göesgens* migrate http read logic to the strbuf controlled...
2009-04-11 Wilfried Göesgens* comment out debug code
2009-04-11 Wilfried Göesgens* move to the new linebuffered function while linebased...
2009-02-17 Wilfried Göesgens* free the new 4th url fragment
2009-02-15 Wilfried Göesgens* do linebuffered reading from server
2009-02-11 Wilfried Göesgens* replace nonprintable chars in http headerlines by...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-01-26 Wilfried Göesgens* handle new strbufs in wcsession correctly
2009-01-25 Art Cancro* The '/webcit' prefix was only stripped when running...
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-08 Art Cancro* Updated is_bogus() with an exploit I happen to be...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-11 Wilfried Göesgens* load attachments in forwarded messages
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-05 MattFix HTTP Basic auth
2008-11-23 Wilfried Göesgens* finish selectboxes in Mailedit dialogs
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-11 Wilfried Göesgens* change syntax of read_message
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-22 Art Cancro/static/webcit.css was being grabbed by the code
2008-09-15 Wilfried Göesgens* fix /webcit/ URL reparsing
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-08 Wilfried Göesgens* fix COND:PREFS
2008-09-08 Wilfried Göesgens* HAIL MELD!
2008-09-04 Wilfried Göesgens* made *bstr things const
2008-09-02 Wilfried Göesgens* close sockets on error, and abort execution
2008-08-19 Wilfried Göesgens* fixes
2008-08-05 Wilfried Göesgens* upsi. this line copying mustn't be in there.
2008-08-05 Wilfried Göesgens* mute /sslg and /wholist_section from logging when...
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-04-26 Wilfried Göesgens* migrated to new hash create signature
2008-01-22 Wilfried Göesgens* use the hash to store our config.
2008-01-22 Art CancroFixed the webcit preferences bug once and for all,...
2008-01-13 Wilfried Göesgens* the same for msgescputs
2007-12-31 Art Cancro* Cleaned up some misc comments
2007-11-13 Wilfried Göesgens* cleanup with variable substitution. cleaner replacing...
2007-11-11 Wilfried Göesgens* do non-blocking accept()
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
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
next