1. 27 1月, 2019 1 次提交
  2. 23 1月, 2019 1 次提交
  3. 22 1月, 2019 6 次提交
  4. 21 1月, 2019 1 次提交
  5. 18 12月, 2018 1 次提交
  6. 23 11月, 2018 1 次提交
  7. 30 10月, 2018 1 次提交
  8. 28 9月, 2018 1 次提交
  9. 07 8月, 2018 1 次提交
  10. 19 7月, 2018 1 次提交
  11. 04 11月, 2017 1 次提交
  12. 06 5月, 2017 1 次提交
  13. 22 11月, 2016 2 次提交
  14. 23 9月, 2016 1 次提交
  15. 14 9月, 2016 1 次提交
  16. 17 5月, 2016 2 次提交
  17. 16 5月, 2016 2 次提交
    • S
      After adding the ServiceReplica.shutdown() and ServiceReplica.restart()... · 5d919e76
      snakejerusalem 提交于
      After adding the ServiceReplica.shutdown() and ServiceReplica.restart() methods, I used them to fix a bug related with the reconfiguration protocol. The bug happened when a replica was removed from the group and them re-added to it, and it would prevent the replica from correctly resuming execution. 
      
      The main idea is to "clean" the replica after it is removed from the group using the aforementioned commands, and when it is re-added, it is a tabula rasa.
      5d919e76
    • S
      Implemented the ServiceReplica.shutdown() method, which stops the service... · dc2a8ffd
      snakejerusalem 提交于
      Implemented the ServiceReplica.shutdown() method, which stops the service execution at a replica. It will shutdown all threads, stop the requests' timer, drop all enqueued requests, thus letting the ServiceReplica object be garbage-collected.
      dc2a8ffd
  18. 24 12月, 2015 2 次提交
  19. 23 12月, 2015 3 次提交
  20. 22 12月, 2015 1 次提交
  21. 17 12月, 2015 2 次提交
    • S
      Do not panic! I only performed refractores on all variables/methods whose... · 3e9af96f
      snakejerusalem 提交于
      Do not panic! I only performed refractores on all variables/methods whose names contained the sequence 'eid'. This sequence of letters (which meant 'execution ID') are now replaced by 'cid' (which means 'consensus ID').
      
      I performed this refractor to make the rest of the code match the renaming of class 'Execution' into 'Consensus'. There were a lot of them across the entire code, hence why so many classes where affected.
      3e9af96f
    • J
      Undid changes from commit d6e3a383 · 9da97786
      joao 提交于
      9da97786
  22. 16 12月, 2015 1 次提交
  23. 12 12月, 2015 2 次提交
  24. 10 12月, 2015 2 次提交
  25. 28 11月, 2015 1 次提交
    • J
      Do not panic! I only added a new parameter to the MessageContext constructor,... · a41afca4
      Joao Sousa 提交于
      Do not panic! I only added a new parameter to the MessageContext constructor, to know either or not operations are NoOp (the reason why these operations may happen is explained in commits from January and code comments). Recoverables now also check this parameter to know if they should deliver the operation(s) to the application.
      a41afca4
  26. 27 11月, 2015 1 次提交