cosmopolitan/libc/dns
Gautham 3fe7b95fd0
Add gethostbyname and gethostbyaddr ()
gethostbyname, gethostbyaddr follow simple implementations: they
internally call getaddrinfo and getnameinfo respectively, and fill out
the minimum details. remaining functions are stubs.
2021-07-01 07:55:11 -07:00
..
comparednsnames.c Make minor improvements 2021-05-15 21:53:26 -07:00
consts.h Merge HTTP request / response parsing code 2021-06-27 17:04:32 -07:00
dns.h Added getnameinfo with only name lookup () 2021-06-09 19:35:44 -07:00
dns.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
dns.png Initial import 2020-06-15 07:18:57 -07:00
dnsheader.c Make minor improvements 2021-05-15 21:53:26 -07:00
dnsheader.h Make minor improvements 2021-05-15 21:53:26 -07:00
dnsquestion.h Make minor improvements 2021-05-15 21:53:26 -07:00
ent.h Add gethostbyname and gethostbyaddr () 2021-07-01 07:55:11 -07:00
freeaddrinfo.c Make minor improvements 2021-05-15 21:53:26 -07:00
freehoststxt.c Make minor improvements 2021-05-15 21:53:26 -07:00
freeresolvconf.c Make minor improvements 2021-05-15 21:53:26 -07:00
gai_strerror.c Rename eai2str to gai_strerror () 2021-03-20 20:48:40 -07:00
getaddrinfo.c Make minor improvements 2021-05-15 21:53:26 -07:00
gethostbyaddr.c Add gethostbyname and gethostbyaddr () 2021-07-01 07:55:11 -07:00
gethostbyname.c Add gethostbyname and gethostbyaddr () 2021-07-01 07:55:11 -07:00
gethoststxt.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
getnameinfo.c Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
getntnameservers.c Make minor improvements 2021-05-15 21:53:26 -07:00
getresolvconf.c Make minor improvements 2021-05-15 21:53:26 -07:00
herror.c Add gethostbyname and gethostbyaddr () 2021-07-01 07:55:11 -07:00
hostent.c Add gethostbyname and gethostbyaddr () 2021-07-01 07:55:11 -07:00
hoststxt.h Add SSL to redbean 2021-06-24 13:20:50 -07:00
newaddrinfo.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
parsehoststxt.c Make minor improvements 2021-05-15 21:53:26 -07:00
parseresolvconf.c Make minor improvements 2021-05-15 21:53:26 -07:00
pascalifydnsname.c Make minor improvements 2021-05-15 21:53:26 -07:00
resolvconf.h Make minor improvements 2021-05-15 21:53:26 -07:00
resolvedns.c Merge HTTP request / response parsing code 2021-06-27 17:04:32 -07:00
resolvednsreverse.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
resolvehostsreverse.c Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
resolvehoststxt.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
rfc0226.txt Initial import 2020-06-15 07:18:57 -07:00
rfc0247.txt Initial import 2020-06-15 07:18:57 -07:00
rfc1035.txt Initial import 2020-06-15 07:18:57 -07:00
serializednsquestion.c Make minor improvements 2021-05-15 21:53:26 -07:00