aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnsmgr.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Merged revisions 323392,323394 via svnmerge from rmudgett1-1/+1
2011-06-08Merged revisions 322425 via svnmerge from rmudgett1-0/+8
2010-12-20Some scheduler API cleanup and improvements.russell1-2/+2
2010-09-21Merged revisions 287895 via svnmerge from russell1-7/+12
2010-07-16Formatting changesoej1-4/+8
2010-07-14Fix errors where incorrect address information was printed.mmichelson1-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-26/+17
2010-06-16Set sin_family to AF_INET when doing lookups, also reset sin_port the first t...mnicholson1-9/+11
2009-08-10AST-2009-005tilghman1-1/+1
2008-12-22Record the previous port in the temporary address structure so that the compa...file1-0/+2
2008-10-30fix a few small things found by using sparsekpfleming1-1/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+3
2008-07-14Merged revisions 130735 via svnmerge from mvanbaak1-5/+13
2008-07-08Fix a bug in SRV lookups where dnsmgr would discard everything but the bbryant1-2/+1
2008-04-01This adds DNS SRV record support to DNS manager. If there is a SRV record fo...jpeeler1-32/+31
2008-03-28Note a minor race condition that I noticed while reviewing Jeff's changesrussell1-0/+5
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-01-27Merged revisions 100465 via svnmerge from tilghman1-3/+2
2007-11-27A few more "moremanager" fixesoej1-0/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-17fix breakage induced by previous mistakerizzo1-4/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-01Don't register the dnsmgr refresh CLI command twice.file1-1/+0
2007-09-21Merged revisions 83432 via svnmerge from russell1-2/+2
2007-09-18(issue #10724)qwell1-40/+53
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+5
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-10/+6
2007-06-18Merged revisions 69708 via svnmerge from file1-3/+4
2007-06-18Few more rwlist conversions... why not.file1-11/+11
2007-06-08Merged revisions 68370 via svnmerge from file1-14/+14
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-1/+1
2006-10-13Merged revisions 45031 via svnmerge from file1-9/+9
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-12/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+426