1. 30 Dec, 2021 2 commits
  2. 29 Dec, 2021 16 commits
  3. 28 Dec, 2021 4 commits
  4. 24 Dec, 2021 14 commits
  5. 23 Dec, 2021 1 commit
  6. 22 Dec, 2021 1 commit
  7. 14 Dec, 2021 1 commit
  8. 13 Dec, 2021 1 commit
    • abousselmi's avatar
      Use getaddrinfo() instaed of gethostbyname() · 38a8b5e5
      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.
      38a8b5e5