Remove $Id$ tags from most of webcit
[citadel.git] / webcit / groupdav_propfind.c
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-06-14 Art Cancro* Wrapped ifdef around variables to prevent them from...
2010-05-25 Art Cancro* added some missing license declarations
2010-04-21 Wilfried Göesgens* fix flags for state of rest parsing
2010-04-19 Wilfried Göesgens* add one more callback hook to the webcit DAV handler...
2010-04-06 Wilfried Göesgens* GetRESTFolder(): find the parts of the URL matching...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-06 Art Cancro* Repaired pieces of the wiki engine that have fallen...
2009-08-20 Wilfried Göesgens* WCC...
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-13 Wilfried Göesgens* use linebuffered server reading here too.
2009-02-10 Art Cancro* Removed some old, commented-out code
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-23 Art Cancro* WebDAV PROPFIND method now offers the <getlastmodifie...
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-12-29 Wilfried Göesgens* add getcontenttype for the inverse.ca groupdav connector
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
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