Last batch of 'static' qualifiers for module-level global variables.
[asterisk/asterisk.git] / apps / app_stack.c
2009-06-15 Kevin P. FlemingLast batch of 'static' qualifiers for module-level...
2009-06-15 Kevin P. FlemingRedesigned 'optional API' support.
2009-06-06 Eliel C. SardanonsMove AGI command 'gosub' static documentation to XML.
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-20 Tilghman LesherIf a variable had a blank value upon the initial settin...
2009-05-12 Kevin P. Flemingadd 'const' qualifiers in various places where they...
2009-02-10 Tilghman LesherFix0ring build
2009-02-10 Tilghman LesherRemove the usage of the KeepAlive app, as it no longer...
2009-02-03 Tilghman Lesher1. Make OS X compile cleanly with app_stack.
2008-12-05 Mark MichelsonIf the autoloop flag is set on a channel, then we need to
2008-12-03 Mark MichelsonAdd some safety measures when using gosub, especially...
2008-12-03 Eliel C. Sardanons- Avoid setting .synopsis and .syntax if we are using...
2008-12-02 Tilghman LesherAdd LOCAL_PEEK function, as requested by lmadsen.
2008-11-26 Kevin P. Flemingimprove handling of API calls provided by loaded module...
2008-11-19 Kevin P. Flemingmake some corrections to the ast_agi_register_multiple...
2008-11-05 Eliel C. Sardanons- Add more <see-also> based on TFOT.
2008-11-03 Eliel C. SardanonsAdd LOCAL() function XML documentation.
2008-11-02 Kevin P. Fleminginstead of trying to forcibly load res_agi when app_sta...
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-11-01 Russell BryantMerge changes from team/group/appdocsxml
2008-10-27 Tilghman LesherSet ARGC in subroutines with the number of arguments...
2008-10-27 Tilghman LesherOops, only delete the ARG variables once upon release...
2008-10-15 Kevin P. Flemingbuilding this module depends on res_agi being built...
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-06-16 Steve Murphy(closes issue #12689)
2008-06-05 Tilghman LesherConditionally load the AGI command gosub, depending...
2008-05-30 Tilghman LesherSuppress warning about pbx structure already existing
2008-05-30 Tilghman LesherAdd native AGI command GOSUB, as invoking Gosub with...
2008-04-30 Tilghman LesherLock around variables retrieved, and copy the values...
2008-01-10 Tilghman LesherSeveral manager changes:
2007-11-22 Luigi Rizzoshuffle a little bit the content of header files to...
2007-11-22 Luigi Rizzomore removal of redundant headers
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
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-06 Mark Michelson"show application <foo>" changes for clarity.
2007-07-31 Tilghman LesherMostly cleanup of documentation to substitute the pipe...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-06-20 Tilghman LesherOops, shouldn't have taken that last shortcut (also...
2007-06-20 Tilghman LesherAnother method of doing local variables, hopefully...
2007-06-20 Tilghman LesherLocal variables for codefreeze
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-05-30 Tilghman LesherIssue 9477 - Improve menuselect labels
2007-03-06 Olle JohanssonDebug control, debug control.
2007-03-03 Tilghman LesherConvert stack apps to use ast_storage channel structure
2006-10-03 Tilghman LesherOkay, I can't use ast_app_separate_args for that.....
2006-10-02 Tilghman LesherUse the standard parsing routines
2006-10-02 Tilghman LesherIt makes more sense that in GosubIf that the two labels...
2006-09-26 Tilghman LesherGosub arguments (Issue 7780)
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-30 Kevin P. Flemingfix various typos and other bits (from Ian Kinner)
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
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-03-29 Tilghman LesherMerged revisions 16192 via svnmerge from
2006-03-24 Luigi RizzoAdd missing
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-03 Tilghman LesherMerged revisions 7743 via svnmerge from
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-08 Kevin P. Flemingissue #2720