aboutsummaryrefslogtreecommitdiffstats
path: root/dnsmgr.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell1-11/+71
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.russell1-55/+13
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...file1-13/+55
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-2/+1
2006-02-14Bug 4377 - Initial round of loader changestilghman1-2/+2
2006-02-11fix compiler warningskpfleming1-1/+0
2006-02-10Merged revisions 9404 via svnmerge from kpfleming1-4/+2
2006-02-09conversions to memory allocation wrappers, remove duplicated error messages,russell1-7/+2
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08let's actually use a variable scheduler event...kpfleming1-2/+2
2005-11-08issue #5599kpfleming1-6/+13
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-06-23let's try allocating the proper amount of memory...kpfleming1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-04-12correct portability problem (don't look inside regex_t)kpfleming1-3/+6
2005-04-07fix thinko in dnsmgr.c (lesson: don't commit while you are rushing to a meeti...kpfleming1-11/+9
2005-04-06preliminary "managed DNS lookup" supportkpfleming1-0/+352