summaryrefslogtreecommitdiff
path: root/src/bin/server.rs
AgeCommit message (Expand)Author
2018-10-07Give client and server binaries more distinctive namesStuart Stock
2018-10-02Final touches and bow-tieing on configuration. Update README to reflect.Stuart Stock
2018-09-30Work-in-progress; still working to clean up configStuart Stock
2018-09-30Separate trait objects for file- and environment-based server configStuart Stock
2018-09-29Major refeactoring for better code structureStuart Stock
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-03-12Cleanly handle receive errors from socketAaron Hill
2018-03-12Use an Arc to share response counterAaron Hill
2018-03-12Remove unecessary flat_mapAaron Hill
2018-03-12Only sign SREP once per batchAaron Hill
2018-03-11Add support for batch-signing requestsAaron Hill
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-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-02-25Initialize logger at INFO levelStuart Stock
2018-02-24Clippy suggested fixes/changesStuart 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
2017-07-06change log timestamp format; doc updatesStuart 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-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