* Moved to the new string tokenizer API
[citadel.git] / webcit / groupdav_get.c
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-05 Art Cancro* All GroupDAV HTTP output is now \r\n instead of ...
2005-02-05 Art Cancro* Cleanup of new message range view-o-matic
2005-02-03 Art Cancro* More tuning for GroupDAV compliance.
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-01-29 Art Cancro* Implemented the GroupDAV DELETE method.
2005-01-28 Art Cancro* GroupDAV object URL's are now based on the EUID of...
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...