Commit History

作者 SHA1 備註 提交日期
  Jing Yang 6401d7082b Add comments to explain safe index accesses. 4 年之前
  Jing Yang a1ad9bea99 Update README.md. 4 年之前
  Jing Yang 42e6e2f83a Fix a typo in test. 4 年之前
  Jing Yang b7c3693001 Explain that commit_index is always in range [log.star(), log.end()]. 4 年之前
  Jing Yang 6fd57c9352 Add an assertion that helps explain some errors. 4 年之前
  Jing Yang 7f6e0854aa Replace the last eprintln() with check_or_reocrd. 4 年之前
  Jing Yang a28516a2a3 Rename sync_log_entry to sync_log_entries. 4 年之前
  Jing Yang 41e0f1fde0 Move the RPC deadline constant to utils.rs. 4 年之前
  Jing Yang 9d1a1e129d Reorganize install snapshot to sync_log_entry.rs. 4 年之前
  Jing Yang 14cffb8a86 Move process request vote to its own file. 4 年之前
  Jing Yang 1407ea6e02 Move process_append_entries to its own file. 4 年之前
  Jing Yang 5663d51ae7 Move sync log daemon and dependencies to its own file. 4 年之前
  Jing Yang 5ddb6b2d43 Move heartbeats to its own file. 4 年之前
  Jing Yang 83b2089b86 Move the election daemon to its own file. 4 年之前
  Jing Yang 739230a4f7 Create a constructor for RaftState. 4 年之前
  Jing Yang cdd7d251dd Minor fix: use RefCell::take(). 4 年之前
  Jing Yang fed7065248 Add tests to DaemonEnv. 4 年之前
  Jing Yang 5c106a08e9 Replace crate-private methods with public ones. 4 年之前
  Jing Yang b51946874d Add documentation to DaemonEnv and friends. 4 年之前
  Jing Yang 8c5b85088d Attempt to conver panic errors to String in addition to &str. 4 年之前
  Jing Yang b71670e2ae Use labrpc from crates.io. 4 年之前
  Jing Yang bc61f08723 Store DaemonEnv in the thread context to enable global logging. 4 年之前
  Jing Yang 63d9f1e824 Replace two more asserts with check_or_record. 4 年之前
  Jing Yang 4c11a4913d Remove the generic parameter of DaemonEnv. 4 年之前
  Jing Yang 578a607a6c Remove Component from error logging. 4 年之前
  Jing Yang d28dc76eb5 Watch thread panics and record errors. 4 年之前
  Jing Yang 66ba5eb49c Upgrade to futures 0.3.15. 4 年之前
  Jing Yang 17369a6d0d Upgrade to bindcode 1.3.3. 4 年之前
  Jing Yang 10a8c764af Upgrade to tokio 1.7. 4 年之前
  Jing Yang 09785f9fd1 Cleanup cargo dependencies. 4 年之前