summaryrefslogtreecommitdiff
path: root/Libraries/LibC/netdb.cpp
AgeCommit message (Expand)Author
2020-04-18LibC: getprotoent() family of functionsRead H
2020-04-16LibC netdb: Requested ChangesRead H
2020-04-16LibC: Service entry APIRead H
2020-04-13LibC: Fix strncpy() overflow in gethostbyname()Andreas Kling
2020-02-20LibC: Add h_errno and stub out getservbyname()Andreas Kling
2020-01-26LibC: Only accept the first response from LookupServer in netdb codeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10LibC: Remove useless retry loop in connect_to_lookup_server()Andreas Kling
2020-01-09LibC: Fail name lookups immediately if we can't connect to LookupServerAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-11-26LookupServer: Port to socket takeoverSergey Bugaev
2019-10-16LibC: Remove debug spam in gethostbyname()Andreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-07-08LibC: Use IPv4Address::from_string() in gethostbyname().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling