1. 22 1月, 2015 2 次提交
  2. 21 1月, 2015 1 次提交
    • A
      AOF rewrite: set iterator var to NULL when freed. · e7aa5fb5
      antirez 提交于
      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 1月, 2015 2 次提交
  4. 08 1月, 2015 2 次提交
  5. 23 12月, 2014 1 次提交
    • A
      INFO loading stats: three fixes. · 22a0fe8d
      antirez 提交于
      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 12月, 2014 1 次提交
  7. 19 12月, 2014 1 次提交
  8. 17 12月, 2014 1 次提交
  9. 16 12月, 2014 1 次提交
  10. 13 12月, 2014 5 次提交
  11. 11 12月, 2014 4 次提交
  12. 09 12月, 2014 15 次提交
  13. 05 12月, 2014 1 次提交
  14. 04 12月, 2014 2 次提交
  15. 03 12月, 2014 1 次提交
    • A
      Network bandwidth tracking + refactoring. · d56ef629
      antirez 提交于
      Track bandwidth used by clients and replication (but diskless
      replication is not tracked since the actual transfer happens in the
      child process).
      
      This includes a refactoring that makes tracking new instantaneous
      metrics simpler.
      d56ef629