Updated the MIME Parser API to include Content-ID in
[citadel.git] / webcit / groupdav_get.c
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
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-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-03-30 Art CancroWhen GroupDAV GET encounters a multipart message, output
2007-03-30 Art CancroMore changes to GroupDAV GET to prepare for
2007-03-29 Art CancroGroupDAV 'GET' operation now loads the message into
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-10 Art CancroBegan making changes to do better handling of character...
2006-03-05 Art CancroWebDAV GET/PUT of an entire calendar as one item
2006-03-04 Art CancroAltered the URL format for GET an entire calendar.
2006-03-04 Art CancroAdded in preliminary support for 'webcal://' URL's...
2006-02-21 Art Cancro* groupdav_propfind.c: PROPFIND on a collection now...
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-06-28 Art Cancro* GroupDAV HTTP header "ETag:" is now output as "etag...
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-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...