summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
AgeCommit message (Expand)Author
2011-05-03Merged revisions 316215 via svnmerge from David Vossel
2011-02-14Merged revisions 307793 via svnmerge from Tilghman Lesher
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-01-05Merged revisions 300623 via svnmerge from Tilghman Lesher
2010-08-26Merged revisions 283659 via svnmerge from Russell Bryant
2010-08-25Merged revisions 283561 via svnmerge from Tilghman Lesher
2010-07-23Merged revisions 279113 via svnmerge from Tilghman Lesher
2010-07-23Merge the realtime failover branchTilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.Jason Parker
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-08-10AST-2009-005Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-18a few more namespace updates... res_ael_share still needs some work before th...Kevin P. Fleming
2009-02-25Oops, wrong direction of commandTilghman Lesher
2009-02-19ODBC transaction supportTilghman Lesher
2009-02-17Add assertions in the quest to track down a refcount leak.Tilghman Lesher
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...Kevin P. Fleming
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...Kevin P. Fleming
2008-12-18Fix crashes in res_odbc.Mark Michelson
2008-12-18Fix reference counts of the class and add an assertion to the end.Tilghman Lesher
2008-12-17Fix a refcount leak in res_odbcMark Michelson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...Sean Bright
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-10-02Merged revisions 145751 via svnmerge from Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-11Merged revisions 137138 via svnmerge from Tilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-07-11a small change to make things compileSteve Murphy
2008-07-11Don't copy on NULL.Tilghman Lesher
2008-07-11Add some debug code and add a missing releaseTilghman Lesher
2008-06-10Move the table cache routines to res_odbc, so they can be used from otherTilghman Lesher
2008-05-23Protect the object from changing while the 'odbc show' CLI command is runningTilghman Lesher
2008-05-20Increase limit of unshared connections from 1023 to 4.2 billion.Tilghman Lesher
2008-05-20Revert part of previous fix, and heavily comment the logic for objectTilghman Lesher
2008-05-19Remove a premature mutex destroy (the destruction callback will end up destro...Joshua Colp
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