aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatrussell1-1/+1
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-1/+3
2007-05-26Unlock the minivmlock when no configuration is found. (issue #9814 reported b...file1-0/+1
2007-05-10Fixing reload. Thanks to Mats Karlsson!oej1-0/+3
2007-04-18Mini-voicemail - an embryo for a new voicemail system based on buildingoej1-0/+3229