Remove possible segfaults from res_odbc by adding locks around usage of odbc handle
[asterisk/asterisk.git] / res / res_odbc.c
2012-02-27 Jonathan RoseRemove possible segfaults from res_odbc by adding locks...
2012-01-27 Richard MudgettAudit of ao2_iterator_init() usage for v1.8.
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-05-22 Tilghman LesherMerged revisions 320445 via svnmerge from
2011-05-03 David VosselMerged revisions 316215 via svnmerge from
2011-02-14 Tilghman LesherMerged revisions 307793 via svnmerge from
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-01-05 Tilghman LesherMerged revisions 300623 via svnmerge from
2010-08-26 Russell BryantMerged revisions 283659 via svnmerge from
2010-08-25 Tilghman LesherMerged revisions 283561 via svnmerge from
2010-07-23 Tilghman LesherMerged revisions 279113 via svnmerge from
2010-07-23 Tilghman LesherMerge the realtime failover branch
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-07-08 Eliel C. SardanonsImplement AstData API data providers as part of the...
2010-04-22 Jason ParkerRemove ABI differences that occured when compiling...
2009-10-06 Kevin P. FlemingRecorded merge of revisions 222152 via svnmerge from
2009-08-10 Tilghman LesherAST-2009-005
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-04-01 Tilghman LesherMerge changes from str_substitution that are unrelated...
2009-03-18 Kevin P. Fleminga few more namespace updates... res_ael_share still...
2009-02-25 Tilghman LesherOops, wrong direction of command
2009-02-19 Tilghman LesherODBC transaction support
2009-02-17 Tilghman LesherAdd assertions in the quest to track down a refcount...
2009-01-19 Kevin P. Flemingast_str_SQLGetData is *not* part of the ast_str API...
2009-01-15 Kevin P. Flemingremove the PBX_ODBC logic from the configure script...
2008-12-18 Mark MichelsonFix crashes in res_odbc.
2008-12-18 Tilghman LesherFix reference counts of the class and add an assertion...
2008-12-17 Mark MichelsonFix a refcount leak in res_odbc
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-11-04 Kevin P. Flemingimprove configure script to remember the previous value...
2008-10-08 Sean BrightKeep up with shadow warnings. One day I'll actually...
2008-10-06 Michiel van BaakAll ODBC parts can now use either unixodbc or iodbc.
2008-10-02 Tilghman LesherMerged revisions 145751 via svnmerge from
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-11 Tilghman LesherMerged revisions 137138 via svnmerge from
2008-08-10 Sean BrightAll of the res/ stuff (other than res_jabber) from...
2008-07-11 Steve Murphya small change to make things compile
2008-07-11 Tilghman LesherDon't copy on NULL.
2008-07-11 Tilghman LesherAdd some debug code and add a missing release
2008-06-10 Tilghman LesherMove the table cache routines to res_odbc, so they...
2008-05-23 Tilghman LesherProtect the object from changing while the 'odbc show...
2008-05-20 Tilghman LesherIncrease limit of unshared connections from 1023 to...
2008-05-20 Tilghman LesherRevert part of previous fix, and heavily comment the...
2008-05-19 Joshua ColpRemove a premature mutex destroy (the destruction callb...
2008-05-07 Tilghman LesherDon't free the object on destroy, as astobj2 takes...
2008-05-05 Tilghman LesherMerge refcounting of res_odbc
2008-02-01 Tilghman LesherClarify the pooling functionality by changing the confi...
2008-01-23 Tilghman LesherMerged revisions 99775 via svnmerge from
2008-01-21 Tilghman LesherMerged revisions 99341 via svnmerge from
2008-01-18 Tilghman LesherPermit username and password to be NULL (which enables...
2008-01-12 Tilghman LesherMerged revisions 98467 via svnmerge from
2007-12-05 Russell BryantUse ast_free() instead of free().
2007-11-25 Tilghman LesherMerged revisions 89559 via svnmerge from
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Tilghman LesherOne more typo in config.c; and missed conversions due...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-05 Tilghman LesherMerged revisions 88539 via svnmerge from
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-09-18 Jason Parker(issue #10724)
2007-09-14 Tilghman LesherAdd a direct execute method to res_odbc (closes issue...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-13 Tilghman LesherOnly use the sanitysql if it's not zero-len
2007-08-11 Tilghman LesherMerged revisions 79142 via svnmerge from
2007-08-07 Tilghman LesherMerged revisions 78437 via svnmerge from
2007-07-27 Tilghman LesherMerged revisions 77571 via svnmerge from
2007-06-18 Russell BryantMerged revisions 69702 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-30 Tilghman LesherIssue 9477 - Improve menuselect labels
2007-03-28 Tilghman LesherMerged revisions 59289 via svnmerge from
2007-03-08 Tilghman LesherMerged revisions 58479 via svnmerge from
2007-01-30 Paul CadachMerged revisions 52808 via svnmerge from
2006-12-06 Russell BryantConstify a bunch of usage strings for CLI commands.
2006-11-13 Tilghman LesherFeature: allow the sanity SQL to be customized per...
2006-11-13 Tilghman LesherMerged revisions 47526 via svnmerge from
2006-11-02 Tilghman LesherMerged revisions 47051 via svnmerge from
2006-09-21 Tilghman LesherMerged revisions 43464 via svnmerge from
2006-09-21 Tilghman LesherLots more removal of deprecated things
2006-09-20 Kevin P. Flemingmove ODBC API into ast_ namespace
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-20 Tilghman LesherConvert func_odbc to use the prepare_and_execute callba...
2006-06-15 Tilghman Lesherast_calloc() already reports OOM conditions
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-18 Russell Bryantupdate res_odbc to support pooled connections
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-02 Matthew FredricksonFix for very unlikely memory leak in res_odbc
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-09 Kevin P. Flemingissue #5563
2005-11-08 Kevin P. Flemingissue #5650
2005-10-31 Kevin P. Flemingdon't use 'rowcount' after SELECT statements, since...
2005-10-26 Russell Bryantclean up a lot of doxygen errors and warnings (issue...
next