2008-10-15 |
Tilghman Lesher | Permit data fields to contain more than 255 characters. |
blob | commitdiff |
2008-10-15 |
Tilghman Lesher | Only set buf to blank before the goto. |
blob | commitdiff | diff to current |
2008-10-06 |
Michiel van Baak | All ODBC parts can now use either unixodbc or iodbc. |
blob | commitdiff | diff to current |
2008-10-06 |
Tilghman Lesher | Merged revisions 146799 via svnmerge from |
blob | commitdiff | diff to current |
2008-10-02 |
Tilghman Lesher | Permit the syntax and synopsis fields to be set (for... |
blob | commitdiff | diff to current |
2008-09-12 |
Tilghman Lesher | Create a new config file status, CONFIG_STATUS_FILEINVA... |
blob | commitdiff | diff to current |
2008-08-07 |
Sean Bright | Continue merging in changes from resolve-shadow-warning... |
blob | commitdiff | diff to current |
2008-08-06 |
Tilghman Lesher | Use a dynamic buffer for rendered SQL, instead of hardc... |
blob | commitdiff | diff to current |
2008-08-05 |
Kevin P. Fleming | make datastore creation and destruction a generic API... |
blob | commitdiff | diff to current |
2008-03-07 |
Tilghman Lesher | Merged revisions 106552 via svnmerge from |
blob | commitdiff | diff to current |
2008-02-26 |
Tilghman Lesher | Use the readhandle for reads (closes issue #12069) |
blob | commitdiff | diff to current |
2008-01-18 |
Tilghman Lesher | Convert func_odbc to use SQLExecDirect for speed |
blob | commitdiff | diff to current |
2008-01-02 |
Mark Michelson | Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar... |
blob | commitdiff | diff to current |
2007-11-21 |
Luigi Rizzo | remove another set of redundant #include "asterisk... |
blob | commitdiff | diff to current |
2007-11-19 |
Luigi Rizzo | another bunch of include removals (errno.h and asterisk... |
blob | commitdiff | diff to current |
2007-11-17 |
Luigi Rizzo | more removal of duplicate #include lines |
blob | commitdiff | diff to current |
2007-11-16 |
Luigi Rizzo | Start untangling header inclusion in a way that does... |
blob | commitdiff | diff to current |
2007-11-01 |
Steve Murphy | This commits the performance mods that give the priorit... |
blob | commitdiff | diff to current |
2007-10-28 |
Tilghman Lesher | Merged revisions 87262 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-21 |
Russell Bryant | use ast_atomic_fetchadd_int for incrementing resultcount |
blob | commitdiff | diff to current |
2007-08-16 |
Tilghman Lesher | Don't reload a configuration file if nothing has changed. |
blob | commitdiff | diff to current |
2007-07-31 |
Tilghman Lesher | Mostly cleanup of documentation to substitute the pipe... |
blob | commitdiff | diff to current |
2007-07-26 |
Russell Bryant | Do a massive conversion for using the ast_verb() macro |
blob | commitdiff | diff to current |
2007-07-23 |
Tilghman Lesher | Merge the dialplan_aesthetics branch. Most of this... |
blob | commitdiff | diff to current |
2007-07-19 |
Steve Murphy | After some study, thought, comparing, etc. I've backed... |
blob | commitdiff | diff to current |
2007-07-17 |
Steve Murphy | via 10206, I have added an option (e) to Dial to allow... |
blob | commitdiff | diff to current |
2007-06-18 |
Russell Bryant | Merged revisions 69702 via svnmerge from |
blob | commitdiff | diff to current |
2007-06-06 |
Tilghman Lesher | Issue 9869 - replace malloc and memset with ast_calloc... |
blob | commitdiff | diff to current |
2007-06-01 |
Tilghman Lesher | Merged revisions 66919 via svnmerge from |
blob | commitdiff | diff to current |
2007-05-31 |
Tilghman Lesher | Issue 9799 - Multirow results for func_odbc |
blob | commitdiff | diff to current |
2007-02-09 |
Kevin P. Fleming | Merged revisions 53779-53781 via svnmerge from |
blob | commitdiff | diff to current |
2007-02-03 |
Tilghman Lesher | Fix compiler warnings |
blob | commitdiff | diff to current |
2007-01-24 |
Olle Johansson | Doxygen update |
blob | commitdiff | diff to current |
2007-01-17 |
Russell Bryant | Merged revisions 51205 via svnmerge from |
blob | commitdiff | diff to current |
2007-01-06 |
Kevin P. Fleming | finish const-ifying ast_func_read() |
blob | commitdiff | diff to current |
2006-12-30 |
Joshua Colp | Initialize obj pointers to NULL. Gets rid of two compil... |
blob | commitdiff | diff to current |
2006-12-28 |
Tilghman Lesher | Integrate functionality tested on svncommunity users... |
blob | commitdiff | diff to current |
2006-12-19 |
Kevin P. Fleming | Merged revisions 48577 via svnmerge from |
blob | commitdiff | diff to current |
2006-09-20 |
Tilghman Lesher | Constify the result of a config retrieval function... |
blob | commitdiff | diff to current |
2006-09-20 |
Kevin P. Fleming | move ODBC API into ast_ namespace |
blob | commitdiff | diff to current |
2006-09-05 |
Tilghman Lesher | Missing field terminator |
blob | commitdiff | diff to current |
2006-08-31 |
Matt O'Gorman | everything that loads a config that needs a config... |
blob | commitdiff | diff to current |
2006-08-21 |
Kevin P. Fleming | merge new_loader_completion branch, including (at least): |
blob | commitdiff | diff to current |
2006-08-20 |
Tilghman Lesher | Convert func_odbc to use the prepare_and_execute callba... |
blob | commitdiff | diff to current |
2006-06-07 |
Kevin P. Fleming | simplify autoconfig include mechanism (make tholo happy... |
blob | commitdiff | diff to current |
2006-05-27 |
Tilghman Lesher | Should use the named handle, not one hardcoded |
blob | commitdiff | diff to current |
2006-05-26 |
Mark Spencer | Lets not commit things that cause Asterisk to break... |
blob | commitdiff | diff to current |
2006-05-22 |
Tilghman Lesher | Escaping commas within fields isn't always desireable. |
blob | commitdiff | diff to current |
2006-05-16 |
Tilghman Lesher | Argument macro janitor for func_odbc, fixes #7171 |
blob | commitdiff | diff to current |
2006-05-06 |
BJ Weschke | Fix output delimiters and add prefix parameter to... |
blob | commitdiff | diff to current |
2006-04-24 |
Kevin P. Fleming | Thanks to the fine work of Russell Bryant and Dancho... |
blob | commitdiff | diff to current |
2006-04-18 |
Russell Bryant | update res_odbc to support pooled connections |
blob | commitdiff | diff to current |
2006-04-14 |
Tilghman Lesher | Compatibility fixes for loader changes |
blob | commitdiff | diff to current |
2006-04-14 |
Luigi Rizzo | This rather large commit changes the way modules are... |
blob | commitdiff | diff to current |
2006-04-11 |
Tilghman Lesher | Bugs 6883, 6930: compiler warnings |
blob | commitdiff | diff to current |
2006-04-08 |
Kevin P. Fleming | since the module API is changing, it's a good time... |
blob | commitdiff | diff to current |
2006-02-23 |
Tilghman Lesher | Some sick individuals use SQL queries longer than 512... |
blob | commitdiff | diff to current |
2006-02-12 |
Kevin P. Fleming | major dialplan functions update |
blob | commitdiff | diff to current |
2006-02-11 |
Kevin P. Fleming | set standard properties on all non-binary files |
blob | commitdiff | diff to current |
2006-02-11 |
Kevin P. Fleming | build function modules independently (no more pbx_funct... |
blob | commitdiff | diff to current |
2006-01-21 |
Russell Bryant | on this pass, only remove duplicate log messages |
blob | commitdiff | diff to current |
2006-01-21 |
Russell Bryant | revert my pass through the tree to remove checks of... |
blob | commitdiff | diff to current |
2006-01-21 |
Russell Bryant | remove useless checks of the result of ast_strdupa |
blob | commitdiff | diff to current |
2005-12-30 |
Russell Bryant | update doxygen docs to specify authors |
blob | commitdiff | diff to current |
2005-12-27 |
Tilghman Lesher | Add SQL_ESC to allow single ticks to be escaped |
blob | commitdiff | diff to current |
2005-12-21 |
Tilghman Lesher | Bug 5055 - Simple SQL commands from the dialplan |
blob | commitdiff | diff to current |
|