Fix some whitespace.
[asterisk/asterisk.git] / cdr / cdr_odbc.c
2008-11-04 Kevin P. Flemingimprove configure script to remember the previous value...
2008-10-06 Michiel van BaakAll ODBC parts can now use either unixodbc or iodbc.
2008-03-11 Tilghman LesherConvert prepare_and_execute to direct_execute for speed
2008-01-11 Tilghman LesherCommit Nick Gorham's suggestion for timestamp fix
2008-01-10 Tilghman LesherFix problem with timestr going out of scope
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-02 Joshua ColpRestore building under 64-bit platforms.
2007-11-01 Tilghman LesherConvert cdr_odbc to use res_odbc managed connections
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-06-18 Russell BryantMerged revisions 69702 via svnmerge from
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-03-29 Tilghman LesherMerged revisions 59302 via svnmerge from
2006-10-23 Joshua ColpMerged revisions 45928 via svnmerge from
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-09-20 Tilghman LesherConstify the result of a config retrieval function...
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-19 Tilghman LesherMerged revisions 21597 via svnmerge from
2006-04-14 Tilghman LesherCompatibility fixes for loader changes
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-03-01 Tilghman LesherMerged revisions 11503 via svnmerge from
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-06 Russell Bryantissue #5605
2005-10-26 Russell Bryantmore doxygenification (issue #5513)
2005-10-22 Russell Bryantfix reload problem - unload_module was not setting...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-08 Kevin P. Flemingmore Cygwin portability (issue #4678)
2005-07-14 Russell Bryantclarify comment
2005-07-11 Kevin P. Flemingremove complex malloc-avoidance (bug #4601)
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Fleminganother round of version tag updates, along with 'show...
2005-06-06 Kevin P. Fleminglet ODBC username/password default to the ones in odbc...
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-02-04 Mark SpencerOptionally store CDR's in GM time (bug #3500, with...
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2005-01-15 Mark SpencerODBC CDR fixes for bizarre error conditions and small...
2005-01-11 Mark SpencerFix types for character (bug #3255, take 3)
2005-01-11 Mark SpencerMake ODBC storage as int configurable to be string...
2005-01-05 Mark SpencerMake cdr_odbc store disposition as string not integer...
2004-12-10 Russell Bryantmake table configurable for cdr_odbc (bug #2755)
2004-11-25 Russell Bryantfix mem leak (bug #2940)
2004-10-05 James GolovichFormatting fix and use ast_true in cdr_odbc.c (bug...
2004-07-14 Mark SpencerMerge remaining audit patch (save dlfcn.c)
2004-07-08 Mark SpencerMerge bkw_'s ODBC patch
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-05-21 Jeremy McNamaraFix FreeTDS/MSSQL from bkw
2004-01-22 Mark SpencerODBC fix for PPC (bug #895)
2004-01-13 Jeremy McNamarachange warning into notice.
2004-01-11 Jeremy McNamaraLog cdr user data, if enabled
2004-01-04 Jeremy McNamaraprevent deadlock if no config file
2003-12-24 Jeremy McNamarafix a small memory leak, from brian
2003-12-24 Mark SpencerBrian's ODBC patches
2003-12-09 Jeremy McNamarastop seg when no loguniqueid is set in config file...
2003-12-07 Jeremy McNamarafix a minor typo from brian
2003-12-07 Mark SpencerMore updates from Brian
2003-12-07 Mark SpencerMore renaming updates
2003-12-06 Mark SpencerRename cdr_unixodbc to cdr_odbc