summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
AgeCommit message (Expand)Author
2008-05-07Don't free the object on destroy, as astobj2 takes care of that for youTilghman Lesher
2008-05-05Merge refcounting of res_odbcTilghman Lesher
2008-02-01Clarify the pooling functionality by changing the config file keywordTilghman Lesher
2008-01-23Merged revisions 99775 via svnmerge from Tilghman Lesher
2008-01-21Merged revisions 99341 via svnmerge from Tilghman Lesher
2008-01-18Permit username and password to be NULL (which enables pass-through from the ...Tilghman Lesher
2008-01-12Merged revisions 98467 via svnmerge from Tilghman Lesher
2007-12-05Use ast_free() instead of free().Russell Bryant
2007-11-25Merged revisions 89559 via svnmerge from Tilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-05Merged revisions 88539 via svnmerge from Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-18(issue #10724)Jason Parker
2007-09-14Add a direct execute method to res_odbc (closes issue #10722)Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Only use the sanitysql if it's not zero-lenTilghman Lesher
2007-08-11Merged revisions 79142 via svnmerge from Tilghman Lesher
2007-08-07Merged revisions 78437 via svnmerge from Tilghman Lesher
2007-07-27Merged revisions 77571 via svnmerge from Tilghman Lesher
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
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