aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-4/+4
2009-03-27Merged revisions 184726 via svnmerge from russell1-2/+2
2009-01-12Merged revisions 168497 via svnmerge from oej1-2/+2
2009-01-08Merged revisions 167835 via svnmerge from tilghman1-62/+67
2008-12-16Merged revisions 164623 via svnmerge from russell1-4/+6
2008-12-05Merged revisions 161252 via svnmerge from russell1-1/+1
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-24/+23
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-4/+4
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-1/+1
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-8/+26
2008-04-25Whitespace changes onlytilghman1-8/+9
2008-03-20Remove astobj.h from some places where it wasn't neededrussell1-1/+0
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-14/+14
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-2/+3
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-1/+1
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-6/+4
2007-12-14Convert ast_verbose to ast_verb.tilghman1-6/+4
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-8/+4
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+3
2007-11-06"show application <foo>" changes for clarity.mmichelson1-5/+5
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-3/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman1-1/+0
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-1/+1
2007-09-20More NEW_CLI conversions.qwell1-138/+162
2007-08-30(closes issue #10336)file1-3/+3
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-1/+1
2007-08-22Cast calls to getpid. This was done in 1.4 already, this one was just newqwell1-2/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-4/+8
2007-08-09Don't use strncpy for moving a chunk of memory to another that is overlapping.russell1-2/+2
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-6/+6
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-2/+2
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-22/+20
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-2/+2
2007-07-17Initialize a variable to avoid a warning when the compilerrizzo1-1/+1
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-50/+4
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-3/+0
2007-06-28move variable declarations to the beginning of a block.rizzo1-3/+3
2007-06-24Conversions to ast_debug()russell1-2/+1
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-22/+5
2007-06-14Convert uses of strdup() to ast_strdup()russell1-3/+3
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-110/+61
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-1/+0
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-14/+14
2007-05-31- Don't check if the list is empty needlesslyrussell1-31/+7