summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
AgeCommit message (Expand)Author
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-03-28Merged revisions 59289 via svnmerge from Tilghman Lesher
2007-03-08Merged revisions 58479 via svnmerge from Tilghman Lesher
2007-01-30Merged revisions 52808 via svnmerge from Paul Cadach
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-13Feature: allow the sanity SQL to be customized per connection class (Issue 6...Tilghman Lesher
2006-11-13Merged revisions 47526 via svnmerge from Tilghman Lesher
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-09-21Merged revisions 43464 via svnmerge from Tilghman Lesher
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-20move ODBC API into ast_ namespaceKevin P. Fleming
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-20Convert func_odbc to use the prepare_and_execute callback, which helps with a...Tilghman Lesher
2006-06-15ast_calloc() already reports OOM conditionsTilghman Lesher
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-18update res_odbc to support pooled connectionsRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-02Fix for very unlikely memory leak in res_odbcMatthew Fredrickson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-09issue #5563Kevin P. Fleming
2005-11-08issue #5650Kevin P. Fleming
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-13fix typo in function name (issue #5437)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-02eliminate compiler warning (issue #5094)Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-07-08clean up compiler warnings during build on 64-bit systemsKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-02-17Merge anthm's ODBC sanity check fix (bug #3529)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-07ODBC CLI improvements (bug #3220)Mark Spencer
2004-10-31Misc code fixes (bug #2762)Mark Spencer
2004-10-23More memory checksJames Golovich
2004-10-05Major changes to res_config to support centralized config, eliminate configur...Mark Spencer
2004-07-14Merge remaining audit patch (save dlfcn.c)Mark Spencer
2004-07-08Massive code formatting cleanup in res_odbc.c thanks to bkw_James Golovich
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-13Fix ODBC build for FreeBSDMark Spencer