summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
2016-09-20sd_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-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-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
2012-08-13Add test instrumentationKinsey Moore
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-02-22Track module use count for res_calendarTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-07-27Merged revisions 329670 via svnmerge from Sean Bright
2011-02-09clarify warning when no loadable module supportTzafrir Cohen
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher