Историја ревизија

Аутор SHA1 Порука Датум
  Jing Yang 7a42274118 Trigger snapshot when a command is applied. пре 5 година
  Jing Yang 165b273fec Add arguments for snapshot taking. пре 5 година
  Jing Yang 6ce8d929e8 Integrate snapshot daemon into the main lib. пре 5 година
  Jing Yang 6e2b80dc96 Implement the blocking mechanism using parker. пре 5 година
  Jing Yang 32eeb627cf Implement a blocking mechanism for snapshots. пре 5 година
  Jing Yang 8e36805176 Add snapshot functions to persister. пре 5 година
  Jing Yang 951032231d Half implemented snapshot. пре 5 година
  Jing Yang afe8fa2033 Implement the logic to send install_snapshot RPCs. пре 5 година
  Jing Yang c9a4364ae7 Add send_install_snapshot and RPC wrappers. пре 5 година
  Jing Yang e1f0e697e7 Add process_install_snapshot and build_install_snapshot functions. пре 5 година
  Jing Yang 885a4c791d Use a vector of bytes to store snapshot. пре 5 година
  Jing Yang de65b33c12 Add an IndexTerm struct for LogArray. пре 5 година
  Jing Yang 543b2d2f0e Update one `log.end() - 1` call to use `log.last_index_term()`. пре 5 година
  Jing Yang 6ae7f4eab1 Change snapshot to return the index and term as well. пре 5 година
  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 година