1. 21 Aug, 2012 1 commit
    • antirez's avatar
      Add ARCH to Makefile CFLAGS / LDFLAGS. · 7f346477
      antirez authored
      This makes builiding with an optional 32 bit target simpler. For
      instance Redis (that contains an embedded copy of hiredis) when compiled
      with "make 32bit" uses to pass an ARCH parameter to force an hiredis
      32 bit build.
      7f346477
  2. 01 Aug, 2012 1 commit
  3. 11 Jul, 2012 3 commits
  4. 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
  5. 07 Apr, 2012 1 commit
  6. 06 Feb, 2012 1 commit
  7. 20 Dec, 2011 3 commits
  8. 02 Dec, 2011 2 commits
  9. 28 Nov, 2011 2 commits
  10. 20 Jul, 2011 1 commit
  11. 11 Jul, 2011 2 commits
  12. 10 Jul, 2011 4 commits
  13. 09 Jul, 2011 3 commits
  14. 04 Jul, 2011 1 commit
  15. 27 Jun, 2011 7 commits
  16. 19 Jun, 2011 7 commits