aboutsummaryrefslogtreecommitdiffstats
path: root/main/enum.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.jpeeler1-1/+1
2009-08-10AST-2009-005tilghman1-1/+1
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.seanbright1-1/+1
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-8/+0
2009-03-06Merged revisions 180532 via svnmerge from dvossel1-34/+47
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-0/+3
2008-05-09The following patch adds new options and alters the default behavior of the E...bbryant1-220/+562
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-03-04Whitespace changes onlytilghman1-8/+8
2007-11-27A few more "moremanager" fixesoej1-0/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-1/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+11
2007-07-23(closes issue #10271)russell1-4/+2
2007-06-14Convert uses of strdup() to ast_strdup()russell1-2/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-10/+7
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsrussell1-72/+55
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...kpfleming1-0/+2
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-3/+3
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-1/+1
2006-10-31Issue #80898 - Restoring func_enum (otmar) oej1-23/+31
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+663