Historial de Commits

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