1. 10 Jul, 2011 2 commits
  2. 09 Jul, 2011 2 commits
  3. 19 Jun, 2011 1 commit
  4. 18 Jun, 2011 2 commits
  5. 09 Jun, 2011 2 commits
  6. 29 May, 2011 1 commit
  7. 22 May, 2011 2 commits
  8. 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
  9. 21 Apr, 2011 3 commits
  10. 19 Apr, 2011 1 commit
  11. 31 Mar, 2011 1 commit
  12. 06 Mar, 2011 1 commit
  13. 27 Jan, 2011 2 commits
  14. 07 Jan, 2011 1 commit
  15. 02 Dec, 2010 1 commit
  16. 24 Nov, 2010 1 commit
  17. 22 Nov, 2010 5 commits
  18. 19 Nov, 2010 1 commit
  19. 15 Nov, 2010 2 commits
  20. 05 Nov, 2010 1 commit
  21. 04 Nov, 2010 2 commits
  22. 03 Nov, 2010 2 commits
  23. 02 Nov, 2010 1 commit
    • Pieter Noordhuis's avatar
      Change error reporting to have an explicit type · ffa8666a
      Pieter Noordhuis authored
      When there is an I/O error, errno should be used to find out what is
      wrong. In other cases, errno cannot be used. So, use an explicit type in
      Hiredis to define the different error scenarios that can occur.
      ffa8666a
  24. 31 Oct, 2010 2 commits