1. 30 Apr, 2013 1 commit
  2. 29 Mar, 2013 1 commit
  3. 13 Mar, 2013 1 commit
  4. 12 Mar, 2013 1 commit
  5. 04 Mar, 2013 1 commit
  6. 26 Feb, 2013 1 commit
  7. 22 Jan, 2013 1 commit
  8. 19 Nov, 2012 8 commits
  9. 14 Oct, 2012 4 commits
  10. 26 Aug, 2012 1 commit
  11. 21 Aug, 2012 3 commits
  12. 30 Jun, 2012 1 commit
  13. 28 Jun, 2012 3 commits
  14. 11 Jun, 2012 1 commit
  15. 17 May, 2012 1 commit
  16. 02 May, 2012 2 commits
  17. 02 Mar, 2012 1 commit
  18. 01 Mar, 2012 1 commit
  19. 24 Feb, 2012 1 commit
  20. 09 Dec, 2011 1 commit
  21. 06 Dec, 2011 1 commit
  22. 21 Nov, 2011 2 commits
    • Jim Fulton's avatar
      Get rid of close_server. · 5423f110
      Jim Fulton authored
      5423f110
    • Jim Fulton's avatar
      - Storage servers now emit Serving and Closed events so subscribers · 7064bb21
      Jim Fulton authored
        can discover addresses when dynamic port assignment (bind to port 0)
        is used. This could, for example, be used to update address
        information in a ZooKeeper database.
      
      - Client storagers have a method, new_addr, that can be used to change
        the server address(es). This can be used, for example, to update a
        dynamically determined server address from information in a
        ZooKeeper database.
      
      - Moved some responsibility from runzeo to StorageServer to make it
        easier to use storage servers without runzeo.
      7064bb21
  23. 20 Nov, 2011 2 commits
    • Jim Fulton's avatar
      Bug Fixed: · 140d42b4
      Jim Fulton authored
        Conflict resolution failed when state included persistent references
        (local or cross-database) with classes that couldn't be imported.
      140d42b4
    • Jim Fulton's avatar
      Bug Fixed: · 2c36006c
      Jim Fulton authored
      "Blob temp file get's removed before it should",
      https://bugs.launchpad.net/zodb/+bug/595378
      
      A way this to happen is that a transaction is aborted after the
      commit process has started. I don't know how this would happen in
      the wild.
      
      In 3.10.3, the ZEO tpc_abort call to the server is changed to be
      synchronous, which should address this case. Maybe there's another
      case.
      2c36006c