aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_adaptive_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-31Support negative filters.tilghman1-4/+14
2010-08-23Merged revisions 283319 via svnmerge from tilghman1-2/+1
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-06-08Add High Resolution Times to CDRs for Asterisksnuffy1-0/+34
2010-02-26formatting tweaks and constificationrussell1-3/+3
2009-12-30When the field is blank, don't warn about the field being unable to be coerce...tilghman1-12/+32
2009-08-10AST-2009-005tilghman1-10/+10
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.russell1-1/+0
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-3/+2
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-3/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-49/+52
2008-11-20Begin on a crusade to end trailing whitespace!twilson1-1/+1
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-11-14Allow setting static values in CDRstilghman1-11/+36
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-2/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-09-12Build under dev-modeseanbright1-1/+1
2008-09-11Add usegmtime, as per the recent -users list discussion, and also add mytilghman1-5/+24
2008-08-07More from the resolve-shadow-warnings branch. This time the cdr/ directory.seanbright1-2/+2
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