* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / groupdav_delete.c
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
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
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-01-31 Art Cancro* Rolled all of the groupdav*.[ch] files way back to...
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-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
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-01-29 Art Cancro* Implemented the GroupDAV DELETE method.