summaryrefslogtreecommitdiff
path: root/main/enum.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-08Removed #if checks for crazy old versions of OS X.David M. Lee
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2011-08-09Allow ENUM query functions to report lookup errorsKinsey Moore
2011-07-25Merged revisions 329472 via svnmerge from Paul Belanger
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
2009-08-10AST-2009-005Tilghman Lesher
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.Sean Bright
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-03-06Merged revisions 180532 via svnmerge from David Vossel
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-05-09The following patch adds new options and alters the default behavior of the E...Brett Bryant
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-04Whitespace changes onlyTilghman Lesher
2007-11-27A few more "moremanager" fixesOlle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-23(closes issue #10271)Russell Bryant
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-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsRussell Bryant
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...Kevin P. Fleming
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-10-31Issue #80898 - Restoring func_enum (otmar) Olle Johansson
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming