aboutsummaryrefslogtreecommitdiffstats
path: root/main/config.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-11-01Cleanups suggested by Russell.murf1-31/+32
2006-10-26Fix comment preservation code (thanks murf!)markster1-10/+165
2006-09-21Remove deprecated CLI apps from the coretilghman1-6/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-5/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-4/+12
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-0/+10
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1235