* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / groupdav.h
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2007-03-30 Art CancroWhen GroupDAV GET encounters a multipart message, output
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-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
2005-06-29 Art Cancro* Any HTTP method other than GET or POST is now routed...
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-02-01 Art Cancro* Completed GroupDAV PUT. Untested.
2005-01-31 Art Cancro* Initial attempt at GroupDAV PROPFIND for folder enume...
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* 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...