1. 16 Jun, 2016 7 commits
  2. 15 Jun, 2016 5 commits
  3. 14 Jun, 2016 1 commit
  4. 13 Jun, 2016 1 commit
    • antirez's avatar
      Avoid undefined behavior in BITFIELD implementation. · 014bf804
      antirez authored
      Probably there is no compiler that will actaully break the code or raise
      a signal for unsigned -> signed overflowing conversion, still it was
      apparently possible to write it in a more correct way.
      
      All tests passing.
      014bf804
  5. 10 Jun, 2016 4 commits
  6. 30 May, 2016 1 commit
    • Itamar Haber's avatar
      Allow SPOP from Lua scripts · 620783e3
      Itamar Haber authored
      The existing `R` flag appears to be sufficient and there's no apparent reason why the command should be blocked.
      620783e3
  7. 18 May, 2016 5 commits
  8. 08 May, 2016 2 commits
  9. 06 May, 2016 1 commit
  10. 05 May, 2016 13 commits