1. 07 Jun, 2018 1 commit
  2. 13 Apr, 2018 3 commits
  3. 12 Apr, 2018 1 commit
  4. 11 Apr, 2018 3 commits
  5. 09 Apr, 2018 3 commits
  6. 05 Apr, 2018 1 commit
  7. 01 Apr, 2018 2 commits
  8. 31 Mar, 2018 2 commits
  9. 30 Mar, 2018 9 commits
  10. 29 Mar, 2018 1 commit
  11. 01 Mar, 2018 1 commit
  12. 15 Feb, 2018 1 commit
  13. 14 Feb, 2018 5 commits
  14. 07 Jan, 2018 1 commit
  15. 29 Dec, 2017 1 commit
    • Oran Agra's avatar
      fix processing of large bulks (above 2GB) · 60a4f12f
      Oran Agra authored
      - protocol parsing (processMultibulkBuffer) was limitted to 32big positions in the buffer
        readQueryFromClient potential overflow
      - rioWriteBulkCount used int, although rioWriteBulkString gave it size_t
      - several places in sds.c that used int for string length or index.
      - bugfix in RM_SaveAuxField (return was 1 or -1 and not length)
      - RM_SaveStringBuffer was limitted to 32bit length
      60a4f12f
  16. 24 Nov, 2017 1 commit
  17. 23 Nov, 2017 1 commit
  18. 22 Nov, 2017 1 commit
  19. 28 Sep, 2017 2 commits