Age | Commit message (Expand) | Author |
---|---|---|
2019-04-02 | Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace. | Andreas Kling |
2019-03-20 | Rename DNSLookupServer => LookupServer. | Andreas Kling |
2019-03-20 | LibC: Let gethostbyname() handle IPv4 address as input. | Andreas Kling |
2019-03-20 | LibC: Implement gethostbyname() by talking to the DNSLookupServer. | Andreas Kling |
2019-03-14 | LibC: A whole bunch of compat work towards porting Lynx. | Andreas Kling |