summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
AgeCommit message (Expand)Author
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-05Add '+=' append operator to configuration files.Tilghman Lesher
2008-06-13Document the input for ast_realtime_require_field()Tilghman Lesher
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-05-02Okay, maybe FreeBSD will like this better.Tilghman Lesher
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2008-02-12Requested changes from Pari, reviewed by Russell.Jeff Peeler
2007-12-31Add CV_STRINGFIELD() macro. This lets you set a config variable to a string ...Russell Bryant
2007-12-20add some macros to simplify parsing the config file,Luigi Rizzo
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forLuigi 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-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object d...Steve Murphy
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
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-07-17Make trunk build once again.Joshua Colp
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsLuigi Rizzo
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
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-27Enhancement via 8118: Realtime API extension: add methods store_func and dest...Steve Murphy
2007-02-24Doxygen additions, correctionsOlle Johansson
2007-02-14New CLI command "Core show settings" to list some core settingsOlle Johansson
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2007-01-05a little more const-ificationKevin P. Fleming
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-07-29Allow updates to match specific lines, allow specification of object or Mark Spencer
2006-07-19First pass at in-place file manipulation via managerMark Spencer
2006-03-07Bug 5702 - Realtime patch for meetmeTilghman Lesher
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-23add 'sip show settings' CLI command (issue #4806)Kevin P. Fleming
2005-06-24split up string/time functions into separate header filesKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming