summaryrefslogtreecommitdiff
path: root/apps/app_mixmonitor.c
AgeCommit message (Expand)Author
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-08use ast_channel_(un)lockRussell Bryant
2006-05-08remove a check of the result from ast_mutex_lockRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-04Merged revisions 11778 via svnmerge from BJ Weschke
2006-02-17fix up the summary and help text for the mixmonitor cli commandRussell Bryant
2006-02-16add StopMixMonitor application (issue #6122, with mods)Russell Bryant
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-13 More memory wrapper cleanup. #6224BJ Weschke
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03Merged revisions 7740 via svnmerge from Kevin P. Fleming
2006-01-02Merged revisions 7709 via svnmerge fromTilghman Lesher
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11issue #5590Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-06Allow mixmon names to have dots (bug #5607)Mark Spencer
2005-11-06Add missing newline (bug #5616)Mark Spencer
2005-11-04issue #5609Kevin P. Fleming
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-11-01issue #5561Kevin P. Fleming
2005-10-31correct commentKevin P. Fleming
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...Kevin P. Fleming
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-16minor changes and eliminate some compiler warningsKevin P. Fleming
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)Mark Spencer