An error occurred fetching the project authors.
  1. 13 Oct, 2009 1 commit
    • Jim Fulton's avatar
      Merged from Trunk: · d8b9dda5
      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.
      d8b9dda5
  2. 26 Aug, 2009 1 commit
  3. 22 Aug, 2009 1 commit
  4. 20 Aug, 2009 1 commit
  5. 02 Jul, 2009 1 commit
    • Jim Fulton's avatar
      Bugs Fixed · 794ddc9d
      Jim Fulton authored
      ----------
      
      - ZEO client threads were unnamed, making it hard to debug thread
        management.
      794ddc9d
  6. 11 May, 2009 1 commit
  7. 30 Apr, 2009 1 commit
  8. 24 Apr, 2009 1 commit
  9. 02 Jan, 2009 2 commits
  10. 19 Dec, 2008 2 commits
    • Jim Fulton's avatar
      Restored some tests that had been inadvertantly disabled in a branh · 08dd6442
      Jim Fulton authored
      merge a couple of years ago.  Fortunately, they still pass, so no new
      release is indicated.
      
      I didn't restore and removed one silly test class, OneTimeTests,
      related to obsolete packing issues.
      
      I didn't restore and removed another silly test class,
      DemoStorageWrappedAroundClientStorage, because it is an error to wrap
      a demo storage around a client storage. A DemoStorage should only wrap
      a storage who's data never changes.
      
      Removed test levels. Test levels are an invitation to inadvertently
      not run tests.
      08dd6442
    • Jim Fulton's avatar
      Added IExternalGC support to ClientStorage. · df18ff7f
      Jim Fulton authored
      df18ff7f
  11. 18 Dec, 2008 1 commit
  12. 09 Dec, 2008 1 commit
  13. 05 Dec, 2008 1 commit
  14. 04 Dec, 2008 1 commit
  15. 25 Nov, 2008 1 commit
    • Jim Fulton's avatar
      Cleaned up the Z309 ZEO protocol, removing versions from arguments and · 495e1551
      Jim Fulton authored
      return values.  This in turn simplified the client and server
      software.
      
      Added code to select different client and server stubs and input
      handlers depening on whether the Z309 or earlier protocols are used.
      
      ZODB 3.8 clients can now talk to ZODB 3.9 servers and the other way
      around.
      495e1551
  16. 20 Nov, 2008 1 commit
  17. 19 Nov, 2008 2 commits
  18. 16 Nov, 2008 2 commits
  19. 15 Nov, 2008 1 commit
  20. 14 Nov, 2008 1 commit
  21. 01 Nov, 2008 1 commit
  22. 29 Oct, 2008 1 commit
  23. 28 Oct, 2008 1 commit
  24. 27 Oct, 2008 1 commit
  25. 26 Oct, 2008 1 commit
  26. 18 Oct, 2008 1 commit
  27. 17 Oct, 2008 1 commit
  28. 23 Sep, 2008 1 commit
  29. 10 Sep, 2008 1 commit
  30. 30 Aug, 2008 1 commit
  31. 29 Aug, 2008 1 commit
    • Jim Fulton's avatar
      Updated the mechanism to select test server ports to remove a source · 475ee253
      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.
      475ee253
  32. 21 Jun, 2008 1 commit
  33. 20 Jun, 2008 1 commit
  34. 07 Mar, 2008 1 commit
  35. 31 Jan, 2008 1 commit
  36. 29 Jan, 2008 1 commit