1. 18 Jun, 2011 1 commit
    • Geoff Garside's avatar
      Fix incorrect "no route to host" errors. · c4ed06d9
      Geoff Garside authored
      If getaddrinfo(3) includes an AF_INET6 address before an AF_INET
      address on a host with only IPv4 network connectivity then the
      redisContextConnectTcp call would fail with "no route to host".
      
      This commit fixes this issue by specifically handling the errno
      EHOSTUNREACH error and entering another iteration of the addrinfo
      loop. This will allow following AF_INET addresses to be attempted.
      c4ed06d9
  2. 17 Jun, 2011 2 commits
  3. 21 Apr, 2011 2 commits
  4. 04 Feb, 2011 2 commits
  5. 07 Jan, 2011 1 commit
  6. 29 Dec, 2010 1 commit
  7. 16 Dec, 2010 2 commits
  8. 01 Dec, 2010 1 commit
  9. 22 Nov, 2010 1 commit
  10. 03 Nov, 2010 2 commits
  11. 02 Nov, 2010 3 commits
  12. 06 Oct, 2010 1 commit
  13. 25 May, 2010 1 commit
  14. 18 May, 2010 1 commit