1. 13 Jan, 2015 1 commit
    • antirez's avatar
      Suppress valgrind error about write sending uninitialized data. · 799a3cca
      antirez authored
      Valgrind checks that the buffers we transfer via syscalls are all
      composed of bytes actually initialized. This is useful, it makes we able
      to avoid leaking informations in non initialized parts fo messages
      transferred to other hosts. This commit fixes one of such issues.
      799a3cca
  2. 12 Jan, 2015 1 commit
    • antirez's avatar
      Cluster: initialize mf_end. · 1584c7a3
      antirez authored
      Can't be initialized by resetManualFailover() since it's actual state
      the function uses, so we need to initialize it at startup time. Not
      really a bug in practical terms, but showed up into valgrind and is not
      technically correct anyway.
      1584c7a3
  3. 09 Jan, 2015 4 commits
  4. 08 Jan, 2015 6 commits
  5. 23 Dec, 2014 1 commit
    • antirez's avatar
      INFO loading stats: three fixes. · 1e8f1577
      antirez authored
      1. Server unxtime may remain not updated while loading AOF, so ETA is
      not updated correctly.
      
      2. Number of processed byte was not initialized.
      
      3. Possible division by zero condition (likely cause of issue #1932).
      1e8f1577
  6. 22 Dec, 2014 1 commit
  7. 19 Dec, 2014 1 commit
  8. 17 Dec, 2014 2 commits
  9. 16 Dec, 2014 1 commit
  10. 15 Dec, 2014 1 commit
  11. 13 Dec, 2014 2 commits
  12. 12 Dec, 2014 2 commits
  13. 11 Dec, 2014 8 commits
  14. 09 Dec, 2014 9 commits