aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-1/+1
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-3/+4
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-2/+2
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-4/+4
2007-07-30Merged revisions 77768 via svnmerge from file1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-6/+3
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+2
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-18/+1
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-25/+18
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-05-31Merged revisions 66770 via svnmerge from tilghman1-5/+6
2007-05-08Merged revisions 63478 via svnmerge from tilghman1-18/+32
2007-04-08Merged revisions 60713 via svnmerge from tilghman1-3/+108
2007-03-23Merged revisions 59188 via svnmerge from murf1-0/+5
2007-02-07Merged revisions 53355 via svnmerge from tilghman1-2/+10
2006-10-04Added a warning to the documentation for Macro in response to bug 7776murf1-1/+9
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-5/+9
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-2/+2
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-2/+2
2006-08-29Committed a fix for 7731, suggested by mnehauser.murf1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-28/+17
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...murf1-2/+7
2006-08-15This change fixes bug 7731, macros not executing more than one level deep in ...murf1-4/+4
2006-08-14resolve some compiler warnings ...russell1-2/+2
2006-08-14add MacroExclusive application, a Macro that only one call can executed atrussell1-4/+48
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-05Merged revisions 24837 via svnmerge from russell1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-30use ast_strdup instead of strduprizzo1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-05Merged revisions 9156 via svnmerge from tilghman1-14/+23
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+0
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell1-9/+4
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-13reduce some duplicated code when doing a strdup (issue #5986)russell1-12/+9
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-12/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+3
2005-11-07application doc updatekpfleming1-1/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-21/+34
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-6/+15
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16