Historique des commits

Auteur SHA1 Message Date
  Jing Yang 9d5b4fd65b A clever trick to make Raft sync. il y a 4 ans
  Jing Yang ba5494ad08 Create an abstract layer on top of RPC interfaces for remote peers. il y a 4 ans
  Jing Yang 85d5da0864 Add daemon starting and exiting log. il y a 4 ans
  Jing Yang 5e75abc074 Give each daemon a name. il y a 4 ans
  Jing Yang d64d11ac80 Add one more error check to rule out log array index of out bound. il y a 4 ans
  Jing Yang fc98b98203 Remove the index method of log array. il y a 4 ans
  Jing Yang 94f08fdc5f Add two more checks looking for log index out of bounds. il y a 4 ans
  Jing Yang 89238d8801 Create a term marker that uses RPC responses to update term: #7. il y a 4 ans
  Jing Yang def639e9be Add public documentation for the sync log entries daemon. il y a 4 ans
  Jing Yang 6401d7082b Add comments to explain safe index accesses. il y a 4 ans
  Jing Yang b7c3693001 Explain that commit_index is always in range [log.star(), log.end()]. il y a 4 ans
  Jing Yang 7f6e0854aa Replace the last eprintln() with check_or_reocrd. il y a 4 ans
  Jing Yang a28516a2a3 Rename sync_log_entry to sync_log_entries. il y a 4 ans