- 30 Dec, 2021 2 commits
- 29 Dec, 2021 16 commits
- 28 Dec, 2021 4 commits
- 24 Dec, 2021 14 commits
- 23 Dec, 2021 1 commit
-
-
aligungr authored
-
- 22 Dec, 2021 1 commit
-
-
aligungr authored
-
- 14 Dec, 2021 1 commit
-
-
Ali Güngör authored
Allow using FQDN along with IPv4 and IPv6
-
- 13 Dec, 2021 1 commit
-
-
abousselmi authored
Like @louisroyer pointed out, gethostbyname() is deprecated and we should use getaddrinfo() instead. Note: the default behavior of getaddrinfo() is not the same as suggested by the man page when hints is set to null. It doesn't yield IPv6 addresses, and hints.ai_family seems to be set to AF_INET and not AF_UNSPEC by default.
-