aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-1/+1
2009-02-05Change the first field, or we don't get the necessary field separation.tilghman1-0/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-12/+11
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming1-7/+6
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+4
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-16/+97
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...seanbright1-0/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+1
2008-07-31Switch command order, to meet with current specstilghman1-2/+2
2008-07-31Two errors:tilghman1-23/+32
2008-07-30Add adaptive capabilities to the sqlite realtime drivertilghman1-60/+299
2008-07-19fix a couple of comments in sqlite resource driver.mvanbaak1-10/+4
2008-07-17Fix memory leakstilghman1-0/+6
2008-07-17Fix memory leak.tilghman1-0/+1
2008-07-16Don't try to dereference the dbfile pointer ifmmichelson1-1/+1
2008-03-31Initialize all these here tmp pointers at declaration. They confused some com...file1-4/+3
2008-03-11An offhand comment from Russell made me realize that the configuration filetilghman1-3/+5
2007-12-21Store dates using local time instead of UTCmmichelson1-3/+3
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-2/+2
2007-11-12Doxygen fixes.qwell1-3/+3
2007-10-25closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you...murf1-0/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-19More changes to NEW_CLI.qwell1-23/+28
2007-09-17Add support for #include, var_metric, and cat_metric in res_config_sqliterussell1-1/+21
2007-09-13Various code and documentation cleanups for res_config_sqliterussell1-244/+252
2007-09-05Doxygen cleanups/fixes.qwell1-1/+2
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-10/+9
2007-08-17store and destroy implementations for sqlite (closes issue #10446) and odbc (...tilghman1-0/+212
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-4/+5
2007-07-23(closes issue #10271)russell1-84/+72
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-3/+3
2007-06-08Fix incorrect logic for param count.qwell1-4/+3
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-1/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-42/+42
2007-06-01Documentation fixes for res_config_sqlite.qwell1-12/+6
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+1
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+1311