1. Nov 17, 2017
  2. Nov 16, 2017
    • Svyatoslav Nikolsky's avatar
      SecretStore: servers set change session api (#6925) · e16f6fb9
      Svyatoslav Nikolsky authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * SecretStore: first key versions flush
      
      * SecretStore: key versions in encryption session
      
      * SecretStore: flush key versions negotiation session
      
      * SecretStore: connected key version negotiation session to cluster
      
      * SecretStore: cluster sessions container refactoring
      
      * SecretStore: flush
      
      * SecretStore: flush key versions
      
      * SecretStore: flush
      
      * SecretStore: delegation proto
      
      * SecretStore: decryption_session_is_delegated_when_node_does_not_have_key_share
      
      * SecretStore: fixed version in decryption session
      
      * SecretStore: signing_session_is_delegated_when_node_does_not_have_key_share
      
      * SecretStore: started restoring admin sessions
      
      * SecretStore: restoring admin sessions
      
      * SecretStore: removed obsolete ShareRemove && ShareMove sessions
      
      * SecretStore: ShareAdd math tests only require old_t+1 nodes
      
      * SecretStore: ShareAdd revamp using new math backend
      
      * SecretStore: do not include isolated nodes into consensus_group
      
      * SecretStore: ServersSetChange + ShareAdd revamp
      
      * removed debug printlns
      
      * SecretStore: key version negotiation tests
      
      * SecretStore: removed debug/merge artifacts
      
      * SecretStore: fixed master node selection
      
      * SecretStore: cleanup + tests + fixes
      
      * SecretStore: uncommented tests
      
      * SecretStore: cleaning up
      
      * SecretStore: cleaning up + tests
      
      * SecretStore: cleaning up
      
      * SecretStore: cleaning up && tests
      
      * SecretStore: fixing TODOs
      
      * SecretStore: fixing TODOs + cleanup
      
      * SecretStore: fixing TODOs
      
      * SecretStore: nodes_add_to_the_node_with_obsolete_version
      
      * SecretStore: nodes_add_fails_when_not_enough_share_owners_are_connected
      
      * SecretStore: tests
      
      * SecretStore: signing && delegation tests
      
      * SecretStore: signing && decryption tests when some nodes are isolated
      
      * SecretStore: sessions_are_removed_when_initialization_fails
      
      * SecretStore: ceaning up
      
      * SecretStore: removed obsolete comments
      
      * SecretStore: signing_session_completes_if_node_does_not_have_a_share
      
      * SecretStore: initial ServersSetChange API
      
      * SecretStore: added secretstore_signServersSet RPC
      
      * SecretStore: ChangeServersSet parse tests
      
      * SecretStore: fixes after manual ServersSetChange tests
      
      * lost file
      
      * fixed network ports overlap in tests
      
      * lost files
      e16f6fb9
  3. Nov 15, 2017
  4. Nov 14, 2017
  5. Nov 13, 2017
  6. Nov 12, 2017
  7. Nov 10, 2017
  8. Nov 08, 2017
  9. Nov 06, 2017
  10. Nov 02, 2017
  11. Oct 30, 2017
  12. Oct 26, 2017
  13. Oct 25, 2017
  14. Oct 24, 2017
  15. Oct 23, 2017
  16. Oct 20, 2017
  17. Oct 19, 2017
  18. Oct 18, 2017
  19. Oct 17, 2017
    • GitLab Build Bot's avatar
      62fa1ed5
    • Tomasz Drwięga's avatar
      Support both versions. · 304b0674
      Tomasz Drwięga authored
      304b0674
    • Arkadiy Paronyan's avatar
      Bumped version (#6809) · a2fe7def
      Arkadiy Paronyan authored
      a2fe7def
    • Tomasz Drwięga's avatar
      Integrate old UI. · 0f8fb625
      Tomasz Drwięga authored
      0f8fb625
    • Kirill Pimenov's avatar
      Migrate to Futures in SigningQueue (#6689) · 86c26332
      Kirill Pimenov authored
      * oneshot channels instead of custom promises
      
      * Future instead of handle_dispatch
      
      * Even less copying
      
      * Those explicit waits were a mistake, thanks, @tomusdrw
      
      * No more unsafe polling
      
      * Test for the new `is_done()` method
      
      * Mark Futures as `#[must_use]`
      
      * Solve most compilation warnings
      
      * `try_ready!` is more ideomatic
      
      * Turn spaces into tabs
      
      * Documentation and visibility improvements
      
      * Minor code style improvements
      
      * Make Futures run on an explisit reactor
      
      * Another round of code style issues
      
      * Simplify ConfirmationReceiver type
      
      * Flatten ConfirmationOutcome into a plain Result type
      
      * Get rid of a separate `pending` set, it was a stupid idea
      
      * Clarify `add_request` docs
      
      * No need to reduce the scope of the mutex here
      86c26332