Historial de Commits

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