Historial de Commits

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