1. 22 Jan, 2015 3 commits
  2. 21 Jan, 2015 1 commit
    • antirez's avatar
      AOF rewrite: set iterator var to NULL when freed. · e7aa5fb5
      antirez authored
      The cleanup code expects that if 'di' is not NULL, it is a valid
      iterator that should be freed.
      
      The result of this bug was a crash of the AOF rewriting process if an
      error occurred after the DBs data are written and the iterator is no
      longer valid.
      e7aa5fb5
  3. 09 Jan, 2015 2 commits
  4. 08 Jan, 2015 2 commits
  5. 23 Dec, 2014 1 commit
    • antirez's avatar
      INFO loading stats: three fixes. · 22a0fe8d
      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).
      22a0fe8d
  6. 22 Dec, 2014 1 commit
  7. 19 Dec, 2014 1 commit
  8. 17 Dec, 2014 1 commit
  9. 16 Dec, 2014 1 commit
  10. 13 Dec, 2014 2 commits
  11. 12 Dec, 2014 3 commits
  12. 11 Dec, 2014 4 commits
  13. 09 Dec, 2014 15 commits
  14. 05 Dec, 2014 1 commit
  15. 04 Dec, 2014 2 commits