summaryrefslogtreecommitdiff
path: root/main/config.c
AgeCommit message (Expand)Author
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
2007-08-29make trunk build again. murf will have to review this to see if it was the r...Russell Bryant
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-17Change this flag... might not otherwise unlock in an OOM situationTilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-06Merged revisions 78103 via svnmerge from Mark Michelson
2007-08-06Merged revisions 78180 via svnmerge from Jason Parker
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsLuigi Rizzo
2007-06-14Merged revisions 69470 via svnmerge from Jason Parker
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-07Merged revisions 63254 via svnmerge from Olle Johansson
2007-04-26Merged revisions 61959 via svnmerge from Joshua Colp
2007-04-20Merged revisions 61690 via svnmerge from Russell Bryant
2007-04-11via 8118, a RealTime upgrade to make RT a complete storage abstraction. The s...Steve Murphy
2007-03-26Merged revisions 59225 via svnmerge from Steve Murphy
2007-02-24Doxygen additions, correctionsOlle Johansson
2007-02-14New CLI command "Core show settings" to list some core settingsOlle Johansson
2007-02-02Merged revisions 53118 via svnmerge from Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2007-01-16Merged revisions 51057 via svnmerge from Russell Bryant
2007-01-14Bug 8803 - Fix crash in APITilghman Lesher
2007-01-10Merged revisions 50405 via svnmerge from Joshua Colp
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2007-01-05a little more const-ificationKevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49551 via svnmerge from Joshua Colp
2006-11-15Merged revisions 47690 via svnmerge from Kevin P. Fleming
2006-11-15Merged revisions 47684 via svnmerge from Kevin P. Fleming
2006-11-13This solves bug 8342, whereby a crash occurs under certain circumstances whil...Steve Murphy