- 15 May, 2008 3 commits
-
-
Jim Fulton authored
weren't constructed properly.
-
Jim Fulton authored
- The cache used an excessive amount of memory, causing applications with large caches to exhaust available memory. - Fixed a number of bugs in the handling of persistent ZEO caches: - Cache records are written in several steps. 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.
-
Jim Fulton authored
-
- 09 May, 2008 1 commit
-
-
Fred Drake authored
there are no tests for BTrees.Length; add tests that show that the Length object will properly switch to longs when over/underflowing 32-bit values
-
- 03 May, 2008 4 commits
-
-
Wichert Akkerman authored
-
Wichert Akkerman authored
-
Christian Theune authored
-
Christian Theune authored
instead of a POSKeyError.
-
- 23 Apr, 2008 1 commit
-
-
Wichert Akkerman authored
Complete authentication configuration through XML on the client side. Server part was implemented way back in 2003.
-
- 09 Apr, 2008 1 commit
-
-
Fred Drake authored
-
- 15 Mar, 2008 1 commit
-
-
Marius Gedminas authored
-
- 07 Mar, 2008 1 commit
-
-
Christian Theune authored
-
- 22 Feb, 2008 2 commits
-
-
Leonard Norrgrd authored
-
Christian Theune authored
-
- 18 Feb, 2008 2 commits
-
-
Christian Theune authored
-
Jim Fulton authored
mode.
-
- 13 Feb, 2008 1 commit
-
-
Thomas Lotze authored
-
- 12 Feb, 2008 1 commit
-
-
Thomas Lotze authored
-
- 31 Jan, 2008 4 commits
-
-
Stephan Richter authored
-
Christian Theune authored
-
Christian Theune authored
-
Christian Theune authored
two calls where actually necessary to guaranteed get an unused revid between two used ones.
-
- 29 Jan, 2008 2 commits
-
-
Thomas Lotze authored
-
Thomas Lotze authored
-
- 25 Jan, 2008 1 commit
-
-
Jacob Holm authored
-
- 23 Jan, 2008 1 commit
-
-
Thomas Lotze authored
-
- 22 Jan, 2008 2 commits
-
-
Christian Theune authored
-
Christian Theune authored
-
- 21 Jan, 2008 1 commit
-
-
Jim Fulton authored
-
- 19 Jan, 2008 5 commits
-
-
Jim Fulton authored
Removed pointlss module doc string.
-
Jim Fulton authored
-
Jim Fulton authored
fact that it was out of date.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Jan, 2008 1 commit
-
-
Thomas Lotze authored
cache size.
-
- 08 Jan, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Also updated the format to allow cache files larger than 4G in size.
-
- 07 Jan, 2008 1 commit
-
-
Jim Fulton authored
-
- 05 Jan, 2008 2 commits
-
-
Jim Fulton authored
ZEO, still needs to be removed.
-
Jim Fulton authored
-