summaryrefslogtreecommitdiff
path: root/main/config_options.c
AgeCommit message (Expand)Author
2018-03-17aco: Use ast_cli_completion_add for 'config show help'.Corey Farrell
2018-01-04aco: Fix NULL dereference in error path.Corey Farrell
2018-01-02aco: Add missing aco_option_type_string for OPT_TIMELEN_T.Corey Farrell
2017-12-15aco: Create ways to minimize use of regex.Corey Farrell
2017-12-01config: Speed up ACO & sorcery initializationSean Bright
2017-10-25Build System: Fix --disable-xmldoc option.Corey Farrell
2017-07-13core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.Corey Farrell
2017-05-04app_confbridge: Fix reference to cfg in menu_template_handlerGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-22Fix Alembic upgrades.Mark Michelson
2016-05-04config_options.c: Expand #ifdef to contain whole if statement.Chris Trobridge
2016-03-24config: fix flags in uint option handlerGianluca Merlo
2016-01-28Merge "config: Allow options to register when documentation is unavailable."Mark Michelson
2016-01-28config_options.c: Fix warning message wording.Richard Mudgett
2016-01-26config: Allow options to register when documentation is unavailable.Joshua Colp
2015-09-11main/config_options: Check for existance of internal object before derefingMatt Jordan
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-07-24AMI: Allow for command response documentationKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew 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
2014-03-07config_options: Display the see-also information for CLI config option helpMatthew Jordan
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