summaryrefslogtreecommitdiff
path: root/res/res_config_sqlite.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-08Complete deprecating legacy modules.Richard Mudgett
2018-02-13Deprecate legacy modules.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-02-21realtime: Centralize some common realtime backend codeSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-09-18CHAOS: avoid crash if string create failsScott Griepentrog
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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