Skip to content
  1. Oct 13, 2014
    • Peter Wu's avatar
      cmake: enable IPv6 by default if available · aec7c5a8
      Peter Wu authored
      
      
      ENABLE_IPV6 depends on HAVE_GETADDRINFO or you will get a
      Curl_getaddrinfo_ex error. Enable IPv6 by default, disabling it if
      struct sockaddr_in6 is not found in netinet/in.h.
      
      Note that HAVE_GETADDRINFO_THREADSAFE is still not set as it needs more
      platform checks even though POSIX requires a thread-safe getaddrinfo.
      
      Verified on Arch Linux x86_64 with glibc 2.20-2 and Linux 3.16-rc7.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      aec7c5a8
  2. Oct 12, 2014
  3. Oct 10, 2014
  4. Oct 09, 2014
  5. Oct 08, 2014
  6. Oct 07, 2014
  7. Oct 06, 2014
  8. Oct 04, 2014
  9. Oct 03, 2014