summaryrefslogtreecommitdiff
path: root/include/asterisk/module.h
AgeCommit message (Expand)Author
2017-12-15loader: Replace priority heap with vector.Corey Farrell
2017-11-02Modules: Additional improvements to CLI completion.Corey Farrell
2017-03-27core: Remove embedded module supportSean Bright
2016-10-28Fix shutdown crash caused by modules being left open.Corey Farrell
2016-01-04voicemail: Move app_voicemail / res_mwi_external conflict to runtimeGeorge Joseph
2015-07-13ARI: Added new functionality to get information on a single module.Benjamin Ford
2015-07-10ARI: Added new functionality to get all module information.Benjamin Ford
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-02-11Enable REF_DEBUG for ast_module_ref / ast_module_unref.Corey Farrell
2014-12-12loader: Move definition of ast_module_reload from _private.h to module.hGeorge Joseph
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-05-14Break res_stasis into smaller files.David M. Lee
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-11Continue to group config filesAndrew Latham
2011-12-27Fix timing source dependency issues with MOHMatthew Jordan
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-22attempting to load running modulesDavid Vossel
2009-06-09module load priorityDavid Vossel
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachTilghman Lesher
2008-02-27Bring Voicetronix driver up to date with current driversTilghman Lesher
2008-01-02There are three instances of the module definition macros,Luigi Rizzo
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...Joshua Colp
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-20switch compile-time option checking to string storage mode in this branch tooKevin P. Fleming
2007-11-19Be a bit more pedantic about the type for holding the md5 sum for the build o...Russell Bryant
2007-11-16Merged revisions 89325 via svnmerge from Kevin P. Fleming
2007-09-30Merged revisions 84146 via svnmerge from Russell Bryant
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-06-05Merged revisions 67308 via svnmerge from Russell Bryant
2007-05-07ConstificationsOlle Johansson
2007-02-22move the ast_module_info structure into the special section as well, otherwis...Kevin P. Fleming
2007-02-22give embedded modules a helping hand by backing up and restoring their global...Kevin P. Fleming
2006-10-30Adding dialplan function IFMODULE, so you can create dialplans that handleOlle Johansson
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-05-09various doxygen fixesKevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11remove an unused functionLuigi Rizzo
2006-04-11as discussed with kevin, moveLuigi Rizzo
2006-04-08update module license key text and update loader to accept itKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming