summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/netdb.h
AgeCommit message (Expand)Author
2022-05-12LibC: Add herror() and hstrerror()Michał Lach
2022-05-12LibC: Make h_errno thread-localMichał Lach
2022-04-21LibC: Make nameinfo (NI_*) constants bitfield-friendlyAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2021-12-05LibC: Stub out the rest of the getnameinfo flagsIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14LibC: Add definition for the NI_NAMEREQD macroGunnar Beutner
2021-04-12LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo()Gunnar Beutner
2021-04-04LibC: Add NI_MAXHOST and NI_MAXSERV constantsJelle Raaijmakers
2021-03-27LibC: Add POSIX macros for the ai_flags field in struct addrinfoAndreas Kling
2021-02-15LibC: Stub out some addrinfo thingsAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling