Commit History

作者 SHA1 備註 提交日期
  Jing Yang 19e016ecea Add rustdoc. 5 年之前
  Jing Yang 2827664b94 Rename start_offset() to start(), len() to end(). 5 年之前
  Jing Yang fc3310100c Add comprehensive tests to log array. 5 年之前
  Jing Yang d4eb249314 Remove a rare import. 5 年之前
  Jing Yang 7f1702f9d4 Rename add() to add_command(). 5 年之前
  Jing Yang b8e2904c31 Migrate log array to generics. 5 年之前
  Jing Yang 4d80a496f2 Shift log vector and avoid allocation. 5 年之前
  Jing Yang f96c82b539 Refactor: log vector to LogArray. 5 年之前
  Jing Yang 552106e1c2 Minor fixes: space, deserialization requirement, &Arc<>. 5 年之前
  Jing Yang bff43d8c12 Remove Sync from Command type requirement. 5 年之前
  Jing Yang 2cf4d68306 Use generic types to allow different types of Command. 5 年之前
  Jing Yang b248deadbf Move RaftState to a separate file. 5 年之前
  Jing Yang 72b75ac7be Minor fix in tests. 5 年之前
  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 fc4e79ab45 Remove an API misuse. 5 年之前
  Jing Yang f63dfdfc7f Optimize syn log entries 5 年之前
  Jing Yang 6464033923 Upgrade features crate and use the smaller crates. 5 年之前
  Jing Yang 2a9d852196 Use unstable sort as suggested by clippy. 5 年之前
  Jing Yang 6900c5232b Minor refactor of function arguments. 5 年之前
  Jing Yang 672f6bd38d Fix a deadlock at test shutdown. 5 年之前
  Jing Yang 6beaaaa113 Adjust the step of backing up. 5 年之前
  Jing Yang fb2285aa53 Update dependency crossbeam-utils to the newest version. 5 年之前
  Jing Yang 2a3d79a1c3 Update a few comments so that they are more relevant. 5 年之前
  Jing Yang bf6a060919 Fix a panic in select_all(). 5 年之前
  Jing Yang 8219351836 Run clippy. 5 年之前
  Jing Yang dbfda93592 Use the new RpcHandler. 5 年之前
  Jing Yang 1ba448e33f Remove DropGuard and use scopeguard. 5 年之前