aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_adaptive_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-29Convert to use ast_strtilghman1-59/+47
2008-01-17Change the way the new filter feature works, by allowing it to be a column NOTtilghman1-16/+31
2008-01-15Add the "filter" keywordtilghman1-3/+31
2008-01-11Port Nick Gorham's timestamp patch to adaptive_odbc, tootilghman1-6/+6
2007-12-13Don't use backslash as an escape character, unless it really is an escape cha...tilghman1-15/+16
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-01Fix memory leaktilghman1-0/+10
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-07-30Resolve some compiler warnings so that I can build under dev moderussell1-1/+1
2007-07-27Some ODBC drivers don't set the CHAR_OCTET_LENGTH field correctly.tilghman1-0/+7
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-6/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-05-24Oops, should have released this when we were done with it.tilghman1-0/+1
2007-05-22Fix for 64-bit platformtilghman1-1/+1
2007-05-21Comment a few more things, and remove an unnecessary db connection checktilghman1-2/+8
2007-05-18Merge cdr_adaptive_odbc from developer branchtilghman1-0/+614