1. 19 Sep, 2008 4 commits
  2. 18 Sep, 2008 3 commits
  3. 17 Sep, 2008 2 commits
  4. 15 Sep, 2008 1 commit
  5. 11 Sep, 2008 1 commit
  6. 05 Sep, 2008 3 commits
  7. 04 Sep, 2008 2 commits
  8. 27 Aug, 2008 3 commits
  9. 23 Aug, 2008 4 commits
  10. 22 Aug, 2008 4 commits
  11. 04 Aug, 2008 1 commit
  12. 24 Jul, 2008 3 commits
  13. 14 Jul, 2008 7 commits
  14. 08 Jul, 2008 2 commits
    • Jim Fulton's avatar
      Made caches thread safe. In theory, caches are protected by ZEO · d649173c
      Jim Fulton authored
      clients, but ZEO clients haven't provided very good protection,
      leading to cache corruption.  We'll hopefully fix these client issues,
      which cause other problems beside cache corruption, but it seems
      prudent to provide low-level cache protection.
      d649173c
    • Jim Fulton's avatar
      The order of operations seemed odd. If we get a new connection, we · 8195c421
      Jim Fulton authored
      should close the old connection, and mark ourselves dissconnected --
      or so it seems. :)  I'm chasing connection-invalidation bugs and this
      rearrangement makes the logic seem a bit simpler to me and sets the
      stage for a later fix for the invalidation problems.
      8195c421