summaryrefslogtreecommitdiff
path: root/res/res_calendar.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-09-19res_calendar: Plug memory leak and micro-optimizationSean Bright
2017-09-13res_calendar: Various fixesSean Bright
2017-09-05res_calendar*, res_smdi: Move to "extended" supportGeorge Joseph
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-12-31res_calendar: delete old calendars after reloadMartin Tomec
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-10res_calendar: Add support for fetching calendars when reloadingLudovic Gasc (GMLudo)
2016-01-10res_calendar: Cleanup scheduler context at unload.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
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