2009-06-15 |
Kevin P. Fleming | Last batch of 'static' qualifiers for module-level... |
blob | commitdiff |
2009-06-15 |
Kevin P. Fleming | Redesigned 'optional API' support. |
blob | commitdiff | diff to current |
2009-06-06 |
Eliel C. Sardanons | Move AGI command 'gosub' static documentation to XML. |
blob | commitdiff | diff to current |
2009-05-21 |
Kevin P. Fleming | Const-ify the world (or at least a good part of it) |
blob | commitdiff | diff to current |
2009-05-20 |
Tilghman Lesher | If a variable had a blank value upon the initial settin... |
blob | commitdiff | diff to current |
2009-05-12 |
Kevin P. Fleming | add 'const' qualifiers in various places where they... |
blob | commitdiff | diff to current |
2009-02-10 |
Tilghman Lesher | Fix0ring build |
blob | commitdiff | diff to current |
2009-02-10 |
Tilghman Lesher | Remove the usage of the KeepAlive app, as it no longer... |
blob | commitdiff | diff to current |
2009-02-03 |
Tilghman Lesher | 1. Make OS X compile cleanly with app_stack. |
blob | commitdiff | diff to current |
2008-12-05 |
Mark Michelson | If the autoloop flag is set on a channel, then we need to |
blob | commitdiff | diff to current |
2008-12-03 |
Mark Michelson | Add some safety measures when using gosub, especially... |
blob | commitdiff | diff to current |
2008-12-03 |
Eliel C. Sardanons | - Avoid setting .synopsis and .syntax if we are using... |
blob | commitdiff | diff to current |
2008-12-02 |
Tilghman Lesher | Add LOCAL_PEEK function, as requested by lmadsen. |
blob | commitdiff | diff to current |
2008-11-26 |
Kevin P. Fleming | improve handling of API calls provided by loaded module... |
blob | commitdiff | diff to current |
2008-11-19 |
Kevin P. Fleming | make some corrections to the ast_agi_register_multiple... |
blob | commitdiff | diff to current |
2008-11-05 |
Eliel C. Sardanons | - Add more <see-also> based on TFOT. |
blob | commitdiff | diff to current |
2008-11-03 |
Eliel C. Sardanons | Add LOCAL() function XML documentation. |
blob | commitdiff | diff to current |
2008-11-02 |
Kevin P. Fleming | instead of trying to forcibly load res_agi when app_sta... |
blob | commitdiff | diff to current |
2008-11-02 |
Kevin P. Fleming | bring over all the fixes for the warnings found by... |
blob | commitdiff | diff to current |
2008-11-01 |
Russell Bryant | Merge changes from team/group/appdocsxml |
blob | commitdiff | diff to current |
2008-10-27 |
Tilghman Lesher | Set ARGC in subroutines with the number of arguments... |
blob | commitdiff | diff to current |
2008-10-27 |
Tilghman Lesher | Oops, only delete the ARG variables once upon release... |
blob | commitdiff | diff to current |
2008-10-15 |
Kevin P. Fleming | building this module depends on res_agi being built... |
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-06-16 |
Steve Murphy | (closes issue #12689) |
blob | commitdiff | diff to current |
2008-06-05 |
Tilghman Lesher | Conditionally load the AGI command gosub, depending... |
blob | commitdiff | diff to current |
2008-05-30 |
Tilghman Lesher | Suppress warning about pbx structure already existing |
blob | commitdiff | diff to current |
2008-05-30 |
Tilghman Lesher | Add native AGI command GOSUB, as invoking Gosub with... |
blob | commitdiff | diff to current |
2008-04-30 |
Tilghman Lesher | Lock around variables retrieved, and copy the values... |
blob | commitdiff | diff to current |
2008-01-10 |
Tilghman Lesher | Several manager changes: |
blob | commitdiff | diff to current |
2007-11-22 |
Luigi Rizzo | shuffle a little bit the content of header files to... |
blob | commitdiff | diff to current |
2007-11-22 |
Luigi Rizzo | more removal of redundant headers |
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 | include "logger.h" and errno.h from asterisk.h - usage... |
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-06 |
Mark Michelson | "show application <foo>" changes for clarity. |
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-16 |
Joshua Colp | Applications no longer need to call ast_module_user_add... |
blob | commitdiff | diff to current |
2007-07-16 |
Joshua Colp | It is no longer required for each module that deals... |
blob | commitdiff | diff to current |
2007-06-20 |
Tilghman Lesher | Oops, shouldn't have taken that last shortcut (also... |
blob | commitdiff | diff to current |
2007-06-20 |
Tilghman Lesher | Another method of doing local variables, hopefully... |
blob | commitdiff | diff to current |
2007-06-20 |
Tilghman Lesher | Local variables for codefreeze |
blob | commitdiff | diff to current |
2007-06-14 |
Russell Bryant | Add a massive set of changes for converting to use... |
blob | commitdiff | diff to current |
2007-05-30 |
Tilghman Lesher | Issue 9477 - Improve menuselect labels |
blob | commitdiff | diff to current |
2007-03-06 |
Olle Johansson | Debug control, debug control. |
blob | commitdiff | diff to current |
2007-03-03 |
Tilghman Lesher | Convert stack apps to use ast_storage channel structure |
blob | commitdiff | diff to current |
2006-10-03 |
Tilghman Lesher | Okay, I can't use ast_app_separate_args for that..... |
blob | commitdiff | diff to current |
2006-10-02 |
Tilghman Lesher | Use the standard parsing routines |
blob | commitdiff | diff to current |
2006-10-02 |
Tilghman Lesher | It makes more sense that in GosubIf that the two labels... |
blob | commitdiff | diff to current |
2006-09-26 |
Tilghman Lesher | Gosub arguments (Issue 7780) |
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-06-07 |
Kevin P. Fleming | simplify autoconfig include mechanism (make tholo happy... |
blob | commitdiff | diff to current |
2006-05-30 |
Kevin P. Fleming | fix various typos and other bits (from Ian Kinner) |
blob | commitdiff | diff to current |
2006-05-10 |
Russell Bryant | remove almost all of the checks of the result from... |
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-08 |
Kevin P. Fleming | since the module API is changing, it's a good time... |
blob | commitdiff | diff to current |
2006-03-29 |
Tilghman Lesher | Merged revisions 16192 via svnmerge from |
blob | commitdiff | diff to current |
2006-03-24 |
Luigi Rizzo | Add missing |
blob | commitdiff | diff to current |
2006-02-15 |
Russell Bryant | remove the uses of the deprecated STANDARD_LOCAL_USER |
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 lots of useless checks of the result of ast_strdupa |
blob | commitdiff | diff to current |
2006-01-03 |
Kevin P. Fleming | update copyright headers for files changed this year |
blob | commitdiff | diff to current |
2006-01-03 |
Tilghman Lesher | Merged revisions 7743 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-30 |
Russell Bryant | update doxygen docs to specify authors |
blob | commitdiff | diff to current |
2005-12-03 |
Tilghman Lesher | Bug 5858 - Make the chanvars.c functions return a ... |
blob | commitdiff | diff to current |
2005-11-29 |
Kevin P. Fleming | remove extraneous svn:executable properties |
blob | commitdiff | diff to current |
2005-11-08 |
Kevin P. Fleming | issue #2720 |
blob | commitdiff | diff to current |
|