summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
2017-12-15loader: Use vector to build apha sorted module lists.Corey Farrell
2017-12-15loader: Replace priority heap with vector.Corey Farrell
2017-12-15loader: Rework of load_dynamic_module.Corey Farrell
2017-12-15loader: Minor fix to module registration.Corey Farrell
2017-12-08loader: Refactor resource_name_match.Corey Farrell
2017-11-20loader: Fix comments in struct ast_module.Corey Farrell
2017-11-02Modules: Additional improvements to CLI completion.Corey Farrell
2017-10-30Modules: Fix issues with CLI completion.Corey Farrell
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-27core: Remove embedded module supportSean Bright
2016-10-28Fix shutdown crash caused by modules being left open.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-15sd_notify (systemd status notifications) supportTzafrir Cohen
2016-03-03loader: Retry dlopen when loading failsGeorge Joseph
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
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-04-27Astobj2: Allow reference debugging to be enabled/disabled by config.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09loader/main: Don't set ast_fully_booted until deferred reloads are processedGeorge Joseph
2015-03-22Fix compilation issues for OpenBSDMatthew Jordan
2015-02-21Allow shutdown to unload modules that register bucket scheme's or codec's.Corey Farrell
2015-02-11Enable REF_DEBUG for ast_module_ref / ast_module_unref.Corey Farrell
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-25loader: Fix an infinite loop when printing modules using "module show".Joshua Colp
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-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-10-31core/loader: Don't call dlclose in a while loopMatthew Jordan
2013-08-30optional_api: Fix linking problems between modules that export global symbolsDavid M. Lee
2013-08-16Improve sounds indexer CLI commandsKinsey Moore
2013-07-29Put the include in thereMatthew Jordan
2013-07-29When performing a reload, reload the new features_config and not the oldMatthew Jordan
2013-06-12Fix memory leak while loading modules, adding formats, and destroying endpointsMatthew Jordan
2013-06-10Make the reload stasis message bump the ref count of its sub-objectMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-10Address unload order issues for res_stasis* modulesDavid M. Lee
2013-05-01Make mod_load_cmp() not as klunky.Richard Mudgett
2013-04-26By popular demand, putting the about-to-load-module printf back.David M. Lee
2013-04-26Removing stray printf from r386540David M. Lee
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2012-12-17Fix potential double free when unloading a module.Richard Mudgett
2012-11-05Add safety NULL pointer check in module user references.Richard Mudgett
2012-09-27loader: Ensure dependent modules are properly initialized.Joshua Colp
2012-08-17Add instrumentation to subsystem reloadsKinsey Moore
2012-08-16Add module reload instrumentation for TEST_FRAMEWORKKinsey Moore