- 13 Oct, 2009 1 commit
-
-
Jim Fulton authored
------------------------------------------------------------------------ r105024 | jim | 2009-10-12 09:01:47 -0400 (Mon, 12 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt Let's hope we get this out today. ------------------------------------------------------------------------ r105023 | jim | 2009-10-12 09:01:20 -0400 (Mon, 12 Oct 2009) | 1 line Changed paths: M /ZODB/trunk/src/CHANGES.txt *** empty log message *** ------------------------------------------------------------------------ r105015 | jim | 2009-10-11 13:42:41 -0400 (Sun, 11 Oct 2009) | 3 lines Changed paths: M /ZODB/trunk/src/ZEO/ServerStub.py Time out waiting for protocol handshake. Otherwise, we sometmes see hangs under extreme conditions. ------------------------------------------------------------------------ r104977 | jim | 2009-10-09 15:41:15 -0400 (Fri, 09 Oct 2009) | 3 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt M /ZODB/trunk/src/ZODB/FileStorage/FileStorage.py - File-storage pack clean-up tasks that can take a long time unnecessarily blocked other activity. ------------------------------------------------------------------------ r104954 | jim | 2009-10-08 17:09:19 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/testFileStorage.py Cleaned up trailing whitespace and long lines. ------------------------------------------------------------------------ r104953 | jim | 2009-10-08 17:04:31 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/PackableStorage.py Defining a multable attr in a class is insane. ------------------------------------------------------------------------ r104951 | jim | 2009-10-08 16:19:18 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/PackableStorage.py Removed trailing whitespace. ------------------------------------------------------------------------ r104950 | jim | 2009-10-08 14:30:11 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZEO/zrpc/connection.py Fixed atexit handler to deal with the possibility that the ex ------------------------------------------------------------------------ r104949 | jim | 2009-10-08 13:50:10 -0400 (Thu, 08 Oct 2009) | 6 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt M /ZODB/trunk/src/ZEO/tests/testZEO.py M /ZODB/trunk/src/ZEO/zrpc/client.py M /ZODB/trunk/src/ZEO/zrpc/connection.py Bug Fixed: ZEO manages a separate thread for client network IO. It created this thread on import, which caused problems for applications that implemented daemon behavior by forking. Now, the client thread isn't created until needed.
-
- 01 Oct, 2009 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
causing extra pain on windows.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
usually passed. :(
-
- 30 Sep, 2009 2 commits
-
-
Jim Fulton authored
after conflict errors on blobs. :(
-
Jim Fulton authored
servers much easier. This was easier than I expected. I should have done this a long time ago. :)
-
- 09 Sep, 2009 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 08 Sep, 2009 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 02 Sep, 2009 1 commit
-
-
Jim Fulton authored
-
- 01 Sep, 2009 3 commits
-
-
Jim Fulton authored
---------- - The helper function ZODB.blob.is_blob_record didn't handle having None passed to it, but database "delete" records have None for their data.
-
Jim Fulton authored
- CVE-2009-2701: Fixed a vulnerability in ZEO storage servers when blobs are available. Someone with write access to a ZEO server configured to support blobs could read any file on the system readable by the server process and remove any file removable by the server process.
-
Benji York authored
-
- 28 Aug, 2009 1 commit
-
-
Jim Fulton authored
Fixed to use a separate Random instance.
-
- 27 Aug, 2009 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
---------- - BTrees (and TreeSets) kept references to internal keys. https://bugs.launchpad.net/zope3/+bug/294788 - BTree Sets and TreeSets don't support the standard set add method. (Now either add or the original insert method can be used to add an object to a BTree-based set.)
-
Jim Fulton authored
-
- 26 Aug, 2009 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
setuptools installed.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
https://bugs.launchpad.net/zodb/+bug/185066 The fix didn't go far enough and a fix that would go far enough would be too risky this late in the 3.9 beta cycle. This will probably need to wait till 3.10.
-
- 25 Aug, 2009 2 commits
-
-
Patrick Strawderman authored
-
Jim Fulton authored
Certain ZEO server errors could cause a client to get into a state where it couldn't commit transactions. https://bugs.launchpad.net/zodb/+bug/374737
-
- 24 Aug, 2009 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Savepoint blob data wasn't cleaned up after a transaction abort. https://bugs.launchpad.net/zodb/+bug/323067
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
When committing transactions involving blobs to ClientStorages with non-shared blob directories, a failure could occur in tpc_finish if there was insufficient disk space to copy the blob file or if the file wasn't available. https://bugs.launchpad.net/zodb/+bug/224169 Now link/copy file when storeBlob is called.
-
Patrick Strawderman authored
-
Patrick Strawderman authored
-
- 23 Aug, 2009 1 commit
-
-
Jim Fulton authored
Objects defining _p_deactivate methods that didn't call base methods weren't loaded properly. https://bugs.launchpad.net/zodb/+bug/185066
-