1. 07 Nov, 2012 2 commits
  2. 18 Oct, 2012 2 commits
  3. 14 Oct, 2012 8 commits
  4. 26 Aug, 2012 1 commit
  5. 21 Aug, 2012 3 commits
  6. 16 Aug, 2012 1 commit
  7. 11 Aug, 2012 1 commit
  8. 10 Jul, 2012 1 commit
  9. 02 Jul, 2012 6 commits
  10. 30 Jun, 2012 1 commit
  11. 28 Jun, 2012 3 commits
  12. 11 Jun, 2012 1 commit
  13. 17 May, 2012 1 commit
  14. 02 May, 2012 2 commits
  15. 02 Mar, 2012 1 commit
  16. 01 Mar, 2012 1 commit
  17. 24 Feb, 2012 1 commit
  18. 09 Dec, 2011 1 commit
  19. 06 Dec, 2011 1 commit
  20. 21 Nov, 2011 2 commits
    • Jim Fulton's avatar
      Get rid of close_server. · a014c245
      Jim Fulton authored
      a014c245
    • Jim Fulton's avatar
      - Storage servers now emit Serving and Closed events so subscribers · 6b673950
      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.
      6b673950