Historique des commits

Auteur SHA1 Message Date
  Jing Yang 97146550d1 Reset the connection only when all previous commands succeeded. il y a 5 ans
  Jing Yang 4fc9becbe4 Upgrade to tokio 3.0. il y a 5 ans
  Jing Yang f5029e1d48 Make sure RPCs are cancelled when server is killed. il y a 5 ans
  Jing Yang 788784f131 Rust fmt. il y a 5 ans
  Jing Yang 2dab9de729 Migrate to parking_lot::Mutex. il y a 5 ans
  Jing Yang 0178d218b7 Accepts string references, instead of &&str il y a 5 ans
  Jing Yang 96f6b2da46 Require client to be cloned before sending RPCs. il y a 5 ans
  Jing Yang 160ec79e3c Add a couple of comments. il y a 5 ans
  Jing Yang a305f0a292 Take over the server in public interface. il y a 5 ans
  Jing Yang a2a8af4968 Better public interface. il y a 5 ans
  Jing Yang 39f00e7083 Clippy and rustfmt. il y a 5 ans
  Jing Yang f68d525817 Add a concurrency test. il y a 5 ans
  Jing Yang 14127b87a1 Run rustfmt. il y a 5 ans
  Jing Yang 67361258a7 Use pre-defined const in tests. il y a 5 ans
  Jing Yang 0ac5da72bf Add a new API get_rpc_count() for each server. il y a 5 ans
  Jing Yang b49e4079e0 Add a catch-all test to network. il y a 5 ans
  Jing Yang 23896f0734 Change is_running() to stopped(). il y a 5 ans
  Jing Yang c77c3d4251 Switch an error code on the network. il y a 5 ans
  Jing Yang c98e6eec9f Refactor tests and junk server. il y a 5 ans
  Jing Yang f10923547c Add more tests to verify network handles errors. il y a 5 ans
  Jing Yang 4380dd4a0b Add a network test for proxying server errors. il y a 5 ans
  Jing Yang 6fb35f208b Add a test that verifies the network actually proxies RPCs. il y a 5 ans
  Jing Yang 2b8bc5d772 Cosmetic changes: import, rustfmt and messages. il y a 5 ans
  Jing Yang 282c4dc6e5 Move network to use tokio timer and threadpool. il y a 5 ans
  Jing Yang d3f711ac66 Add is_running and shutdown test to network. il y a 5 ans
  Jing Yang 0a55d405e3 Minor refactor on network.rs. il y a 5 ans
  Jing Yang 2a4522ae9a Allow enabling and disabling a client. il y a 5 ans
  Jing Yang 911a92da00 Allow adding and removing a server. il y a 5 ans
  Jing Yang db6704cc15 Rustfmt. il y a 5 ans
  Jing Yang 3bbc50d620 Implement random delay and random drop. il y a 5 ans