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
/
bin
Age
Commit message (
Expand
)
Author
2018-10-07
checkpoint
Stuart Stock
2018-10-07
start work on envelope encryption for long-term seed
Stuart Stock
2018-10-07
Land KMS support, yay!
Stuart Stock
2018-10-07
Give client and server binaries more distinctive names
Stuart Stock
2018-10-02
Final touches and bow-tieing on configuration. Update README to reflect.
Stuart Stock
2018-09-30
Work-in-progress; still working to clean up config
Stuart Stock
2018-09-30
Separate trait objects for file- and environment-based server config
Stuart Stock
2018-09-29
Major refeactoring for better code structure
Stuart Stock
2018-03-17
Apply default rustfmt style to the project.
Stuart Stock
2018-03-12
Cleanly handle receive errors from socket
Aaron Hill
2018-03-12
Use an Arc to share response counter
Aaron Hill
2018-03-12
Remove unecessary flat_map
Aaron Hill
2018-03-12
Only sign SREP once per batch
Aaron Hill
2018-03-11
Add support for batch-signing requests
Aaron Hill
2018-03-10
Read server socket until `WouldBlock`
Stuart Stock
2018-03-10
Correct a Missed conversion to hex::encode
Stuart Stock
2018-03-10
Additional changes on top of client contribution in #1
Stuart Stock
2018-03-10
Merge pull request #1 from Aaron1011/final_client
Stuart Stock
2018-03-10
Use a consistent version constant for server and client
Stuart Stock
2018-03-10
Convert to use of hex crate (https://crates.io/crates/hex)
Stuart Stock
2018-03-10
Log bytes retured from send_to() and the nonce prefix when responding
Stuart Stock
2018-03-01
Add client implementation
Aaron Hill
2018-02-25
Initialize logger at INFO level
Stuart Stock
2018-02-24
Clippy suggested fixes/changes
Stuart Stock
2018-02-24
Use simple_logger instead of fern
Stuart Stock
2018-02-24
Convert to mio instead of manual poll() loop
Stuart Stock
2018-02-17
Update README copyright and server's reported version to 0.1.1 (to
Stuart Stock
2017-07-06
change log timestamp format; doc updates
Stuart Stock
2017-07-06
add license headers
Stuart Stock
2017-07-06
read from config; updated README
Stuart Stock
2017-07-06
rustfmt
Stuart Stock
2017-07-05
add logging and ctrl-c handler
Stuart Stock
2017-07-03
add docstrings and cleanup whitespace
Stuart Stock
2017-07-02
first version of working server
Stuart Stock
2017-07-01
add sign module; continue work on server
Stuart Stock
2017-06-22
simplistic semi-working server
Stuart Stock
2017-06-19
begin work on server
Stuart Stock