1. 13 Oct, 2014 2 commits
    • Peter Wu's avatar
      tests: move TESTCASES to Makefile.inc, add show for cmake · 476499c7
      Peter Wu authored
      
      
      This change allows runtests.pl to be run from the CMake builddir:
      
          export srcdir=/tmp/curl/tests;
          perl -I$srcdir $srcdir/runtests.pl -l
      
      In order to make this possible, all test cases have been moved from
      Makefile.am to Makefile.inc.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      476499c7
    • 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. 12 Oct, 2014 1 commit
  3. 10 Oct, 2014 3 commits
  4. 09 Oct, 2014 12 commits
  5. 08 Oct, 2014 7 commits
  6. 07 Oct, 2014 7 commits
  7. 06 Oct, 2014 2 commits
  8. 04 Oct, 2014 6 commits