summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/netdb.cpp
AgeCommit message (Expand)Author
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibC: Stub out some addrinfo thingsAnotherTest
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling