Remove $Id$ tags from most of webcit
[citadel.git] / webcit / availability.c
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2009-08-20 Wilfried Göesgens* split tasks view into its own file
2009-06-19 Art Cancro* More style cleanup
2009-03-17 Wilfried Göesgens* webcit part of michael meskes full day calendar patch...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-07-28 Wilfried Göesgens* read static/server files directly into the outbuffer
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-05-03 Wilfried Göesgens* revert the getutc stuff, since we now have a _tz...
2008-04-26 Wilfried Göesgens* fix memleak in calendar_view.c
2008-04-11 Art CancroVersion number to 7.35 in preparation for an upcoming...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2007-12-01 Wilfried Göesgens* since we now require a new libical version, remove...
2007-10-24 Art CancroCalendar day view: complete in two passes (once
2007-10-23 Wilfried Göesgens* some debugging to the day view, and the date calculat...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-08-17 Art Cancro* availability.c: prepared for i18n
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...
2003-05-31 Art Cancro* Cosmetic changes
2003-05-26 Art Cancro* availability.c: brought over ical_ctdl_is_overlap...
2003-05-26 Art Cancro* serv_func.c: added utility function read_server_text()
2003-05-26 Art Cancro* Getting closer to doing the availability check. ...