Began making changes to do better handling of character sets.
[citadel.git] / webcit / groupdav_propfind.c
2006-03-01 Art Cancrogroupdav_propfind.c: continued fleshing out the DAV...
2006-02-28 Art Cancrolocate_message_by_uid() once again uses the server...
2006-02-21 Art CancroGroupDAV PROPFIND on the folder list collection now
2006-02-21 Art Cancro* groupdav_propfind.c: PROPFIND on a collection now...
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
2006-01-30 Art Cancro* GroupDAV now outputs <href> tags containing server...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-21 Wilfried Göesgensmore doxygen doku.
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-10-26 Art Cancro* Bumped internal version number to 6.31. Minimum...
2005-10-06 Art Cancro*** empty log message ***
2005-10-06 Art Cancro* GroupDAV locate_message_by_uid() now uses the EUID...
2005-09-18 Art Cancro* Discovered that Prototype makes it easy to auto-refre...
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-29 Art Cancro* PROPFIND on an individual item inside a room now...
2005-05-26 Art Cancro* Applied GroupDAV patches sent in by Johannes Schneide...
2005-05-24 Art Cancro* Applied a patch sent by Johannes Schneider for correc...
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-07 Art Cancro* groupdav_propfind.c: output all XML on a single line...
2005-02-06 Art Cancro* Added some HTTP Date: header output
2005-02-05 Art Cancro* All GroupDAV HTTP output is now \r\n instead of ...
2005-02-05 Art Cancro* Added an everything-buffering thingi so we can do...
2005-02-02 Art Cancro*** empty log message ***
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-02-01 Art Cancro* Reworked the PROPFIND xml output based on an example...
2005-02-01 Art Cancro*** empty log message ***
2005-02-01 Art Cancro* Completed "folder list" PROPFIND, now listing all...
2005-01-31 Art Cancro* Initial attempt at GroupDAV PROPFIND for folder enume...
2005-01-28 Art Cancro* GroupDAV object URL's are now based on the EUID of...
2005-01-26 Art Cancro* PROPFIND now outputs fully qualified URL's
2005-01-26 Art Cancro* Initial implementation of GroupDAV PROPFIND