1. 02 May, 2012 3 commits
  2. 19 Nov, 2011 1 commit
  3. 18 Nov, 2011 1 commit
    • Jim Fulton's avatar
      Bug Fixed · 0eabedc1
      Jim Fulton authored
        Conflict resolution failed when state included cross-database
        persistent references with classes that couldn't be imported.
      0eabedc1
  4. 17 Nov, 2011 2 commits
  5. 16 Nov, 2011 1 commit
    • Jim Fulton's avatar
      Bug Fixed: · 0cd1074f
      Jim Fulton authored
        Conflict resolution failed when state included persistent references
        with classes that couldn't be imported.
      0cd1074f
  6. 12 Apr, 2011 5 commits
  7. 11 Apr, 2011 4 commits
  8. 12 Feb, 2011 2 commits
  9. 11 Feb, 2011 5 commits
  10. 27 Oct, 2010 3 commits
  11. 26 Oct, 2010 6 commits
  12. 08 Oct, 2010 3 commits
  13. 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