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
/
message.rs
Age
Commit message (
Expand
)
Author
2019-08-18
minor changes to compile cleanly on Rust 1.37.0
Stuart Stock
2019-02-10
initial version of client response mangling
Stuart Stock
2019-01-19
Update copyright for 2019
Stuart Stock
2019-01-19
Rust 2018 edition migration
Stuart Stock
2018-10-21
Changes to keep Clippy happy
Stuart Stock
2018-09-29
Major refeactoring for better code structure
Stuart Stock
2018-03-28
limit message tag count to 1024
Stuart Stock
2018-03-24
Fix incorrect range check in multi_tag_message()
Stuart Stock
2018-03-24
Additional documentation
Stuart Stock
2018-03-24
Check single tag message length
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-24
Merge branch 'fuzz' of github.com:int08h/roughenough into fuzz
Stuart Stock
2018-03-24
add docstring for from_bytes()
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
2018-02-24
Clippy suggested fixes/changes
Stuart Stock
2018-02-17
Add benchmarks for message and response creation
Stuart Stock
2017-07-06
add license headers
Stuart Stock
2017-07-02
first version of working server
Stuart Stock
2017-06-22
simplistic semi-working server
Stuart Stock
2017-06-19
begin work on server
Stuart Stock
2017-06-17
restructuring as a proper crate
Stuart Stock