summaryrefslogtreecommitdiff
path: root/main/config.c
AgeCommit message (Expand)Author
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-06-03Merged revisions 120173 via svnmerge from Jeff Peeler
2008-05-21Be sure that we cache included files for each source file which loadsMark Michelson
2008-05-05#execing the same file multiple times led to warning messages saying that the...Mark Michelson
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-03-26Simplify new macro, simplify configfile logic, now that list is sortedTilghman Lesher
2008-03-26Add a linkedlist macro that maintains a sorted listTilghman Lesher
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-19Merged revisions 109908 via svnmerge from Steve Murphy
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-25Merged revisions 104092 via svnmerge from Jason Parker
2008-02-15Fix up some doxygen issues.Jason Parker
2008-02-12Requested changes from Pari, reviewed by Russell.Jeff Peeler
2008-01-07Display a message if no config mappings are found with "core show config mapp...Jason Parker
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-14Print an error message if a #included file does not existRussell Bryant
2007-12-13Merged revisions 92696 via svnmerge from Jason Parker
2007-12-08remove unused code, and simplify the logic for #include/#execLuigi Rizzo
2007-12-08Implement comment_buffer and lline_buffer in terms of the ast_str_*() API.Luigi Rizzo
2007-12-08unify some common codeLuigi Rizzo
2007-12-08normalize formattingLuigi Rizzo
2007-12-08document a nice technique to exit from a block in case of errors.Luigi Rizzo
2007-12-08a little bit of documentation on how lines are parsed.Luigi Rizzo
2007-11-30Merged revisions 90348 via svnmerge from Russell Bryant
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16add a small new function to retrieve variables from a configLuigi Rizzo
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-14TypoTilghman Lesher
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Merged revisions 89036 via svnmerge from Steve Murphy
2007-11-02Don't re-cache the filename, but check to see if it already existsTilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.Joshua Colp
2007-09-12This fix closes issue #10642 -- it's not perfect, but should retain most blan...Steve Murphy
2007-09-11remove unused functions that made this file not build under dev modeRussell Bryant
2007-09-11This solves an unreported solaris compile problem (missing -lnsl -lsocket).Steve Murphy
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object d...Steve Murphy
2007-09-03Once we get past the file checks, we're loading, so clear the FILEUNCHANGED f...Tilghman Lesher
2007-09-02We shouldn't use a filename blindly without checking to make sure it's unused...Tilghman Lesher
2007-08-29init newer so compile won't complain.Steve Murphy