summaryrefslogtreecommitdiff
path: root/res/res_monitor.c
AgeCommit message (Expand)Author
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-02-20Fix another spot where a hard-coded '|' hadn't been converted to ','Mark Michelson
2008-01-31Merged revisions 101531 via svnmerge from Mark Michelson
2007-12-19Merged revisions 94122 via svnmerge from Mark Michelson
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-11Only look to see if options are set if some have been provided.Joshua Colp
2007-12-03Add manager events for when a monitor is started or stopped.Jason Parker
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-10-26Correctly use defined return values in (some) load_module functions.Jason Parker
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-23(closes issue #10271)Russell Bryant
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...Jason Parker
2007-07-09(closes issue #7596)Jason Parker
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-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-26Merged revisions 61961 via svnmerge from Joshua Colp
2007-03-21Merged revisions 59087 via svnmerge from Joshua Colp
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-11-01Merged revisions 46778 via svnmerge from Russell Bryant
2006-10-21Merged revisions 45818 via svnmerge from Russell Bryant
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-10-02Get rid of the IS_NULL_STRING macro and use ast_strlen_zero instead (issue #8...Joshua Colp
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-20these functions never should have been non-static or in a header fileKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-26Only unlock these if they were locked on entryTilghman Lesher
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10use the channel lock wrappers (issue #7128)Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09remove a check of the result of ast_mutex_lockRussell Bryant
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell 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-04-06use the new module interface for this module, but make itLuigi Rizzo
2006-03-02Merged revisions 11561 via svnmerge from Russell Bryant
2006-01-21- conversions to allocation wrappersRussell Bryant
2006-01-14added feature for pausing and unpausing the Matt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming