aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Merged revisions 300621 via svnmerge from tilghman1-8/+9
2009-10-06Merged revisions 222176 via svnmerge from kpfleming1-0/+7
2009-08-10AST-2009-005tilghman1-2/+2
2009-04-01Merged revisions 185912 via svnmerge from tilghman1-2/+3
2009-02-25Oops, wrong direction of commandtilghman1-1/+1
2009-02-19ODBC transaction supporttilghman1-71/+785
2009-02-17Add assertions in the quest to track down a refcount leak.tilghman1-7/+26
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...kpfleming1-0/+17
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-3/+1
2008-12-18Fix crashes in res_odbc.mmichelson1-2/+2
2008-12-18Fix reference counts of the class and add an assertion to the end.tilghman1-3/+12
2008-12-17Fix a refcount leak in res_odbcmmichelson1-0/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-2/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-10-02Merged revisions 145751 via svnmerge from tilghman1-9/+15
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+1
2008-08-11Merged revisions 137138 via svnmerge from tilghman1-3/+14
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-8/+8
2008-07-11a small change to make things compilemurf1-1/+1
2008-07-11Don't copy on NULL.tilghman1-3/+5
2008-07-11Add some debug code and add a missing releasetilghman1-0/+25
2008-06-10Move the table cache routines to res_odbc, so they can be used from othertilghman1-0/+169
2008-05-23Protect the object from changing while the 'odbc show' CLI command is runningtilghman1-0/+4
2008-05-20Increase limit of unshared connections from 1023 to 4.2 billion.tilghman1-2/+2
2008-05-20Revert part of previous fix, and heavily comment the logic for objecttilghman1-21/+47
2008-05-19Remove a premature mutex destroy (the destruction callback will end up destro...file1-13/+19
2008-05-07Don't free the object on destroy, as astobj2 takes care of that for youtilghman1-1/+0
2008-05-05Merge refcounting of res_odbctilghman1-233/+117
2008-02-01Clarify the pooling functionality by changing the config file keywordtilghman1-1/+10
2008-01-23Merged revisions 99775 via svnmerge from tilghman1-1/+1
2008-01-21Merged revisions 99341 via svnmerge from tilghman1-5/+20
2008-01-18Permit username and password to be NULL (which enables pass-through from the ...tilghman1-7/+29
2008-01-12Merged revisions 98467 via svnmerge from tilghman1-0/+1
2007-12-05Use ast_free() instead of free().russell1-1/+1
2007-11-25Merged revisions 89559 via svnmerge from tilghman1-2/+18
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-2/+4
2007-11-08improve linked-list macros in two ways:kpfleming1-4/+2
2007-11-05Merged revisions 88539 via svnmerge from tilghman1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-09-18(issue #10724)qwell1-17/+40
2007-09-14Add a direct execute method to res_odbc (closes issue #10722)tilghman1-0/+22
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+5
2007-08-13Only use the sanitysql if it's not zero-lentilghman1-1/+1
2007-08-11Merged revisions 79142 via svnmerge from tilghman1-2/+10