1. 20 Apr, 2016 8 commits
  2. 17 Apr, 2016 2 commits
  3. 26 Mar, 2016 1 commit
  4. 18 Nov, 2015 1 commit
    • Jan-Erik Rediger's avatar
      Prevent buffer overflow when formatting the error · 0335cb3e
      Jan-Erik Rediger authored
      strncat might copy n+1 bytes (n bytes from the source plus a terminating nul byte).
      Also strncat appends after the first found nul byte. But all we pass is
      a buffer we might not have zeroed out already.
      
      Closes #380
      0335cb3e
  5. 27 Oct, 2015 2 commits
  6. 18 Oct, 2015 1 commit
  7. 05 Oct, 2015 1 commit
  8. 16 Sep, 2015 2 commits
  9. 14 Sep, 2015 2 commits
  10. 25 Aug, 2015 1 commit
  11. 24 Aug, 2015 2 commits
  12. 27 Jul, 2015 10 commits
  13. 25 Jun, 2015 1 commit
  14. 24 Jun, 2015 1 commit
  15. 22 Jun, 2015 1 commit
  16. 30 May, 2015 1 commit
    • w359405949's avatar
      Update Makefile · 485d0a14
      w359405949 authored
      fix link error while run "make hiredis-example-libuv":
      
      undefined reference to `clock_gettime'
      undefined reference to `clock_getres'
      485d0a14
  17. 03 May, 2015 3 commits