aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29Merged revisions 159818 via svnmerge from kpfleming1-46/+45
2008-10-10Merged revisions 148200 via svnmerge from seanbright1-0/+1
2008-07-31Merged revisions 134977 via svnmerge from tilghman1-2/+2
2008-07-19Merged revisions 132277 via svnmerge from mvanbaak1-10/+4
2008-07-17Merged revisions 131753 via svnmerge from tilghman1-0/+6
2008-07-17Merged revisions 131681 via svnmerge from tilghman1-0/+1
2008-07-16Merged revisions 131361 via svnmerge from mmichelson1-1/+1
2008-03-31Merged revisions 111961 via svnmerge from file1-4/+3
2008-03-11Merged revisions 107791 via svnmerge from tilghman1-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