1. 07 Mar, 2018 1 commit
    • Yossi Gottlieb's avatar
      Add a per-entry custom user data field. · e5d3c84a
      Yossi Gottlieb authored
      This is useful to allow leaders to pass context between
      raft_recv_entry() and a subsequent execution of the entry (after it was
      committed) as an applylog callback.
      
      This allows an optimized use pattern when entries received locally on
      the leader can be used without going through an unnecessary
      deserialization.
      e5d3c84a
  2. 09 Jan, 2018 2 commits
  3. 08 Jan, 2018 4 commits
  4. 29 Dec, 2017 2 commits
  5. 21 Nov, 2017 13 commits
  6. 20 Nov, 2017 4 commits
  7. 22 Jun, 2017 1 commit
  8. 21 Jun, 2017 2 commits
    • Willem Thiart's avatar
      Fixes #41 · 9651a97f
      Willem Thiart authored
      Second if statement was redundant.
      9651a97f
    • Willem Thiart's avatar
      Fixes #40 · 883d0d24
      Willem Thiart authored
      raft_send_requestvote and raft_send_appendentries now return proper
      error codes.
      883d0d24
  9. 20 Jun, 2017 1 commit
    • Willem Thiart's avatar
      Fixes #37 · 3e011ae2
      Willem Thiart authored
      Avoid deleting logs because of out-of-order/quick heartbeats.
      3e011ae2
  10. 30 May, 2017 1 commit
  11. 24 May, 2017 1 commit
    • Willem Thiart's avatar
      Fixes #35 · 9bdf41b5
      Willem Thiart authored
      Avoid for loop to increase performance when tallying votes for
      committing.
      9bdf41b5
  12. 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
  13. 25 Oct, 2016 2 commits
  14. 20 Oct, 2016 1 commit
  15. 20 Sep, 2016 1 commit
  16. 10 Sep, 2016 1 commit
  17. 31 Aug, 2016 1 commit
  18. 28 Aug, 2016 1 commit