- 22 Jun, 2023 1 commit
-
-
Ozan Tezcan authored
-
- 23 Aug, 2022 1 commit
-
-
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
-
- 19 Jun, 2022 1 commit
-
-
Ozan Tezcan authored
Throttle operations if it takes longer than request timeout
-
- 26 Apr, 2022 1 commit
-
-
Ozan Tezcan authored
Add raft_config() function for configuration
-
- 01 Aug, 2021 1 commit
-
-
Ozan Tezcan authored
added initial cmake support, fixed coverage usage
-
- 20 Jun, 2018 1 commit
-
-
Yossi Gottlieb authored
-
- 24 May, 2018 1 commit
-
-
Yossi Gottlieb authored
-
- 21 Nov, 2017 1 commit
-
-
Li Wei authored
Remind users' persist_term implementations to persist currentTerm and nil votedFor atomically. Signed-off-by:
Li Wei <wei.g.li@intel.com>
-
- 09 May, 2017 1 commit
-
-
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.
-
- 19 Dec, 2015 1 commit
-
-
Willem Thiart authored
-
- 31 Aug, 2015 1 commit
-
-
Willem Thiart authored
-
- 14 Aug, 2015 1 commit
-
-
Willem Thiart authored
-
- 28 Jul, 2015 1 commit
-
-
Willem Thiart authored
-
- 27 Jul, 2015 1 commit
-
-
Willem Thiart authored
-
- 26 Jul, 2015 1 commit
-
-
Willem Thiart authored
-
- 02 Feb, 2015 3 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
- 14 Feb, 2014 1 commit
-
-
willem authored
-
- 16 Jan, 2014 1 commit
-
-
willem authored
-
- 13 Jan, 2014 3 commits
- 23 Dec, 2013 1 commit
-
-
willem authored
-