summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-24Restructure from_bytes; check length and alignment earlyStuart Stock
2018-03-24Check that value offset does not extend pass end of messageStuart Stock
2018-03-24Merge branch 'fuzz' of github.com:int08h/roughenough into fuzzStuart Stock
2018-03-24add docstring for from_bytes()Stuart Stock
2018-03-20Handle malformed message with truncated tag bytesStuart Stock
2018-03-20Validate offsets do not point beyond end of messageStuart Stock
2018-03-20Reject messages with zero tagsStuart Stock
2018-03-18Return Error on invalid offset instead of panic'ingStuart Stock
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-03-15Missed updating lib.rs version constant to 1.0.0Stuart Stock
2018-03-15Merge pull request #3 from Aaron1011/batch_finalStuart Stock
2018-03-12Cleanly handle receive errors from socketAaron Hill
2018-03-12Use an Arc to share response counterAaron Hill
2018-03-12Update docs to include clientStuart Stock
2018-03-12Fix merkle testsAaron Hill
2018-03-12Remove unecessary flat_mapAaron Hill
2018-03-12Only sign SREP once per batchAaron Hill
2018-03-11Update documentation for new batch_size optionAaron Hill
2018-03-11Add support for batch-signing requestsAaron Hill
2018-03-10version 0.3.1Stuart Stock
2018-03-10Read server socket until `WouldBlock`Stuart Stock
2018-03-10Correct a Missed conversion to hex::encodeStuart Stock
2018-03-10Additional changes on top of client contribution in #1Stuart Stock
2018-03-10Merge pull request #1 from Aaron1011/final_clientStuart Stock
2018-03-10Use a consistent version constant for server and clientStuart Stock
2018-03-10Convert to use of hex crate (https://crates.io/crates/hex)Stuart Stock
2018-03-10Log bytes retured from send_to() and the nonce prefix when respondingStuart Stock
2018-03-01Add client implementationAaron Hill
2018-02-25Initialize logger at INFO levelStuart Stock
2018-02-24Clippy suggested fixes/changesStuart Stock
2018-02-24Finally get Tag string byte literals correctStuart Stock
2018-02-24Use simple_logger instead of fernStuart Stock
2018-02-24Convert to mio instead of manual poll() loopStuart Stock
2018-02-17Update README copyright and server's reported version to 0.1.1 (toStuart Stock
2018-02-17Add benchmarks for message and response creationStuart Stock
2017-12-30Improve crate-level docsStuart Stock
2017-10-14Rust 1.21 lands RFC 1414 enabling clean-up of warts in tag.rs; misc README an...Stuart Stock
2017-07-06change log timestamp format; doc updatesStuart Stock
2017-07-06add top-level doc ref for serverStuart Stock
2017-07-06add license headersStuart Stock
2017-07-06read from config; updated READMEStuart Stock
2017-07-06rustfmtStuart Stock
2017-07-05add logging and ctrl-c handlerStuart Stock
2017-07-03add docstrings and cleanup whitespaceStuart Stock
2017-07-02cleanupStuart Stock
2017-07-02first version of working serverStuart Stock
2017-07-01add sign module; continue work on serverStuart Stock
2017-06-22simplistic semi-working serverStuart Stock
2017-06-19begin work on serverStuart Stock
2017-06-17restructuring as a proper crateStuart Stock