| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Move the check for the AXFR query into _idna, and call _tcp
from there. Call _tcp from _multiple_attempt too, in case of truncation. | 
|  | The inner loop of rfc1035_resolve_multiple_idna becomes()
rfc1035_resolve_multiple_attempt().
rfc1035_resolve_multiple_idna keeps the retry loop, and the loop
that iterates over all NSes, then the inner part of the loop
becomes rfc1035_resolve_multiple_attempt() which returns NULL
on failure, keeping the loop going. A non-NULL return indicates success.
The code that closes udpfd, and updates rfc1035-dns remains in
rfc1035_resolve_multiple_idna(). | 
|  |  | 
|  | DNS lookups use libidn to convert UTF8 hostname to ACE.
DNS replies convert ACE to UTF8 hostnames. | 
|  | Imported from subversion report, converted to git. Updated all paths in
scripts and makefiles, reflecting the new directory hierarchy. |