aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-0/+2
2010-07-17Merged revisions 277568 via svnmerge from tilghman1-0/+21
2010-07-08Add IPv6 to Asterisk.mmichelson1-1/+9
2010-06-30Remove unnecessary if test in CV_DSTR()rmudgett1-1/+1
2010-06-30Misc doxygen cleanup in config.hrmudgett1-41/+156
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-32/+45
2009-02-18Merged revisions 177096 via svnmerge from tilghman1-3/+54
2009-02-17Typooej1-1/+2
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman1-1/+2
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman1-0/+5
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-0/+30
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-0/+2
2008-08-05Add '+=' append operator to configuration files.tilghman1-0/+9
2008-06-13Document the input for ast_realtime_require_field()tilghman1-3/+15
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-1/+32
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman1-0/+37
2008-05-02Okay, maybe FreeBSD will like this better.tilghman1-6/+6
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman1-6/+6
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-03-11An offhand comment from Russell made me realize that the configuration filetilghman1-3/+6
2008-02-12Requested changes from Pari, reviewed by Russell.jpeeler1-1/+13
2007-12-31Add CV_STRINGFIELD() macro. This lets you set a config variable to a string ...russell1-0/+1
2007-12-20add some macros to simplify parsing the config file,rizzo1-0/+40
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forrizzo1-5/+8
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-1/+0
2007-11-16add a small new function to retrieve variables from a configrizzo1-0/+7
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+5
2007-11-12Doxygen fixes.qwell1-1/+1
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object d...murf1-0/+1
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-6/+9
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-4/+21
2007-08-06Merged revisions 78103 via svnmerge from mmichelson1-2/+9
2007-07-17Make trunk build once again.file1-5/+7
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsrizzo1-0/+82
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes torussell1-18/+34
2007-04-20Merged revisions 61690 via svnmerge from russell1-1/+2
2007-04-11via 8118, a RealTime upgrade to make RT a complete storage abstraction. The s...murf1-0/+17
2007-03-27Enhancement via 8118: Realtime API extension: add methods store_func and dest...murf1-0/+4
2007-02-24Doxygen additions, correctionsoej1-0/+3
2007-02-14New CLI command "Core show settings" to list some core settingsoej1-0/+3
2007-01-07When calling the Realtime app more than once, unset fields which weretilghman1-0/+1
2007-01-05a little more const-ificationkpfleming1-3/+3
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-2/+2
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-0/+1
2006-07-29Allow updates to match specific lines, allow specification of object or markster1-2/+2
2006-07-19First pass at in-place file manipulation via managermarkster1-3/+5
2006-03-07Bug 5702 - Realtime patch for meetmetilghman1-1/+1
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-4/+0
2006-02-24Update to trunkoej1-0/+4