Remove $Id$ tags from most of webcit
[citadel.git] / webcit / groupdav_delete.c
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-12-31 Wilfried Göesgens* By Mcbrittmat:
2009-07-25 MattComment out call to StrBufCutLeft, this was cutting...
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-02-20 Wilfried Göesgens* silence some warnings. Why do 'may be used uninitiali...
2009-02-09 Matt* Use StrBufCutLeft to break off /groupdav/ etc.
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.