aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-29Change ENV section to use setenv, instead of putenv (Alexandru Pirvulescu <si...tilghman1-9/+2
2006-11-13If the execute fails a second time, make sure that we don't pass back a stale...tilghman1-0/+1
2006-02-02Fix for (#6309), potential (highly unlikely) memory leak in res_odbcmattf1-19/+21
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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