Remove $Id$ tags from most of webcit
[citadel.git] / webcit / groupdav_main.c
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2010-04-21 Wilfried Göesgens* fix flags for state of rest parsing
2010-04-19 Wilfried Göesgens* add one more callback hook to the webcit DAV handler...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* grumblegrumble conflict
2009-08-23 Wilfried Göesgens* output hostname into header; in this case it would...
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* use enum to handle http request types
2009-03-12 Wilfried Göesgens* use the hex-decoder instead of scanf
2009-02-10 Art Cancro* Restored the url-decoding of supplied GroupDAV pathna...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-05 MattBig brown paper bag: unbreak groupdav propfinds (my...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-08-08 MattFixes for GroupDAV and hprintf
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-12 Wilfried Göesgens* fixed several tiny flaws
2007-10-25 Wilfried Göesgens* handle webcit version through sysdep.h
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-04 Art CancroAdded in preliminary support for 'webcal://' URL's...
2006-03-03 Art CancroAltered the way UID's are encoded into URL's in DAV.
2006-03-01 Art Cancrogroupdav_propfind.c: continued fleshing out the DAV...
2006-02-20 Art CancroAPI change: pass the 'Depth:' header and content along
2006-01-31 Art Cancro* Rolled all of the groupdav*.[ch] files way back to...
2006-01-30 Art Cancro* Reversed the previous change
2006-01-30 Art Cancro* GroupDAV now outputs <href> tags containing server...
2006-01-30 Art Cancro* When the -f option is specified, honor X-Forwarded...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-21 Wilfried Göesgensmore doxygen doku.
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-29 Art Cancro* Any HTTP method other than GET or POST is now routed...
2005-06-29 Art Cancro* Added an experimental OPTIONS method. This is not...
2005-06-23 Art Cancro*** empty log message ***
2005-06-23 Art Cancro* groupdav_main.c: remove double slashes in path name
2005-06-06 Art Cancro* GroupDAV URI escape character is now '%' in order...
2005-04-08 Art Cancro* Moved to the new string tokenizer API
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-05 Art Cancro* All GroupDAV HTTP output is now \r\n instead of ...
2005-02-03 Art Cancro*** empty log message ***
2005-02-02 Art Cancro*** empty log message ***
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-02-01 Art Cancro* Completed GroupDAV PUT. Untested.
2005-02-01 Art Cancro* Bumped the internal version number to 6.01
2005-01-29 Art Cancro* Implemented the GroupDAV DELETE method.
2005-01-26 Art Cancro* PROPFIND now outputs fully qualified URL's
2005-01-26 Art Cancro* Initial implementation of GroupDAV PROPFIND
2005-01-26 Art Cancro* Output ETags in double quotes to conform with the...
2005-01-25 Art Cancro* Accept escaped characters in GroupDAV GET URL's
2005-01-25 Art Cancro* Implemented the Groupdav GET method, more or less...
2005-01-25 Art Cancro* Completed HTTP "Basic" authentication, and a stub...
2005-01-24 Art Cancro* Began laying the groundwork for http-authenticated...