summaryrefslogtreecommitdiff
path: root/res/res_calendar_exchange.c
AgeCommit message (Expand)Author
2018-02-16res_calendar: Specialized calendars depend on symbols of general calendar.Alexander Traud
2017-09-05res_calendar*, res_smdi: Move to "extended" supportGeorge Joseph
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-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-03-28Add uuid wrapper API call ast_uuid_generate_str().Richard Mudgett
2012-12-13Make generate_exchange_uuid() always return the passed ast_str pointer.Sean Bright
2012-12-13Use the UUID API to generate and validate UUIDs for res_calendar_exchange.Sean Bright
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-01-27Add aresult variable for CALENDAR_WRITETerry Wilson
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-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-01Use the correct ical.h fileTerry 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-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