aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+1
2007-03-29Merged revisions 59301 via svnmerge from tilghman1-4/+0
2006-10-23Merged revisions 45927 via svnmerge from file1-1/+2
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
2004-12-10make table configurable for cdr_odbc (bug #2755)russell1-7/+37
2004-11-25fix mem leak (bug #2940)russell1-0/+1
2004-10-05Formatting fix and use ast_true in cdr_odbc.c (bug 2569) Thanks bkw_citats1-134/+71
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-7/+10
2004-07-08Merge bkw_'s ODBC patchmarkster1-5/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-21Fix FreeTDS/MSSQL from bkwjeremy1-32/+32
2004-01-22ODBC fix for PPC (bug #895)markster1-4/+4
2004-01-13change warning into notice.jeremy1-1/+1
2004-01-11Log cdr user data, if enabledjeremy1-2/+3
2004-01-04prevent deadlock if no config filejeremy1-3/+4
2003-12-24fix a small memory leak, from brianjeremy1-1/+11
2003-12-24Brian's ODBC patchesmarkster1-115/+88
2003-12-09stop seg when no loguniqueid is set in config file. From bkwjeremy1-1/+2
2003-12-07fix a minor typo from brianjeremy1-1/+1
2003-12-07More updates from Brianmarkster1-11/+65
2003-12-07More renaming updatesmarkster1-64/+66
2003-12-06Rename cdr_unixodbc to cdr_odbcmarkster1-0/+450