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