summaryrefslogtreecommitdiff
path: root/main/config.c
AgeCommit message (Expand)Author
2016-08-24Fix 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-25sorcery/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-01sorcery/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-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
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-03-05config: Fix inverted testKinsey Moore
2014-03-05Corrected cross-platform stat nanosecond codeDavid M. Lee
2014-02-20pjsip_cli: Fix memory leak in ast_sip_cli_print_sorcery_objectset.George Joseph
2014-02-19config: Add file size and nanosecond resolution fields to the cached modified...Richard Mudgett
2014-02-12realtime: Fix ast_update2_realtime() on raspberry pi.Walter Doekes
2014-01-27Allow nested #includes in extconfig.confRussell Bryant
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-11-02config: Allow ConfBridge DTMF menus to have '#' as the first digit.Richard Mudgett
2013-08-30Fix various memory leaksKevin Harwell
2013-04-27Add support for a realtime sorcery module.Joshua Colp
2013-04-26Clean up memory leak in config file on off nominal paths when glob is allowedMatthew Jordan
2013-01-02Prevent crashes from occurring when reading from data sources with large valuesMatthew Jordan
2012-12-03Cleanup config cache on exit.Richard Mudgett
2012-08-21Add scoped locks to Asterisk.Mark Michelson
2012-08-16Handle integer over/under-flow in ast_parse_argsTerry Wilson