summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
AgeCommit message (Expand)Author
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-31- Don't check if the list is empty needlesslyRussell Bryant
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatRussell Bryant
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!Olle Johansson
2007-05-26Unlock the minivmlock when no configuration is found. (issue #9814 reported b...Joshua Colp
2007-05-10Fixing reload. Thanks to Mats Karlsson!Olle Johansson
2007-04-18Mini-voicemail - an embryo for a new voicemail system based on buildingOlle Johansson