* Doxygen groups. Sorted the files into groups. so now we have a nice structure
[citadel.git] / webcit / groupdav_main.c
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...