summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
AgeCommit message (Expand)Author
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
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