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
/
error.rs
Age
Commit message (
Expand
)
Author
2019-01-19
Update copyright for 2019
Stuart Stock
2019-01-19
Rust 2018 edition migration
Stuart Stock
2018-10-12
Refactor to kms module; add documentation
Stuart Stock
2018-10-11
rustfmt
Stuart Stock
2018-10-11
another wip checkpoint; server integration
Stuart Stock
2018-10-02
Final touches and bow-tieing on configuration. Update README to reflect.
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-24
Restructure from_bytes; check length and alignment early
Stuart Stock
2018-03-24
Check that value offset does not extend pass end of message
Stuart Stock
2018-03-20
Handle malformed message with truncated tag bytes
Stuart Stock
2018-03-20
Validate offsets do not point beyond end of message
Stuart Stock
2018-03-20
Reject messages with zero tags
Stuart Stock
2018-03-18
Return Error on invalid offset instead of panic'ing
Stuart Stock
2018-03-17
Apply default rustfmt style to the project.
Stuart Stock
2018-03-01
Add client implementation
Aaron Hill
2017-07-06
add license headers
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-19
begin work on server
Stuart Stock
2017-06-17
restructuring as a proper crate
Stuart Stock