summaryrefslogtreecommitdiff
path: root/funcs/func_odbc.c
AgeCommit message (Expand)Author
2018-03-06BuildSystem: Depend not implicitly but explicitly on external libraries.Alexander Traud
2018-01-03func_odbc: Add missing unlock's to acf_odbc_read.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-12func_odbc: Fix connection deadlock.Joshua Colp
2016-05-20func_odbc: single database connection should be optionalAlexei Gradinari
2016-04-27func_odbc: Check connection status before executing queries.Mark Michelson
2016-04-22func_odbc: Use one connection per DSN.Mark Michelson
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-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-06-03func_odbc: Fix fixed size buffers fix (r414968).Walter Doekes
2014-05-28res_config_odbc: Use dynamically sized buffers to store row data so values do...Joshua Colp
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-05-18Fix more memory leaksMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-24Fix locking issues with channel datastores in func_odbc.c.Richard Mudgett
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-07-18Merged revisions 328541 via svnmerge from Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-03-12Merged revisions 310415 via svnmerge from Tilghman Lesher
2011-03-10Merged revisions 310142 via svnmerge from Tilghman Lesher
2011-02-28Merged revisions 308991 via svnmerge from Tilghman Lesher
2011-02-15Merged revisions 307837 via svnmerge from Tilghman Lesher
2010-08-24Merged revisions 283350 via svnmerge from Russell Bryant
2010-06-03Handle OOM errors more gracefully.Tilghman Lesher
2010-05-07Double free crashTilghman Lesher
2009-09-07Allow multiple rows to be fetched within the normal mode of operation.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-09Convert func_odbc to use ast_dummy_alloc_channel()Matthew Nicholson
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-07Second result should not contain data from the first result.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-08If the first column is empty, output a delimiter anyway.Tilghman 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-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-09Avoid allocating memory for a thread that don't need it. Also, this memory wa...Eliel C. Sardanons
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devTilghman Lesher
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming