Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | LibC: Add definition for the NI_NAMEREQD macro | Gunnar Beutner | |
2021-04-12 | LibC: Implement getaddrinfo(), freeaddrinfo(), gai_strerror() and getnameinfo() | Gunnar Beutner | |
2021-04-04 | LibC: Add NI_MAXHOST and NI_MAXSERV constants | Jelle Raaijmakers | |
These are not POSIX-defined but are almost always present in <netdb.h>. | |||
2021-03-27 | LibC: Add POSIX macros for the ai_flags field in struct addrinfo | Andreas Kling | |
2021-02-15 | LibC: Stub out some addrinfo things | AnotherTest | |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |