summaryrefslogtreecommitdiff
path: root/res/res_config_sqlite.c
AgeCommit message (Expand)Author
2015-09-18CHAOS: avoid crash if string create failsScott Griepentrog
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-12-08res_config_sqlite: Check for CDR unregistration failuresMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-04-27Update res_config_sqlite to use the ast_variable lists.Joshua Colp
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2011-11-03Fix sqlite config driver segfault and broken queriesWalter Doekes
2011-10-13Don't skip the query field on a realtime multi queryTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-08Release list lock before returning on error.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-03-18a few more namespace updates... res_ael_share still needs some work before th...Kevin P. Fleming
2009-02-05Change the first field, or we don't get the necessary field separation.Tilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...Sean Bright
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-07-31Switch command order, to meet with current specsTilghman Lesher
2008-07-31Two errors:Tilghman Lesher
2008-07-30Add adaptive capabilities to the sqlite realtime driverTilghman Lesher
2008-07-19fix a couple of comments in sqlite resource driver.Michiel van Baak
2008-07-17Fix memory leaksTilghman Lesher
2008-07-17Fix memory leak.Tilghman Lesher
2008-07-16Don't try to dereference the dbfile pointer ifMark Michelson
2008-03-31Initialize all these here tmp pointers at declaration. They confused some com...Joshua Colp
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2007-12-21Store dates using local time instead of UTCMark Michelson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-12Doxygen fixes.Jason Parker
2007-10-25closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you...Steve Murphy
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-17Add support for #include, var_metric, and cat_metric in res_config_sqliteRussell Bryant
2007-09-13Various code and documentation cleanups for res_config_sqliteRussell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy