1. 11 Feb, 2011 3 commits
    • Jim Fulton's avatar
      *** empty log message *** · bffe4694
      Jim Fulton authored
      bffe4694
    • Jim Fulton's avatar
      merged ZODB/branches/tseaver-squelch_2.6_warnings to avoid a warning · f55e5eea
      Jim Fulton authored
      while running tests.
      f55e5eea
    • Jim Fulton's avatar
      Bugs Fixed · 75a39dc2
      Jim Fulton authored
      ----------
      
      - 3.10 introduced an optimization to try to address BTree conflict
        errors arrising for basing BTree keys on object ids. The
        optimization caused object ids allocated in aborted transactions to
        be reused. Unfortunately, this optimzation led to some rather
        severe failures in some applications.  The symptom is a conflict
        error in which one of the serials mentioned is zero.  This
        optimization has been removed.
      75a39dc2
  2. 27 Oct, 2010 3 commits
  3. 26 Oct, 2010 6 commits
  4. 08 Oct, 2010 3 commits
  5. 30 Sep, 2010 4 commits
    • Jim Fulton's avatar
      Bug fixed · bf2d7fb1
      Jim Fulton authored
      - Changes to suppprt IPv6 broke a fix for a problem on Mac OS X that
        could cause a server to stop accepting connections.
      bf2d7fb1
    • Jim Fulton's avatar
      ddd6d286
    • Jim Fulton's avatar
      Bugs fixed · e259323c
      Jim Fulton authored
      ----------
      
      - When a pool timeout was specified for a database and old connections
        were removed due to timing out, an error occured due to a bug in the
        connection cleanup logic.
      
      - When mulri-database connections were no longer used and cleaned up,
        their subconnections weren't cleaned up properly.
      e259323c
    • Jim Fulton's avatar
      Bug fixed · 8e984508
      Jim Fulton authored
      - On some systems, using an empty string in a server address of a ZEO
        client led to a socket error. Now, ZEO clients treat '' as an alias
        for 'localhost'.
      8e984508
  6. 28 Sep, 2010 4 commits
  7. 27 Sep, 2010 4 commits
  8. 25 Sep, 2010 2 commits
  9. 24 Sep, 2010 7 commits
  10. 22 Sep, 2010 3 commits
  11. 17 Sep, 2010 1 commit