Jing Yang 0bf0fcc0dd Add the prevote state and check it after prevote is done. il y a 3 ans
..
utils 16c2187ab3 Implement the prevote phase on both client and server side. il y a 3 ans
apply_command.rs 496ad0d7d7 Move apply_command.rs to using the standalone daemon_watch. il y a 3 ans
beat_ticker.rs 9bf4309269 Use a known-width integer for beats. il y a 3 ans
daemon_env.rs 5fe90f62fe Refactor: move DaemonWatch out of DaemonEnv. il y a 3 ans
daemon_watch.rs 4161b3f24d Remove the clone requirement of daemon_env. il y a 3 ans
election.rs 0bf0fcc0dd Add the prevote state and check it after prevote is done. il y a 3 ans
heartbeats.rs 7329e47622 Add rpc_client and beat_ticker to the context. il y a 3 ans
index_term.rs baf22fec60 Use `IndexTerm` in public API. il y a 3 ans
lib.rs 7329e47622 Add rpc_client and beat_ticker to the context. il y a 3 ans
log_array.rs baf22fec60 Use `IndexTerm` in public API. il y a 3 ans
messages.rs 16c2187ab3 Implement the prevote phase on both client and server side. il y a 3 ans
peer_progress.rs 8c80a8b26c Merge Opening into PeerProgress. il y a 3 ans
persister.rs 611629f6fc Import a different Serialize. il y a 4 ans
process_append_entries.rs baf22fec60 Use `IndexTerm` in public API. il y a 3 ans
process_install_snapshot.rs e3f2148ecb Remove the "Default" requirement on command. il y a 3 ans
process_request_vote.rs 16c2187ab3 Implement the prevote phase on both client and server side. il y a 3 ans
raft.rs 10ac3235eb Make run_election_timer() a simple function. il y a 3 ans
raft_state.rs 0bf0fcc0dd Add the prevote state and check it after prevote is done. il y a 3 ans
remote_context.rs 94f4ab4da2 Clear context after detach. il y a 3 ans
remote_peer.rs 7329e47622 Add rpc_client and beat_ticker to the context. il y a 3 ans
remote_raft.rs ba5494ad08 Create an abstract layer on top of RPC interfaces for remote peers. il y a 4 ans
replicable_command.rs 7d8b309287 Explicitly list the requirement for commands. il y a 3 ans
snapshot.rs 24715e57e3 Move snapshot.rs to using the new standalone daemon_watch. il y a 3 ans
sync_log_entries.rs 7329e47622 Add rpc_client and beat_ticker to the context. il y a 3 ans
term_marker.rs ff45298c67 Replace term marker with a static remote context. il y a 3 ans
verify_authority.rs 7329e47622 Add rpc_client and beat_ticker to the context. il y a 3 ans