aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
AgeCommit message (Expand)AuthorFilesLines
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