aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Merged revisions 59289 via svnmerge from tilghman1-1/+1
2007-03-08Merged revisions 58479 via svnmerge from tilghman1-1/+1
2007-01-30Merged revisions 52808 via svnmerge from pcadach1-2/+4
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-11-13Feature: allow the sanity SQL to be customized per connection class (Issue 6...tilghman1-12/+19
2006-11-13Merged revisions 47526 via svnmerge from tilghman1-0/+1
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-09-21Merged revisions 43464 via svnmerge from tilghman1-1/+2
2006-09-21Lots more removal of deprecated thingstilghman1-6/+1
2006-09-20move ODBC API into ast_ namespacekpfleming1-10/+10
2006-09-18merge qwell's CLI verbification workkpfleming1-22/+29
2006-08-31everything that loads a config that needs a config file to runmogorman1-71/+74
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+8
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...tilghman1-0/+4
2006-06-15ast_calloc() already reports OOM conditionstilghman1-4/+0
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-1/+4
2006-04-18update res_odbc to support pooled connectionsrussell1-327/+397
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-02Fix for very unlikely memory leak in res_odbcmattf1-19/+21
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-09issue #5563kpfleming1-6/+71
2005-11-08issue #5650kpfleming1-0/+1
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming1-7/+1
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+4
2005-10-13fix typo in function name (issue #5437)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-1/+18
2005-09-02eliminate compiler warning (issue #5094)kpfleming1-2/+2
2005-07-10more ast_copy_string conversionsrussell1-1/+1
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-2/+2
2005-06-06more file version tagskpfleming1-3/+8
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-2/+2
2005-02-17Merge anthm's ODBC sanity check fix (bug #3529)markster1-16/+103
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-2/+2
2005-01-07ODBC CLI improvements (bug #3220)markster1-32/+73
2004-10-31Misc code fixes (bug #2762)markster1-0/+1
2004-10-23More memory checkscitats1-4/+8
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-19/+24
2004-07-14Merge remaining audit patch (save dlfcn.c)markster1-1/+1
2004-07-08Massive code formatting cleanup in res_odbc.c thanks to bkw_citats1-343/+307
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-13Fix ODBC build for FreeBSDmarkster1-1/+1
2004-06-11Merge res_odbc and res_configmarkster1-0/+430