aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-3/+1
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-2/+2
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-03-11Convert prepare_and_execute to direct_execute for speedtilghman1-11/+11
2008-01-11Commit Nick Gorham's suggestion for timestamp fixtilghman1-2/+2
2008-01-10Fix problem with timestr going out of scopetilghman1-20/+19
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-6/+0
2007-11-02Restore building under 64-bit platforms.file1-1/+1
2007-11-01Convert cdr_odbc to use res_odbc managed connectionstilghman1-251/+86
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-98/+97
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-54/+28
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-6/+3
2007-06-18Merged revisions 69702 via svnmerge from russell1-0/+1
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-12/+6
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-4/+4
2007-03-29Merged revisions 59302 via svnmerge from tilghman1-4/+0
2006-10-23Merged revisions 45928 via svnmerge from file1-1/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-6/+12
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-0/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+9
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+4
2006-04-19Merged revisions 21597 via svnmerge from tilghman1-20/+18
2006-04-14Compatibility fixes for loader changestilghman1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-5/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26more doxygenification (issue #5513)russell1-2/+7
2005-10-22fix reload problem - unload_module was not setting connected to 0 (issue #5498)russell1-0/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-08more Cygwin portability (issue #4678)kpfleming1-0/+7
2005-07-14clarify commentrussell1-1/+2
2005-07-11remove complex malloc-avoidance (bug #4601)kpfleming1-55/+25
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-8/+11
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)kpfleming1-8/+7
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-02-04Optionally store CDR's in GM time (bug #3500, with mods)markster1-7/+25
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-15ODBC CDR fixes for bizarre error conditions and small performance improvement...markster1-36/+36
2005-01-11Fix types for character (bug #3255, take 3)markster1-1/+1
2005-01-11Make ODBC storage as int configurable to be string or int (bug #3255)markster1-1/+9
2005-01-05Make cdr_odbc store disposition as string not integer (thus matching document...markster1-1/+1