summaryrefslogtreecommitdiff
path: root/res/res_config_odbc.c
AgeCommit message (Expand)Author
2007-11-23Merged revisions 89534 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-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-17store and destroy implementations for sqlite (closes issue #10446) and odbc (...Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-07Merged revisions 78488 via svnmerge from Russell Bryant
2007-08-07Merged revisions 78415 via svnmerge from Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-11Merged revisions 74657 via svnmerge from Russell Bryant
2007-07-10Merged revisions 74314 via svnmerge from Russell Bryant
2007-07-06Merged revisions 73696 via svnmerge from Russell Bryant
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-05-03Merged revisions 62842 via svnmerge from Kevin P. Fleming
2007-05-03Merged revisions 62797,62807 via svnmerge from Kevin P. Fleming
2007-02-09Merged revisions 53779-53781 via svnmerge from Kevin P. Fleming
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2006-12-19Merged revisions 48577 via svnmerge from Kevin P. Fleming
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...Steve Murphy
2006-09-20move ODBC API into ast_ namespaceKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-19Remove "initialization from incompatible pointer type" warnings.North Antara
2006-07-19restore buildability (bad marko!)Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
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-11normalize code in preparation to module changesLuigi Rizzo
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5650Kevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-04-22report the number of rows updated when using RealTime update method (bug #4066)Kevin P. Fleming
2005-04-22ensure that res_config_odbc can handle columns with NULL values (bug #3787)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming