summaryrefslogtreecommitdiff
path: root/apps/app_stack.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-09-05main/cdrs: Preserve context/extension when executing a Macro or GoSubMatthew Jordan
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-11app_stack: Add missing unlock in off-nominal path of STACK_PEEK function.Richard Mudgett
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-02-01app_stack: protect against missing parameters to STACK_PEEK and LOCAL_PEEKCorey Farrell
2013-10-02MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.Richard Mudgett
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-08-01Fix documentation replication issuesKinsey Moore
2013-05-02Migrate AMI VarSet events raised by GoSub local variablesMatthew Jordan
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-10Improve Goto and GotoIf related documentationKinsey Moore
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-01Fix deadlock when Gosub used with alternate dialplan switches.Richard Mudgett
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-20Fix connected-line/redirecting interception gosubs executing more than intended.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Correctly reset the dialplan priority.Tilghman Lesher
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-05-20Error message fix.Tilghman Lesher
2010-03-16Mask out previous arguments on each nested invocation of Gosub.Tilghman Lesher
2009-12-23AGI may be invoked from outside the dialplanTilghman Lesher
2009-11-10When GOSUB is invoked within an AGI, it may not exit correctly.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-08-09Check for NULL frame, before dereferencing pointer.Tilghman Lesher
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.Tilghman Lesher
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-06Move AGI command 'gosub' static documentation to XML.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-20If a variable had a blank value upon the initial setting, then it would do no...Tilghman Lesher
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming