1. 20 Dec, 2011 1 commit
  2. 02 Dec, 2011 1 commit
  3. 10 Jul, 2011 2 commits
  4. 09 Jul, 2011 2 commits
  5. 19 Jun, 2011 1 commit
  6. 18 Jun, 2011 2 commits
  7. 09 Jun, 2011 2 commits
  8. 29 May, 2011 1 commit
  9. 22 May, 2011 2 commits
  10. 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
  11. 21 Apr, 2011 3 commits
  12. 19 Apr, 2011 1 commit
  13. 31 Mar, 2011 1 commit
  14. 06 Mar, 2011 1 commit
  15. 27 Jan, 2011 2 commits
  16. 07 Jan, 2011 1 commit
  17. 02 Dec, 2010 1 commit
  18. 24 Nov, 2010 1 commit
  19. 22 Nov, 2010 5 commits
  20. 19 Nov, 2010 1 commit
  21. 15 Nov, 2010 2 commits
  22. 05 Nov, 2010 1 commit
  23. 04 Nov, 2010 2 commits
  24. 03 Nov, 2010 2 commits
  25. 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