커밋 기록

작성자 SHA1 메시지 날짜
  Jing Yang f04af3b01e Create project durio and a basic KV web server. 4 년 전
  Jing Yang 302bfd37ec Minor fixes on dependencies in Cargo.toml. 4 년 전
  Jing Yang 21a5b8153f Remove labrpc as a dependency of the ruaft main crate. 4 년 전
  Jing Yang 4a0c62887c Move rpcs.rs to a separate sub-crate. 4 년 전
  Jing Yang ba5494ad08 Create an abstract layer on top of RPC interfaces for remote peers. 4 년 전
  Jing Yang 96fd5067e7 Attach test name to test log file name. 4 년 전
  Jing Yang 10e45a5224 Create one log file for each test. 4 년 전
  Jing Yang b9f664703b Add basic logging to ruaft and especially tests. 4 년 전
  Jing Yang 4263354adc Complete Cargo metadata and updates to README. 4 년 전
  Jing Yang b71670e2ae Use labrpc from crates.io. 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 a5806e1874 Implment linearizability module. 4 년 전
  Jing Yang 8905dfb7c1 Add a minimal test that uses kvraft and some refactor. 4 년 전
  Jing Yang a0be30f158 Move kvraft to its own sub crate. 4 년 전
  Jing Yang 8722b7afa7 Upgrade to parking_lot 0.11.1 5 년 전
  Jing Yang 00297bde0a Upgrade to rand 0.8 5 년 전
  Jing Yang c3c6161ac7 Upgrade to bytes 1.0 5 년 전
  Jing Yang 297368a2b5 Upgrade to tokio 1.0 5 년 전
  Jing Yang 6464033923 Upgrade features crate and use the smaller crates. 5 년 전
  Jing Yang fb2285aa53 Update dependency crossbeam-utils to the newest version. 5 년 전
  Jing Yang 1ba448e33f Remove DropGuard and use scopeguard. 5 년 전
  Jing Yang f374ec7dce Add license file, update toml. 5 년 전
  Jing Yang 2a69e5f5d2 Upgrade to tokio 0.3 5 년 전
  Jing Yang fa74454870 Implement persister. 5 년 전
  Jing Yang d637710470 Check one leader fails at initial election test. 5 년 전
  Jing Yang 22fc247173 Use WaitGroup instead of Barrier to implement shutdown. 5 년 전
  Jing Yang 7ad4bd0a21 Implement run election. 5 년 전
  Jing Yang edfdc2ff65 Add election timer. 5 년 전