1. 31 Aug, 2005 4 commits
  2. 30 Aug, 2005 2 commits
  3. 29 Aug, 2005 2 commits
  4. 26 Aug, 2005 5 commits
  5. 25 Aug, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 38093 from 3.4 branch. · 7dc0787a
      Tim Peters authored
      Comment out the undocumented method definitions in the
      storage interfaces.  It would be better to define &
      document them, but that takes time, and until time is
      available better not to pretend that they're all really
      part of "the" storage API.
      7dc0787a
  6. 24 Aug, 2005 3 commits
  7. 23 Aug, 2005 1 commit
  8. 13 Aug, 2005 2 commits
  9. 12 Aug, 2005 3 commits
  10. 11 Aug, 2005 4 commits
  11. 09 Aug, 2005 1 commit
  12. 08 Aug, 2005 3 commits
  13. 07 Aug, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 37777 from 3.4 branch. · 8c0c3c66
      Tim Peters authored
      Part of Collector 1860 (the other part is in Zope).
      
      There's no possiblity of rollback here, so no need to insist that the
      data manager support rollbacks.
      
      8c0c3c66
  14. 04 Aug, 2005 3 commits
    • Tim Peters's avatar
      An internal 3.5.0a6 release. · 9f89d9b3
      Tim Peters authored
      9f89d9b3
    • Tim Peters's avatar
      Merge rev 37713 from 3.4 branch. · d6f61513
      Tim Peters authored
      Plug leaks in the ZEO client cache.
      
      ClientCache._evicted():  When deleting the last range of
      non-current tids for an oid, remove the list from the
      noncurrent dict instead of leaving an empty list sitting
      there forever.  This also required adjusting the side-
      effect dance in ClientCache._remove_noncurrent_revisions().
      
      FileCache._makeroom():  This was the major leak -- it
      neglected to remove an evicted object's Entry from the
      key2entry dict.
      d6f61513
    • Philipp von Weitershausen's avatar
      Merge the philikon-zeo-scripts branch: · 59e1bccc
      Philipp von Weitershausen authored
        move things around so that zeo scripts are installed for
        standalone zodb releases but not for zope releases
      59e1bccc
  15. 02 Aug, 2005 1 commit
  16. 01 Aug, 2005 2 commits
  17. 29 Jul, 2005 2 commits
    • Tim Peters's avatar
      Merge rev 37574 from 3.4 branch. · 8c081bef
      Tim Peters authored
      makeroom():  Simplify retrieve+del from filemap.
      8c081bef
    • Tim Peters's avatar
      Merge rev 37563 from 3.4 branch. · f47937f6
      Tim Peters authored
      Removed the `key2size` OIBTree.
      
      Maintaining this is a significant expense; the code didn't
      make real use of it; and every time I've tried to exploit it
      I've ended up with grossly too-large simulated hit rates.
      Would probably take another day to figure out exactly why that
      is, and the simulated rates are "good enough" now without it.
      f47937f6