summaryrefslogtreecommitdiff
path: root/res/res_calendar_icalendar.c
AgeCommit message (Expand)Author
2018-02-16res_calendar: Specialized calendars depend on symbols of general calendar.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-10-04res_calendar_icalendar: Filter out occurrences superceded by another VEVENTkrells
2017-09-05res_calendar*, res_smdi: Move to "extended" supportGeorge Joseph
2017-08-17res_calendar_icalendar: Properly handle recurring eventsSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-01-30Fix memory leak in res_calendar_icalendarMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-27fix a wrong behavior of alarm timezones in caldav and icalendar when an alarm...Stefan Schmidt
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-01-04Merged revisions 300214 via svnmerge from Jan Kalab
2010-09-17Merged revisions 287269-287271 via svnmerge from Jan Kalab
2010-09-03Support for calendar events priorities and categories (with ISO C90 fix)Jan Kalab
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-05-28Fix ical library handling (again)Terry Wilson
2010-05-26Use configure to determine the prefixes and include directories properly.Tilghman Lesher
2010-04-21Fix the \brief description in the res_calendar_*.c files.Leif Madsen
2010-02-05Fix crash on 32-bit for users not using httpsTerry Wilson
2010-01-11Pass NULL for the ao2_callback function pointer instead of duplicating cb_true.Sean Bright
2009-10-10Fix handling of floating times and datesTerry Wilson
2009-10-09Properly return "free" on confirmed events that are freeTerry Wilson
2009-10-08Remove global variable that makes dlopen unhappyTerry Wilson
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-28Add Calendaring support for AsteriskTerry Wilson