1. 11 Dec, 2018 9 commits
  2. 04 Dec, 2018 1 commit
  3. 22 Nov, 2018 4 commits
  4. 20 Nov, 2018 9 commits
  5. 07 Nov, 2018 15 commits
  6. 05 Nov, 2018 2 commits
    • antirez's avatar
      Fix XCLAIM missing entry bug. · 1ed821e2
      antirez authored
      This bug had a double effect:
      
      1. Sometimes entries may not be emitted, producing broken protocol where
      the array length was greater than the emitted entires, blocking the
      client waiting for more data.
      
      2. Some other time the right entry was claimed, but a wrong entry was
      returned to the client.
      
      This fix should correct both the instances.
      1ed821e2
    • michael-grunder's avatar
      Use typedef'd mstime_t instead of time_t · b49bcd01
      michael-grunder authored
      This fixes an overflow on 32-bit systems.
      b49bcd01