cosmopolitan/test
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
..
dsp Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
libc Simplify getnameinfo (#196) 2021-06-22 12:35:58 -07:00
net Make port optional in X-Forwarded-For 2021-06-15 06:46:30 -07:00
tool Pacify file locks on Windows 2021-06-12 00:01:55 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00