- 08 Jul, 2008 1 commit
-
-
Jim Fulton authored
of intermittent test failures. In ConnectionTests, a random port was selected without checking if it was in use. testZEO.get_port (moved to forker) picked a random port, checking if it was in use, but clients actually used that port *and* the following one. Now check that the returned and subsequent ports are free. (Of course, they could get used betweed the time they're selected and the time they are used by the test. Oh well.
-
- 28 May, 2008 1 commit
-
-
Jim Fulton authored
-
- 23 May, 2008 2 commits
-
-
Jim Fulton authored
avoid spurious errors on exit, especially for scripts, such as zeopack.
-
Jim Fulton authored
-
- 14 May, 2008 2 commits
-
-
Jim Fulton authored
effective. :)
-
Jim Fulton authored
references across databases when the referenced database has an empty name.
-
- 13 May, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
was astronomical. Also greatly simplified the code.
-
- 12 May, 2008 1 commit
-
-
Jim Fulton authored
-
- 11 May, 2008 1 commit
-
-
Jim Fulton authored
refactoring to simplify the data structures to fix a serious memory bug: the cache uses waaaay the heck too much.
-
- 09 May, 2008 1 commit
-
-
Fred Drake authored
object will properly switch to longs when over/underflowing 32-bit values
-
- 07 May, 2008 1 commit
-
-
Jim Fulton authored
-
- 06 May, 2008 1 commit
-
-
Jim Fulton authored
-
- 05 May, 2008 2 commits
-
-
Christian Theune authored
-
Jim Fulton authored
- Cache records are written in several stems. If a process exits after writing begins and before it is finishes, the cache will be corrupt on restart. The way records are writted was changed to make cache record updates atomic. - There was no lock file to prevent opening a cache multiple times at once, which would lead to corruption. Persistent caches now use lock files, in the same way that file storages do. - A bug in the cache-opening logic led to cache failure in the unlikely event that a cache has no free blocks.
-
- 03 May, 2008 3 commits
-
-
Jim Fulton authored
-
Wichert Akkerman authored
-
Wichert Akkerman authored
-
- 02 May, 2008 1 commit
-
-
Jim Fulton authored
When using ZEO Client Storages, Errors occured when trying to store objects too big to fit in the ZEO cache file.
-
- 09 Apr, 2008 1 commit
-
-
Fred Drake authored
-
- 15 Mar, 2008 1 commit
-
-
Marius Gedminas authored
-
- 11 Feb, 2008 1 commit
-
-
Christian Theune authored
-
- 08 Feb, 2008 1 commit
-
-
Christian Theune authored
-
- 31 Jan, 2008 1 commit
-
-
Stephan Richter authored
-
- 29 Jan, 2008 2 commits
-
-
Christian Theune authored
(backport from trunk)
-
Christian Theune authored
(backport from trunk)
-
- 21 Jan, 2008 1 commit
-
-
Jim Fulton authored
-
- 19 Dec, 2007 1 commit
-
-
Jim Fulton authored
This module needs to move to the Zope 2 tree.
-
- 18 Dec, 2007 1 commit
-
-
Jim Fulton authored
-
- 17 Dec, 2007 1 commit
-
-
Jim Fulton authored
-
- 03 Dec, 2007 1 commit
-
-
Christian Theune authored
versions of objects.
-
- 17 Nov, 2007 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 11 Nov, 2007 2 commits
-
-
Christian Theune authored
-
Christian Theune authored
-
- 10 Nov, 2007 1 commit
-
-
Christian Theune authored
uncommitted data is placed.
-
- 05 Nov, 2007 1 commit
-
-
Stephan Richter authored
only affects zpkg.
-
- 03 Nov, 2007 1 commit
-
-
Florian Schulze authored
-
- 10 Oct, 2007 1 commit
-
-
Stephan Richter authored
distutils-compatible method but it failed miserably.
-