1. 26 Oct, 2008 16 commits
  2. 21 Oct, 2008 3 commits
  3. 20 Oct, 2008 1 commit
  4. 18 Oct, 2008 6 commits
  5. 17 Oct, 2008 6 commits
  6. 13 Oct, 2008 1 commit
  7. 12 Oct, 2008 2 commits
  8. 11 Oct, 2008 1 commit
  9. 10 Oct, 2008 2 commits
  10. 27 Sep, 2008 1 commit
    • Jim Fulton's avatar
      We recently added estimated_size. We originally added it as a new · 7f5dda11
      Jim Fulton authored
      unsigned long field after a signed char state field and a 3-character
      reserved field.  This didn't work because there are packages in the
      wild that have their own copies of cPersistence.h that didn't see the
      update.
      
      To get around this, we used the reserved space by making
      estimated_size a 24-bit bit field in the space occupied by the old
      3-character reserved field.  To fit in 24 bits, we made the units of
      estimated_size 64-character blocks.  This allows is to handle up to a
      GB.  We should never see that, but to be paranoid, we also truncate
      sizes greater than 1GB.  We also set the minimum size to 64 bytes.
      7f5dda11
  11. 26 Sep, 2008 1 commit