cosmopolitan/test/libc/dns
Gautham 98c53ae526
Simplify getnameinfo (#196)
The getnameinfo implementation requires an address -> name lookup on the
hosts file (ie struct HostsTxt) and the previous implementation used
flags to check whether HostsTxt was sorted according to address or name,
and then re-sorted it if necessary. Now getnameinfo lookup does not
require sorting, it does a simple linear lookup, and so the related code
was simplified

See #172 for discussion.
2021-06-22 12:35:58 -07:00
..
comparednsnames_test.c Make minor improvements 2021-05-15 21:53:26 -07:00
dnsheader_test.c Make minor improvements 2021-05-15 21:53:26 -07:00
dnsquestion_test.c Make minor improvements 2021-05-15 21:53:26 -07:00
parsehoststxt_test.c Simplify getnameinfo (#196) 2021-06-22 12:35:58 -07:00
parseresolvconf_test.c Make minor improvements 2021-05-15 21:53:26 -07:00
pascalifydnsname_test.c Make minor improvements 2021-05-15 21:53:26 -07:00
resolvehoststxt_test.c Simplify getnameinfo (#196) 2021-06-22 12:35:58 -07:00
test.mk Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00