summaryrefslogtreecommitdiff
path: root/main/config.c
AgeCommit message (Expand)Author
2018-03-20Merge "core: Remove additional symbols."Joshua Colp
2018-03-20Merge "main/config: Use ast_cli_completion_add for reload completion."Jenkins2
2018-03-19core: Remove additional symbols.Corey Farrell
2018-03-19Merge "loader: Convert reload_classes to built-in modules."Jenkins2
2018-03-17main/config: Use ast_cli_completion_add for reload completion.Corey Farrell
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-13Merge "core: Remove ABI effects of MALLOC_DEBUG."Jenkins2
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2018-02-23core: Fix handling of maximum length lines in config files.Corey Farrell
2018-02-19config: Fix locking for extconfig reload.Corey Farrell
2018-01-18pbx: Reduce verbosity while loading extensionskrells
2017-12-01config: Speed up config template lookupSean Bright
2017-07-13core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-19Fix checks for allocation debugging.Corey Farrell
2016-04-25config: Fix ast_config_text_file_save2 writability check for missing filesGeorge Joseph
2016-04-05config: Allow filters when appending to a categoryGeorge Joseph
2016-03-27sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2016-01-15main/config: Clean config maps on shutdown.Corey Farrell
2015-10-12config.c: Fix off-nominal memory leak.Richard Mudgett
2015-10-12config.c: Fix potential memory corruption after [section](+).Richard Mudgett
2015-10-12config.c: Fix #include after [section](+).Richard Mudgett
2015-07-02sorcery/realtime: Add a bit of debug and warning messages for bad configsMatt Jordan
2015-05-15res_pjsip_config_wizard/config: Fix template processingGeorge Joseph
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-28clang compiler warnings: Fix -Wunused-function; make inline function staticMatthew Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-02-06various: cleanup issues found during leak huntScott Griepentrog
2015-01-25dynamic realtime: Updates fail to work due to update fields being passed overMatthew Jordan
2015-01-07config: Add option to NOT preserve effective context when changing a templateGeorge Joseph
2014-12-02config: Create ast_variable_find_in_list()George Joseph
2014-11-05config: Make text_file_save and 'dialplan save' escape semicolons in values.George Joseph
2014-11-04config: BUG: Restore ability for non-templ to be used as base objs in config.George Joseph
2014-10-16config: Fix inf loop using ast_category_browse and ast_variable_retrieveGeorge Joseph
2014-10-14config: Fix SEGV in unit test with MALLOC_DEBUGGeorge Joseph
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-09-18config: bug: Fix SEGV in ast_category_insert when matching category isn't foundGeorge Joseph
2014-09-12Realtime: Fix a bug that caused realtime destroy command to crashJonathan Rose
2014-09-10config: bug: fix truncation of included config files on permissions errorGeorge Joseph
2014-07-11config: inform config hook of change when writing fileScott Griepentrog
2014-06-06chan_sip: Fix order of variables specified in SIPNotify actionJonathan Rose
2014-06-05config: Fix indentation and missing curlies in config_text_file_load().Richard Mudgett
2014-06-05config: Fix config files not reloading when only an included file changes.Richard Mudgett
2014-05-30main/config.c: AMI action UpdateConfig EmptyCat clears all categoriesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-08config: Fix CB_ADD_LEN() to work as originally intended.Richard Mudgett
2014-03-21Remove a LOG_NOTICE from ast_config_engine_register.Sean Bright
2014-03-14Handle the return values of realtime updates and stores more accurately.Mark Michelson