Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | Move WindowServer into Servers. | Andreas Kling | |
2019-03-20 | Rename DNSLookupServer => LookupServer. | Andreas Kling | |
2019-03-20 | LibC: Implement gethostbyname() by talking to the DNSLookupServer. | Andreas Kling | |
We now talk to the lookup server over a local socket and it does the lookup on our behalf. Including some retry logic, which is nice, because it seems like DNS requests disappear in the ether pretty damn often where I am. | |||
2019-03-19 | DNSLookupServer: Start working on a userspace DNS resolver. | Andreas Kling | |
This doesn't have any server functionality just yet, but it does post decent-looking DNS queries and parse the responses. |