summaryrefslogtreecommitdiff
path: root/main/dns.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-11-20Add support for older name resolving version libraries like openBSDsnuffy
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-02Fix res_search usageTimo Teräs
2015-11-30dns: Change lookup failures from LOG_ERROR to debug 1.George Joseph
2015-11-16dns: Fix pointer increment in dns_parse_answer_exGeorge Joseph
2015-11-06dns: Use ntohl for ans->ttl in dns_parse_answer_exGeorge Joseph
2015-07-31dns_core: Allow zero-length DNS responses.Mark Michelson
2015-07-07DNS: Create a system-level DNS resolverAshley Sanders
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-08-21Clean up files that do not end with newlinesMatthew Jordan
2014-03-17res_pjsip: Enable PJSIP DNS client support.Joshua Colp
2013-07-14Remove redundant code in dns.cMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2009-07-08Fix a few compilation problems found when building Asterisk against uClibc.Sean Bright
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-07-08Fix a bug in SRV lookups where dnsmgr would discard everything but the Brett Bryant
2008-04-01Merged revisions 112138 via svnmerge from Mark Michelson
2008-03-04Whitespace changes onlyTilghman Lesher
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-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-04Merged revisions 81435 via svnmerge from Joshua Colp
2007-07-16Merged revisions 75306 via svnmerge from Kevin P. Fleming
2007-07-10Merged revisions 74388 via svnmerge from Jason Parker
2007-07-10Merged revisions 74374 via svnmerge from Jason Parker
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-02-21Return trunk to a state where it compiles under Darwin. The byte order stuff ...Joshua Colp
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