* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / groupdav_put.c
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-08-08 MattFixes for GroupDAV and hprintf
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-03-31 Art CancroICAL 'putics' should NOT do server-generated invitations.
2007-08-09 Art Cancro* Applied Matt's groupdav patch
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-03-05 Art CancroWebDAV GET/PUT of an entire calendar as one item
2006-03-04 Art CancroAltered the URL format for PUT an entire calendar.
2006-03-04 Art CancroSmall fix to previous commit
2006-03-04 Art CancroAdded in preliminary support for 'webcal://' URL's...
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-26 Art CancroComplete overhaul of "Notes" view. Now features AJAX...
2006-01-21 Wilfried Göesgensmore doxygen doku.
2005-10-26 Art Cancro* Bumped internal version number to 6.31. Minimum...
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-06-07 Art Cancro*** empty log message ***
2005-05-26 Art Cancro* Applied GroupDAV patches sent in by Johannes Schneide...
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-03-30 Art Cancro*** empty log message ***
2005-03-03 Art Cancro*** empty log message ***
2005-02-09 Art Cancro* More GroupDAV fixes and tuning.
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* Minor comment and syntax cleanups
2005-02-03 Art Cancro*** empty log message ***
2005-02-02 Art Cancro* Encode GroupDAV uid's using more concise string escap...
2005-02-02 Art Cancro* Debugged the GroupDAV service with KOrganizer. It...
2005-02-01 Art Cancro* Completed GroupDAV PUT. Untested.