1. 22 Jun, 2023 1 commit
  2. 23 Aug, 2022 1 commit
    • Ozan Tezcan's avatar
      Add raft_persist_metadata callback (#118) · 87c205e0
      Ozan Tezcan authored
      Combine raft_persist_vote_f and raft_persist_term_f into 
      a single callback: raft_persist_metadata_f.
      
      Users should persist vote and term into a single metadata file.
      
      After a restart, application should call raft_restore_metadata() 
      to restore vote and term
      87c205e0
  3. 19 Jun, 2022 1 commit
  4. 26 Apr, 2022 1 commit
  5. 01 Aug, 2021 1 commit
  6. 20 Jun, 2018 1 commit
  7. 24 May, 2018 1 commit
  8. 21 Nov, 2017 1 commit
  9. 09 May, 2017 1 commit
    • Willem Thiart's avatar
      Change: code now assumes callbacks are provided · c3443aac
      Willem Thiart authored
      Beforehand there were if statements to check if callbacks were provided
      by the user. This was only useful for making the test suites shorter.
      These if statements have been removed so that the core code is more
      concise.
      c3443aac
  10. 19 Dec, 2015 1 commit
  11. 31 Aug, 2015 1 commit
  12. 14 Aug, 2015 1 commit
  13. 28 Jul, 2015 1 commit
  14. 27 Jul, 2015 1 commit
  15. 26 Jul, 2015 1 commit
  16. 02 Feb, 2015 3 commits
  17. 14 Feb, 2014 1 commit
  18. 16 Jan, 2014 1 commit
  19. 13 Jan, 2014 3 commits
  20. 23 Dec, 2013 1 commit