1. 08 Oct, 2018 1 commit
  2. 04 Oct, 2018 1 commit
  3. 27 Sep, 2018 2 commits
  4. 02 Sep, 2018 1 commit
  5. 16 Aug, 2018 1 commit
  6. 15 Aug, 2018 5 commits
  7. 14 Aug, 2018 5 commits
  8. 07 Aug, 2018 3 commits
  9. 30 Jul, 2018 3 commits
    • Yossi Gottlieb's avatar
      Add raft_cancel_snapshot(). · 074091c1
      Yossi Gottlieb authored
      This cancels the snapshot operation and reverts back to the state we
      were in before raft_begin_snapshot().
      
      It is useful for cases where the snapshot operation fails.  It is the
      caller's responsibility to make sure the FSM state remains intact of
      course.
      074091c1
    • Yossi Gottlieb's avatar
      Add raft_cancel_snapshot(). · 3badd2a0
      Yossi Gottlieb authored
      This cancels the snapshot operation and reverts back to the state we
      were in before raft_begin_snapshot().
      
      It is useful for cases where the snapshot operation fails.  It is the
      caller's responsibility to make sure the FSM state remains intact of
      course.
      3badd2a0
    • Yossi Gottlieb's avatar
      Make clean did not remove object files. · 546df393
      Yossi Gottlieb authored
      546df393
  10. 22 Jul, 2018 2 commits
  11. 12 Jul, 2018 4 commits
  12. 11 Jul, 2018 1 commit
  13. 10 Jul, 2018 1 commit
    • Yossi Gottlieb's avatar
      Add raft_pop_entry(). · 876f8d7c
      Yossi Gottlieb authored
      This is required to allow append-only persistent log formats, where
      raft_append_entry() is called but may be reverted later on.
      876f8d7c
  14. 20 Jun, 2018 3 commits
  15. 13 Jun, 2018 2 commits
  16. 11 Jun, 2018 5 commits