aboutsummaryrefslogtreecommitdiffstats
path: root/main/config.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-11This solves an unreported solaris compile problem (missing -lnsl -lsocket).murf1-0/+31
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object d...murf1-2/+34
2007-09-03Once we get past the file checks, we're loading, so clear the FILEUNCHANGED f...tilghman1-0/+2
2007-09-02We shouldn't use a filename blindly without checking to make sure it's unused...tilghman1-4/+6
2007-08-29init newer so compile won't complain.murf1-1/+1
2007-08-29make trunk build again. murf will have to review this to see if it was the r...russell1-2/+0
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-50/+334
2007-08-17Change this flag... might not otherwise unlock in an OOM situationtilghman1-1/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-45/+174
2007-08-06Merged revisions 78103 via svnmerge from mmichelson1-0/+8
2007-08-06Merged revisions 78180 via svnmerge from qwell1-3/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-16/+8
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsrizzo1-0/+119
2007-06-14Merged revisions 69470 via svnmerge from qwell1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-6/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-11/+12
2007-05-07Merged revisions 63254 via svnmerge from oej1-1/+0
2007-04-26Merged revisions 61959 via svnmerge from file1-0/+2
2007-04-20Merged revisions 61690 via svnmerge from russell1-39/+26
2007-04-11via 8118, a RealTime upgrade to make RT a complete storage abstraction. The s...murf1-0/+32
2007-03-26Merged revisions 59225 via svnmerge from murf1-64/+65
2007-02-24Doxygen additions, correctionsoej1-0/+1
2007-02-14New CLI command "Core show settings" to list some core settingsoej1-0/+6
2007-02-02Merged revisions 53118 via svnmerge from file1-1/+1
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-18/+18
2007-01-16Merged revisions 51057 via svnmerge from russell1-1/+1
2007-01-14Bug 8803 - Fix crash in APItilghman1-4/+13
2007-01-10Merged revisions 50405 via svnmerge from file1-1/+4
2007-01-07When calling the Realtime app more than once, unset fields which weretilghman1-1/+30
2007-01-05a little more const-ificationkpfleming1-3/+3
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-1/+0
2007-01-04Merged revisions 49551 via svnmerge from file1-12/+20
2006-11-15Merged revisions 47690 via svnmerge from kpfleming1-1/+7
2006-11-15Merged revisions 47684 via svnmerge from kpfleming1-3/+3
2006-11-13This solves bug 8342, whereby a crash occurs under certain circumstances whil...murf1-1/+1