1. 15 Mar, 2013 1 commit
  2. 18 Apr, 2012 1 commit
    • Mark Ellzey's avatar
      Use poll() instead of select() inside redisContextWaitReady() · f8debbfd
      Mark Ellzey authored
      The current select() is limiting in instances where the fd num is > FD_SETSIZE.
      Since redisContextWaitReady() only processes a single fd, select would still
      fail.
      
      For compatibility reasons I have converted select() over to poll(), eliminating
      this problem.
      f8debbfd
  3. 10 Jul, 2011 1 commit
  4. 27 Jun, 2011 1 commit
  5. 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
  6. 17 Jun, 2011 2 commits
  7. 21 Apr, 2011 2 commits
  8. 04 Feb, 2011 2 commits
  9. 07 Jan, 2011 1 commit
  10. 29 Dec, 2010 1 commit
  11. 16 Dec, 2010 2 commits
  12. 01 Dec, 2010 1 commit
  13. 22 Nov, 2010 1 commit
  14. 03 Nov, 2010 2 commits
  15. 02 Nov, 2010 3 commits
  16. 06 Oct, 2010 1 commit
  17. 25 May, 2010 1 commit
  18. 18 May, 2010 1 commit