summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
AgeCommit message (Expand)Author
2018-03-17BuildSystem: Remove unused dependency on libltdl.Alexander Traud
2018-01-06General: Silence modules on (un)load.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-21res_odbc: Make pooling option deprecation notice more useful.Joshua Colp
2016-08-18res_odbc: Correct the dependency relationship with res_odbc_transactionGeorge Joseph
2016-08-06res_odbc: Show only when there a fail attempt of connection in CLIRodrigo Ramírez Norambuena
2016-07-12func_odbc: Fix connection deadlock.Joshua Colp
2016-06-07res_odbc: Implement a connection pool.Joshua Colp
2016-02-03logging: Remove/fix some message annoyancesGeorge Joseph
2016-01-22res_odbc: Remove connection managementMark Michelson
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-05-04res_odbc: Use negative connection cache for all connectionsMartin Tomec
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-09res/res_odbc: Remove unneeded queries when determining if a table existsMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-27Converts locking for odbc containers from ast_mutex_lock to ao2_locks.Jonathan Rose
2012-02-27Remove possible segfaults from res_odbc by adding locks around usage of odbc ...Jonathan Rose
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-22Merged revisions 320445 via svnmerge from Tilghman Lesher
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