aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-27Merged revisions 72378 via svnmerge from file1-2/+2
2007-01-29Merged revisions 52716 via svnmerge from file1-1/+1
2007-01-25Merged revisions 52162 via svnmerge from file1-1/+2
2007-01-22Merged revisions 51406 via svnmerge from file1-27/+32
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+8
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-24/+4
2006-08-29Merge team/russell/frame_cachingrussell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-23/+11
2006-06-13Merged revisions 33841 via svnmerge from kpfleming1-59/+56
2006-06-12Merged revisions 33724 via svnmerge from file1-104/+107
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-08use ast_channel_(un)lockrussell1-7/+7
2006-05-08remove a check of the result from ast_mutex_lockrussell1-7/+3
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-18/+10
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-04Merged revisions 11778 via svnmerge from bweschke1-11/+11
2006-02-17fix up the summary and help text for the mixmonitor cli commandrussell1-2/+3
2006-02-16add StopMixMonitor application (issue #6122, with mods)russell1-3/+37
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-1/+0
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+1
2006-01-13 More memory wrapper cleanup. #6224bweschke1-2/+2
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-25/+7
2006-01-02Merged revisions 7709 via svnmerge fromtilghman1-5/+23
2005-12-30update doxygen docs to specify authorsrussell1-0/+7
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11issue #5590kpfleming1-0/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2
2005-11-06issue #5605russell1-0/+1
2005-11-06Allow mixmon names to have dots (bug #5607)markster1-1/+1
2005-11-06Add missing newline (bug #5616)markster1-1/+1
2005-11-04issue #5609kpfleming1-1/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-22/+29
2005-11-01issue #5561kpfleming1-5/+5
2005-10-31correct commentkpfleming1-1/+1
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-344/+261
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-1/+4
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-12/+14
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-4/+13
2005-10-16minor changes and eliminate some compiler warningskpfleming1-3/+0
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)markster1-0/+528