index
:
roughenough
feature-tcp-listener
master
remove_red_paint
rust_assistance
A Roughtime secure time sync client and server written in Rust
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server.rs
Age
Commit message (
Expand
)
Author
2019-08-11
Address clippy lints
Stuart Stock
2019-05-11
Remove fields from fuzzer send_to_self
Stuart Stock
2019-02-10
initial version of client response mangling
Stuart Stock
2019-02-10
Generally improved log and error messages
Stuart Stock
2019-02-09
Add ServerStats member to the server
Stuart Stock
2019-02-09
Refactor stats to distinct mod and separate impls
Stuart Stock
2019-01-23
Enhanced client stats logging output
Stuart Stock
2019-01-21
Initial add of simple stats collector
Stuart Stock
2019-01-20
Clean and refactor server's inner loop
Stuart Stock
2019-01-19
Update copyright for 2019
Stuart Stock
2019-01-19
Rust 2018 edition migration
Stuart Stock
2018-10-27
Additional documentation; rustfmt pass; extract stress test loop
Stuart Stock
2018-10-25
implement server TCP health check, #8
Stuart Stock
2018-10-22
groundwork for TCP healthcheck in #8
Stuart Stock
2018-10-21
Changes to keep Clippy happy
Stuart Stock
2018-10-21
Docstring updates and misc cleanups
Stuart Stock
2018-10-21
Add tests for envelope cypto and some enums
Stuart Stock
2018-10-17
Port seed error handling
Aaron Hill
2018-10-17
Add license headers
Aaron Hill
2018-10-17
Un-comment poll registration
Aaron Hill
2018-10-17
Run rustfmt
Aaron Hill
2018-10-17
More cleanup
Aaron Hill
2018-10-17
Add some documentation, remove more debugging statements
Aaron Hill
2018-10-17
Move more things into Server struct
Aaron Hill
2018-10-17
Remove debug print
Aaron Hill
2018-10-17
More changes to server
Aaron Hill
2018-10-17
Fixups for fuzzing
Aaron Hill
2018-10-17
Move config and public key into server
Aaron Hill
2018-10-17
Move Server to its own module
Aaron Hill