1. 26 Aug, 2010 2 commits
  2. 24 Aug, 2010 4 commits
  3. 23 Aug, 2010 6 commits
  4. 20 Aug, 2010 1 commit
    • Vincent Pelletier's avatar
      Don't call onConnectionClosed here. · dcb4ed9a
      Vincent Pelletier authored
      onConnectionClosed is already called inside Connection.close() when peer
      is identified (via setOnClose). Calling it here would trigger an exception
      as it verifies that _connection is set before un-setting it.
      As a replacement, verify that _connection is not set when
      Connection.close() returns (so onConnectionClosed was actually called).
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2212 71dcc9de-d417-0410-9af5-da40c76e7ee4
      dcb4ed9a
  5. 19 Aug, 2010 10 commits
  6. 04 Aug, 2010 10 commits
  7. 12 Jul, 2010 6 commits
  8. 21 Jun, 2010 1 commit
    • Grégory Wisniewski's avatar
      Fix global storage states. · 829de28d
      Grégory Wisniewski authored
      - A storage is not operational while connecting to the primary master
      - A storage is not ready until connected to a primary master, with an
      operational partition table and fully initialized. The 'ready' attribute
      must be initialized to False when PrimaryFailure or OperationFailure
      exceptions are reaised to prevent acceptation of incoming clients (see
      storage/handlers/identification.py that check app.ready value)
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2185 71dcc9de-d417-0410-9af5-da40c76e7ee4
      829de28d