summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-02-12manager: Add AMI event Load/UnloadSungtae Kim
2018-01-31Merge "loader: Use ast_cli_completion_add for 'module load' completion."Jenkins2
2018-01-27loader: Use ast_cli_completion_add for 'module load' completion.Corey Farrell
2018-01-25loader: Correct overly strict startup checks.Corey Farrell
2018-01-22Merge "loader: Add support for built-in modules."Jenkins2
2018-01-22Merge "loader: Rework load_resource_list."Jenkins2
2018-01-22Merge "loader: Remove global symbol only startup phase."Joshua Colp
2018-01-22Merge "loader: Process module dependencies."Jenkins2
2018-01-17loader: Add support for built-in modules.Corey Farrell
2018-01-17loader: Rework load_resource_list.Corey Farrell
2018-01-17loader: Remove global symbol only startup phase.Corey Farrell
2018-01-17loader: Process module dependencies.Corey Farrell
2018-01-17loader: Miscellaneous fixes.Corey Farrell
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-12-23loader: Add volatile to resource_being_loaded.Corey Farrell
2017-12-14loader: Use vector to build apha sorted module lists.Corey Farrell
2017-12-14loader: Replace priority heap with vector.Corey Farrell
2017-12-14loader: Rework of load_dynamic_module.Corey Farrell
2017-12-14loader: 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-01Modules: 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