1. 20 May, 2018 2 commits
  2. 19 May, 2018 1 commit
  3. 14 May, 2016 1 commit
  4. 20 Apr, 2016 1 commit
    • owent's avatar
      Add CI for Windows · 6c53d680
      owent authored
      - fix macro problem in mingw-gcc
      - fix typedef in cygwin
      6c53d680
  5. 17 Apr, 2016 1 commit
  6. 18 Nov, 2015 1 commit
    • Tom Lee's avatar
      Fix potential race in 'invalid timeout' tests · d4b715f0
      Tom Lee authored
      It's possible for the call to connect() to succeed on the very first
      try, in which case the logic for checking for invalid timeout fields is
      never executed. When this happens, the tests fail because they expect a
      REDIS_ERR_IO but no such failure has occurred.
      
      Tests aside, this is a potential source of irritating and hard-to-find
      intermittent bugs.
      
      This patch forces the validation to occur early so that we get
      predictable behavior whenever an invalid timeout is specified.
      d4b715f0
  7. 16 Sep, 2015 1 commit
  8. 16 Apr, 2015 2 commits
  9. 18 Feb, 2015 1 commit
  10. 22 Jan, 2015 1 commit
  11. 08 Jan, 2015 2 commits
  12. 29 May, 2014 1 commit
  13. 09 Apr, 2014 3 commits
  14. 11 Jul, 2013 2 commits
  15. 01 May, 2013 1 commit
  16. 15 Mar, 2013 1 commit
  17. 23 Feb, 2013 1 commit
  18. 22 Jan, 2013 1 commit
  19. 28 Aug, 2012 1 commit
  20. 20 Dec, 2011 1 commit
  21. 02 Dec, 2011 1 commit
  22. 10 Jul, 2011 2 commits
  23. 09 Jul, 2011 2 commits
  24. 19 Jun, 2011 1 commit
  25. 18 Jun, 2011 2 commits
  26. 09 Jun, 2011 2 commits
  27. 29 May, 2011 1 commit
  28. 22 May, 2011 2 commits
  29. 05 May, 2011 1 commit
    • Pieter Noordhuis's avatar
      Add function to retrieve formatted reply · 77540aa3
      Pieter Noordhuis authored
      This is done by only truncating the read buffer once a full reply has
      been read. The buffer is no longer truncated halfway through reading a
      reply. In addition: pass offset/length of protocol and content via the
      read tasks.
      77540aa3