summaryrefslogtreecommitdiff
path: root/res/res_calendar.c
AgeCommit message (Expand)Author
2016-01-10res_calendar: Cleanup scheduler context at unload.Corey Farrell
2015-03-30clang compiler warnings: Fix -Wabsolute-value warningsMatthew Jordan
2014-11-19ast_str: Fix improper member access to struct ast_str members.Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-25module loader: Unload modules in reverse order of their start orderMatthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-18res_calendar: Protect channel when adding datastore.Joshua Colp
2013-06-25Fix memory/ref counting leaks in a variety of locationsMatthew Jordan
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-22Track module use count for res_calendarTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Allow res_calendar to be unloadedTerry Wilson
2012-01-27Add aresult variable for CALENDAR_WRITETerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-10-30Don't crash on empty notify channelTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Add "calendar show types" CLI command.Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-03-08Merged revisions 310039 via svnmerge from Terry Wilson
2011-03-04Add setvar option to calendaringTerry Wilson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-30Add Function and Application Relationships to documentationAndrew Latham
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-11-08Merged revisions 294207 via svnmerge from Terry Wilson
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-24Calendaring support for Exchange Server 2007+ via EWSTerry Wilson
2010-01-25Fix INTERNAL_OBJ error on stop when calendars.conf missingTerry Wilson
2009-10-14Add missing 'getnum' fieldTerry Wilson
2009-10-13use Calendar: instead of Calendar/ for devstateTerry Wilson
2009-10-13Fix compiler warning.Richard Mudgett
2009-10-13Fix handling of notification calls w/ the dialing apiTerry Wilson
2009-10-09Don't add Attendees during copy, replace themTerry Wilson
2009-10-08Remove global variable that makes dlopen unhappyTerry Wilson
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-08-15cast time_t type variables to long where needed.Michiel van Baak
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-29Add a couple of TODO items so I don't forgetTerry Wilson
2009-05-28Add Calendaring support for AsteriskTerry Wilson