1. 17 Oct, 2008 1 commit
    • Jim Fulton's avatar
      Changed the generated test script to use a part-local tmp directory · 37675c85
      Jim Fulton authored
      that is cleaned up at the start of a test run.
      
      Unfortunately, the ZODB tests leave lots of temporary files behind
      which can cause failures in subsequent test runs and which tend to
      litter /tmp. Eventually, I want to clean that up, but, in the mean
      time, I can limit the damage to the test part directory.
      37675c85
  2. 13 Oct, 2008 1 commit
  3. 12 Oct, 2008 2 commits
  4. 11 Oct, 2008 1 commit
  5. 10 Oct, 2008 2 commits
  6. 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
  7. 26 Sep, 2008 1 commit
  8. 24 Sep, 2008 2 commits
  9. 23 Sep, 2008 5 commits
  10. 22 Sep, 2008 2 commits
  11. 18 Sep, 2008 5 commits
  12. 17 Sep, 2008 2 commits
  13. 11 Sep, 2008 1 commit
  14. 10 Sep, 2008 1 commit
  15. 06 Sep, 2008 1 commit
  16. 05 Sep, 2008 12 commits