summaryrefslogtreecommitdiff
path: root/main/config_options.c
AgeCommit message (Expand)Author
2013-09-20Ensure global types in the config framework are initializedKinsey Moore
2013-09-18Make config framework able to reload module configs with multiple config files.Richard Mudgett
2013-08-30features_config: Ignore parkinglots in features.conf instead of failing to loadJonathan Rose
2013-08-29Memory leaks fixKevin Harwell
2013-08-25Fix the config_options_testMatthew Jordan
2013-08-23Add the bucket API.Joshua Colp
2013-08-23Prevent seg fault in off nominal path when registered option fails to validateMatthew Jordan
2013-08-23Update config framework/sorcery with types/options without documentationMatthew Jordan
2013-08-15Changed some BUGBUG tags to associated JIRA issue tags.Richard Mudgett
2013-07-03Add BUGBUG note for ASTERISK-22009Richard Mudgett
2013-07-03Revert accidental overcommit.Richard Mudgett
2013-07-03Add BUGBUG note for ASTERISK-22009Richard Mudgett
2013-06-27Add config framework non-empty string validation requirement option.Richard Mudgett
2013-06-25Fix memory/ref counting leaks in a variety of locationsMatthew Jordan
2013-06-13Refactor CEL channel events on top of Stasis-CoreKinsey Moore
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-02-15Disable strict XML documentation config checking; fix crash caused by sorceryMatthew Jordan
2013-02-15Add CLI configuration documentationMatthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-04Prevent crash from using app_page with no confbridge.conf file provided.Mark Michelson
2012-07-21Fix segfault introduced by conversion to ACO APITerry Wilson
2012-07-19Convert app_confbridge to use the config options frameworkTerry Wilson
2012-07-12Handle deprecated (aliased) option names with the config options apiTerry Wilson
2012-06-28Add the ability to set flags via the config options apiTerry Wilson
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-14Add a post_apply callback to the Config Options APITerry Wilson
2012-06-14Add filename alias support to the Config Options APITerry Wilson
2012-06-07Fix reloading an unchanged file with the Config Options APITerry Wilson
2012-06-07Add default handler documentation and standardize acl handlerTerry Wilson
2012-06-01Add new config-parsing frameworkTerry Wilson