- 02 Sep, 2010 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
to decide how to write other data. Removed untested unsupported dbmstorage fossil.
-
Jim Fulton authored
-
Jim Fulton authored
to decide how to write other data.
-
- 30 Aug, 2010 1 commit
-
-
Jim Fulton authored
---------- - Shutting down a process while committing a transaction could cause ZEO client caches to have invalid data. This, in turn caused stale data to remain in the cache until it was updated.
-
- 11 Aug, 2010 1 commit
-
-
Jim Fulton authored
merges.
-
- 19 Jul, 2010 2 commits
-
-
Jim Fulton authored
differences.
-
Jim Fulton authored
-
- 15 Jul, 2010 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
When an integer too large to fit in a 32-bit integer was provided as a 32-bit-integer BTree key or value on 64-bit machines, an OverflowError was raised. Now a TypeError is raised.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Jul, 2010 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
non-standart ;) time zones. Cleanup trailing whitespace in verbose stats output.
-
- 12 Jul, 2010 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
between logs and ints.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
entry, the cache could be left in a stage when there is data marked current that should be invalidated, leading to persistent conflict errors. - Invalidations of object records in ZEO caches, where the invalidation transaction ids matched the cached transaction ids should have been ignored. - Corrupted or invalid cache files prevented ZEO clients from starting. Now, bad cache files are moved aside.
-
Jim Fulton authored
Cache simulation, while not perfect, seems to be much more accurate now than it was before. The ZEO cache trace statistics and simulation scripts have been given more descriptive names and moved to the ZEO scripts package.
-
Jim Fulton authored
-
- 11 Jul, 2010 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
than before). It's possible that process shutdown after updating lastTid but before invalidating the current record could explain some problems we've seen on restarts. (I can't think of a sane way to test this scenario.)
-
Jim Fulton authored
-
Jim Fulton authored
platforms led to undetected overflow errors. Now these cases cause Overflow errors to be raised. https://bugs.launchpad.net/zodb/+bug/143237
-
Jim Fulton authored
Updating blobs in save points could cause spurious "invalidations out of order" errors. https://bugs.launchpad.net/zodb/+bug/509801 (Thanks to Christian Zagrodnick for chasing this down.)
-
Jim Fulton authored
2.7. :(
-
- 10 Jul, 2010 6 commits
-
-
Jim Fulton authored
created temporarily (not passed to the constructor).
-
Jim Fulton authored
in. When no changes are passed to the constructor, then they are closed when the storage is closed.
-
Jim Fulton authored
-
Jim Fulton authored
Changed the behavior for closing changes when changes weren't passed in. When no changes are passed to the constructor, then they are closed when the storage is closed. Fixed a test that wasn't testing what it though it was (or anything really).
-
Jim Fulton authored
-
Jim Fulton authored
-
- 06 Jul, 2010 1 commit
-
-
Tres Seaver authored
-
- 21 Jun, 2010 1 commit
-
-
Christian Theune authored
-
- 14 Jun, 2010 1 commit
-
-
Christian Zagrodnick authored
-