aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Merged revisions 183766 via svnmerge from mmichelson1-5/+1
2008-12-12Merged revisions 163612 via svnmerge from mvanbaak1-0/+1
2008-02-20Fix another spot where a hard-coded '|' hadn't been converted to ','mmichelson1-1/+1
2008-01-31Merged revisions 101531 via svnmerge from mmichelson1-7/+22
2007-12-19Merged revisions 94122 via svnmerge from mmichelson1-1/+10
2007-12-18make configuration variable const so they are not accidentallyrizzo1-1/+1
2007-12-11Only look to see if options are set if some have been provided.file1-8/+10
2007-12-03Add manager events for when a monitor is started or stopped.qwell1-0/+14
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-12Doxygen fixes.qwell1-2/+2
2007-11-06"show application <foo>" changes for clarity.mmichelson1-8/+6
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-1/+1
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-33/+34
2007-07-23(closes issue #10271)russell1-6/+46
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...qwell1-6/+8
2007-07-09(closes issue #7596)qwell1-31/+59
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-16/+5
2007-06-14Convert uses of strdup() to ast_strdup()russell1-4/+4
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-5/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-04-26Merged revisions 61961 via svnmerge from file1-1/+1
2007-03-21Merged revisions 59087 via svnmerge from file1-0/+1
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-14/+14
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-2/+2
2006-11-01Merged revisions 46778 via svnmerge from russell1-1/+19
2006-10-21Merged revisions 45818 via svnmerge from russell1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-3/+6
2006-10-02Get rid of the IS_NULL_STRING macro and use ast_strlen_zero instead (issue #8...file1-3/+1
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-20these functions never should have been non-static or in a header filekpfleming1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+7
2006-07-26Only unlock these if they were locked on entrytilghman1-2/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+5
2006-05-10use the channel lock wrappers (issue #7128)russell1-12/+12
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-19/+13
2006-05-09remove a check of the result of ast_mutex_lockrussell1-14/+7
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-9/+9
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-20/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06use the new module interface for this module, but make itrizzo1-5/+9
2006-03-02Merged revisions 11561 via svnmerge from russell1-1/+1
2006-01-21- conversions to allocation wrappersrussell1-11/+7
2006-01-14added feature for pausing and unpausing the mogorman1-28/+140
2005-12-30update doxygen docs to specify authorsrussell1-0/+1
2005-12-26Merged revisions 7634 via svnmerge from russell1-2/+2
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0