aboutsummaryrefslogtreecommitdiffstats
path: root/main/config.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Merged revisions 237414 via svnmerge from tilghman1-1/+2
2010-01-04Merged revisions 237410 via svnmerge from tilghman1-0/+3
2009-09-16Merged revisions 219061 via svnmerge from tilghman1-38/+48
2009-08-10AST-2009-005tilghman1-1/+1
2009-06-23Merged revisions 202753 via svnmerge from rbrindley1-5/+24
2009-04-21Merged revisions 189629 via svnmerge from dbailey1-18/+0
2008-12-05Merged revisions 161181 via svnmerge from tilghman1-3/+5
2008-11-18Merged revisions 157302 via svnmerge from murf1-4/+5
2008-10-09Merged revisions 147807 via svnmerge from murf1-1/+1
2008-07-18Merged revisions 132109 via svnmerge from tilghman1-1/+1
2008-06-03Merged revisions 120174 via svnmerge from jpeeler1-0/+4
2008-05-21Merged revisions 117367 via svnmerge from mmichelson1-1/+1
2008-05-05Merged revisions 115329 via svnmerge from mmichelson1-1/+2
2008-03-19Merged revisions 109942 via svnmerge from murf1-8/+14
2008-03-11Merged revisions 107791 via svnmerge from tilghman1-16/+22
2008-03-06Merged revisions 105840 via svnmerge from russell1-11/+11
2008-02-25Merged revisions 104092 via svnmerge from qwell1-1/+2
2008-02-15Fix up some doxygen issues.qwell1-0/+2
2008-02-12Requested changes from Pari, reviewed by Russell.jpeeler1-2/+62
2008-01-07Display a message if no config mappings are found with "core show config mapp...qwell1-8/+13
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forrizzo1-0/+28
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-12-14Print an error message if a #included file does not existrussell1-1/+3
2007-12-13Merged revisions 92696 via svnmerge from qwell1-1/+1
2007-12-08remove unused code, and simplify the logic for #include/#execrizzo1-35/+29
2007-12-08Implement comment_buffer and lline_buffer in terms of the ast_str_*() API.rizzo1-103/+68
2007-12-08unify some common coderizzo1-11/+16
2007-12-08normalize formattingrizzo1-18/+14
2007-12-08document a nice technique to exit from a block in case of errors.rizzo1-0/+5
2007-12-08a little bit of documentation on how lines are parsed.rizzo1-7/+24
2007-11-30Merged revisions 90348 via svnmerge from russell1-1/+0
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17trim more redundant headersrizzo1-1/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-16add a small new function to retrieve variables from a configrizzo1-0/+6
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-1/+1
2007-11-14Typotilghman1-1/+1
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-10/+14
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...murf1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-4/+2
2007-11-06Merged revisions 89036 via svnmerge from murf1-11/+80
2007-11-02Don't re-cache the filename, but check to see if it already existstilghman1-0/+6
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-19More changes to NEW_CLI.qwell1-13/+18
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.file1-0/+1
2007-09-12This fix closes issue #10642 -- it's not perfect, but should retain most blan...murf1-8/+131
2007-09-11remove unused functions that made this file not build under dev moderussell1-21/+0