aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_sqlite3_custom.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-22Merged revisions 202417 via svnmerge from seanbright1-28/+22
2009-03-02Backport 1.6.0 fix to trunk (failsafe if db is not loaded)tilghman1-0/+5
2009-02-27If config file is blank, don't load module.tilghman1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-29/+22
2008-11-20Begin on a crusade to end trailing whitespace!twilson1-3/+3
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-08-14Fix memory leak in cdr_sqlite3_custom.seanbright1-9/+9
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2007-12-06Fix a problem with quoting in sqlite3 cdr module..qwell1-72/+174
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-09Fix a few potential deadlocks in cdr_sqlite3_custom.qwell1-0/+3
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-09-17Don't try to continue loading cdr_sqlite3_custom on a module load failure (su...qwell1-1/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-13/+7
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+264