summaryrefslogtreecommitdiff
path: root/main/dnsmgr.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-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2012-12-11Cleanup dnsmgr on exit.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-26Convert ast_verb() to ast_debug() and increase log levelPaul Belanger
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-01-30Re-link peers by IP when dnsmgr changes the IPTerry Wilson
2011-11-22Fix dnsmgr entries to ask for the same address family each time.Richard Mudgett
2011-09-13Additional updates for parsing dnsmgr.confPaul Belanger
2011-09-13Clean up dnsmgr.conf parsingPaul Belanger
2011-06-14Merged revisions 323392,323394 via svnmerge from Richard Mudgett
2011-06-08Merged revisions 322425 via svnmerge from Richard Mudgett
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-09-21Merged revisions 287895 via svnmerge from Russell Bryant
2010-07-16Formatting changesOlle Johansson
2010-07-14Fix errors where incorrect address information was printed.Mark Michelson
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-06-16Set sin_family to AF_INET when doing lookups, also reset sin_port the first t...Matthew Nicholson
2009-08-10AST-2009-005Tilghman Lesher
2008-12-22Record the previous port in the temporary address structure so that the compa...Joshua Colp
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-07-14Merged revisions 130735 via svnmerge from Michiel van Baak
2008-07-08Fix a bug in SRV lookups where dnsmgr would discard everything but the Brett Bryant
2008-04-01This adds DNS SRV record support to DNS manager. If there is a SRV record fo...Jeff Peeler
2008-03-28Note a minor race condition that I noticed while reviewing Jeff's changesRussell Bryant
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2007-11-27A few more "moremanager" fixesOlle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-01Don't register the dnsmgr refresh CLI command twice.Joshua Colp
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-18(issue #10724)Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-06-18Merged revisions 69708 via svnmerge from Joshua Colp
2007-06-18Few more rwlist conversions... why not.Joshua Colp
2007-06-08Merged revisions 68370 via svnmerge from Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming