1. 10 Sep, 2014 5 commits
  2. 08 Sep, 2014 7 commits
  3. 04 Sep, 2014 2 commits
    • Matt Stancliff's avatar
      Return empty string if GETRANGE of empty string · 667e2991
      Matt Stancliff authored
      Previously, GETRANGE of a key containing nothing ("")
      would allocate a large (size_t)-1 return value causing
      crashes on 32bit builds when it tried to allocate the
      4 GB return string.
      667e2991
    • Matt Stancliff's avatar
      Increase size of range request in getrange · 4284b072
      Matt Stancliff authored
      32 bit builds don't have a big enough long to capture
      the same range as a 64 bit build.  If we use "long long"
      we get proper size limits everywhere.
      
      Also updates size of unsigned comparison to fit new size of `end`.
      
      Fixes #1981
      4284b072
  4. 01 Sep, 2014 4 commits
  5. 27 Aug, 2014 22 commits