summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
AgeCommit message (Expand)Author
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)Tilghman Lesher
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-20More NEW_CLI conversions.Jason Parker
2007-08-30(closes issue #10336)Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-22Cast calls to getpid. This was done in 1.4 already, this one was just newJason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-09Don't use strncpy for moving a chunk of memory to another that is overlapping.Russell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-17Initialize a variable to avoid a warning when the compilerLuigi Rizzo
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-28move variable declarations to the beginning of a block.Luigi Rizzo
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
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