Historique des commits

Auteur SHA1 Message Date
  Jing Yang e3ea70c318 Move `last_applied` to the apply_command daemon. il y a 3 ans
  Jing Yang 5fe90f62fe Refactor: move DaemonWatch out of DaemonEnv. il y a 3 ans
  Jing Yang 89d892c17c Address clippy warnings. il y a 3 ans
  Jing Yang 6d22246e50 Merge stop_wait_group into daemon env. il y a 3 ans
  Jing Yang f230c518c0 Merge daemon_env guard into daemons. il y a 3 ans
  Jing Yang 56e5b19355 Name each daemon thread at creation. il y a 3 ans
  Jing Yang baf22fec60 Use `IndexTerm` in public API. il y a 3 ans
  Jing Yang 75d4e75262 Optimize imports in source files. il y a 3 ans
  Jing Yang 01fab3f446 Create the verify authority daemon to support readonly requests. il y a 3 ans
  Jing Yang e302373755 Ignore dead_code warnings for log-only structs. il y a 4 ans
  Jing Yang c4efe23ca1 No logger setup in unit tests. il y a 4 ans
  Jing Yang 10e45a5224 Create one log file for each test. il y a 4 ans
  Jing Yang 3f0c957798 Validate log content at creation time. il y a 4 ans
  Jing Yang 5e75abc074 Give each daemon a name. il y a 4 ans
  Jing Yang d64d11ac80 Add one more error check to rule out log array index of out bound. il y a 4 ans
  Jing Yang 94f08fdc5f Add two more checks looking for log index out of bounds. il y a 4 ans
  Jing Yang 76a4387012 Update documents in DaemonEnv. il y a 4 ans
  Jing Yang 42e6e2f83a Fix a typo in test. il y a 4 ans
  Jing Yang b7c3693001 Explain that commit_index is always in range [log.star(), log.end()]. il y a 4 ans
  Jing Yang 7f6e0854aa Replace the last eprintln() with check_or_reocrd. il y a 4 ans
  Jing Yang 739230a4f7 Create a constructor for RaftState. il y a 4 ans
  Jing Yang cdd7d251dd Minor fix: use RefCell::take(). il y a 4 ans
  Jing Yang fed7065248 Add tests to DaemonEnv. il y a 4 ans
  Jing Yang 5c106a08e9 Replace crate-private methods with public ones. il y a 4 ans
  Jing Yang b51946874d Add documentation to DaemonEnv and friends. il y a 4 ans
  Jing Yang 8c5b85088d Attempt to conver panic errors to String in addition to &str. il y a 4 ans
  Jing Yang bc61f08723 Store DaemonEnv in the thread context to enable global logging. il y a 4 ans
  Jing Yang 63d9f1e824 Replace two more asserts with check_or_record. il y a 4 ans
  Jing Yang 4c11a4913d Remove the generic parameter of DaemonEnv. il y a 4 ans
  Jing Yang 578a607a6c Remove Component from error logging. il y a 4 ans