some work on calendar
[citadel.git] / webcit / context_loop.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2021-12-27 Art CancroFinally removed the cached/hashed static directory...
2020-12-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2020-12-06 Art CancroRemoved extra references to thread keys that are not...
2015-10-11 Wilfried Goesgensfix memory leak for invavlid HTTP-Heeaders
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensFix error handling to avoid XSS attacks.
2015-01-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-01-11 Wilfried Goesgenssilence lnog noise.
2014-12-07 Wilfried Goesgensdon't use non-ascii chars.
2014-05-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-10 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-10 Wilfried GoesgensFix default landing mechanism
2013-10-06 Wilfried GoesgensImplement range request for content download
2013-06-25 Wilfried GoesgensGETTEXT: when re-using a session, make shure we re...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2013-02-05 Wilfried GoesgensSyslog: adjust loglevels to sane values.
2013-02-05 Wilfried GoesgensSession Cleanup: init timestamp properly.
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-29 Wilfried GoesgensCONTEXT: add interlock with cleanup / attaching of...
2012-05-05 Wilfried GoesgensCLEANUP: don't declare vars before code.
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-02-11 Art CancroI think this restores the previous REST-like behavior...
2012-02-09 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-09 Art CancroWhen the root page is requested, replace it with a...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Wilfried GoesgensStartpage: 'readfwd?go=' just delivers half of a page...
2012-01-04 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-03 Art CancroCreated stub for REPORT method
2011-12-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-22 Art CancroIf no URL handler is found, try it as a room name....
2011-12-05 Art CancroRepaired other cases of auth mode failure. ICS calenda...
2011-12-05 Art CancroMake a note where we need to clear the cookie
2011-12-05 Art CancroImportant fixes to session matching and reuse logic.
2011-12-05 Art Cancrosneaking up on that bug like a cat prowling in the...
2011-12-05 Art Cancroclosing in on the dav problem ... not quite there yet
2011-09-04 Art CancroClear of non-default language setting moved to its...
2011-09-04 Art CancroClear selected_language when marking a guest session...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Art CancroAvoid re-using sessions that are already bound to an...
2011-09-04 Art Cancrotemporary logging for debug
2011-09-04 Art CancroAllow reuse of WebCit sessions currently resident in...
2011-09-04 Art CancroChanged session logging in order to determine why some...
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroHost header is now stored per-request instead of globally.
2011-09-04 Art CancroRemoved some old TECH_PREVIEW sections.
2011-09-04 Art CancroGot rid of all of the .m.html templates and is_mobile...
2011-09-04 Art Cancrominor cleanup
2011-09-04 Art CancroMade the elimination of nocookies permanent.
2011-09-04 Art CancroThe 'nocookies' error page is no longer needed
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2011-07-19 Art CancroWrap all calls to pthread_mutex_lock() and pthread_mute...
2010-09-15 Art CancroRevert "Return 404 for robots.txt"
2010-09-14 Art CancroReturn 404 for robots.txt
2010-09-13 Art CancroFixed a race condition which made the thread pool size...
2010-09-08 Art CancroHandle X-Forwarded-Host: properly
2010-09-08 Art CancroHdr->http_host is now gone.
2010-09-08 Art CancroNew global variable 'site_prefix' which replaces the...
2010-09-03 Art CancroAdded the ability to handle Base64-encoded URL's. ...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-07-12 Art Cancro* Improved the thread pool logic so that we don't end...
2010-05-25 Art Cancro* added some missing license declarations
2010-05-24 Art Cancro* WebCit thread pool is no longer tied to the number...
2010-05-06 Wilfried Göesgens * OverrideRequest(): for some reason Hdr->HR.ReqLine...
2010-04-19 Art Cancro* update room chat to the new protocol. This needs...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-12-10 Wilfried Göesgens* just anounce "new context" if we create a non static...
2009-11-18 Wilfried Göesgens* set correct buffer end pointer, so we don't run into...
2009-11-05 Wilfried Göesgens* just calculate the language for non-static requests...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-01 Wilfried Göesgens* dav_depth has to be initialized non-null, hacky so...
2009-09-14 Wilfried Göesgens* add nginx way to handle the remote host header
2009-09-14 Art Cancro* When spawning another worker thread, indicate the...
2009-09-07 Wilfried Göesgens* here we need to look for StrBufNOTNULL too.
2009-08-23 Wilfried Göesgens* add logging if auth-basic session connecting fails...
2009-08-06 Art Cancro* Moved the call to GetAuthBasic()
2009-08-06 Art Cancro* http-auth was not binding in time, causing the first...
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-06-09 Art Cancro* Fix '/*' found in comment
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-06-01 Wilfried Göesgens* make the cookie failure page non-cacheable.
2009-06-01 Wilfried Göesgens* fix non cookie request blocking
2009-05-31 Wilfried Göesgens* remove duplicate callback code
2009-05-31 Wilfried Göesgens* finish migrating the hdr struct
2009-05-31 Wilfried Göesgens* start moving the hdr struct up, and add detach callba...
2009-05-31 Wilfried Göesgens* fix logging / debug mode logchatty exceptions
2009-05-31 Wilfried Göesgens* move session creation and session lookup into own...
2009-05-24 Wilfried Göesgens* check for WC in conditionals...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* more leaks...
2009-05-21 Wilfried Göesgens* don't send cookies with static data; we don't know...
2009-05-21 Wilfried Göesgens* streamline gettext plugin
next