summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-27More user friendly: check for KMS feature earlier in roughenough-kmsHEADmasterStuart Stock
2020-09-27Simplify ctrl-c check; check only in outer server loopStuart Stock
2020-09-27Eliminate use of deprecated simple_logger methodsStuart Stock
2020-06-20cleanups: tidy server code; extract configuration display to own functionStuart Stock
2020-06-20cleanups: rustfmt, import tidyingStuart Stock
2020-06-20stats: sort status update in actual descending orderStuart Stock
2020-06-20refactor: extract health check and status update methods out of event loopStuart Stock
2020-06-20config: update module docStuart Stock
2020-06-20stats: display clients sorted by number of valid requestsStuart Stock
2020-06-20Refactor: lift return out of if blockStuart Stock
2020-03-25Fix comment typoStuart Stock
2020-03-21downgrade bytes and rusoto crates to resolve incompatibilitesStuart Stock
2020-03-21Release 1.1.8Stuart Stock
2020-03-21Switch to std::time and drop use of 'time' crateStuart Stock
2020-03-21client: output local time by default, add -z/--zulu for UTCStuart Stock
2020-03-21Remove deprecated `std::error::Error::description` callsStuart Stock
2019-11-03Replace hashbrown with std hashmapStuart Stock
2019-10-12Version 1.1.7Stuart Stock
2019-10-12Updates to the client's CLI --help textStuart Stock
2019-10-12Typo fix in help textStuart Stock
2019-10-07Print Non-Data Output to Standard ErrorZicklag
2019-10-07Add Verbose and JSON Options to ClientZicklag
2019-09-28Release 1.1.6Stuart Stock
2019-08-18minor changes to compile cleanly on Rust 1.37.0Stuart Stock
2019-08-11Address clippy lintsStuart Stock
2019-08-11Update module docs when KMS feature is disabledStuart Stock
2019-08-11Upgrade Rusoto 0.36 -> 0.40Stuart Stock
2019-06-29Remove redundant imports of EnvelopeEncryptionStuart Stock
2019-05-11Version 1.1.5Stuart Stock
2019-05-11Remove fields from fuzzer send_to_selfStuart Stock
2019-03-14Improve FileConfig's error messagesStuart Stock
2019-02-23Implement tag reordering and signature corruption pathologiesStuart Stock
2019-02-10initial version of client response manglingStuart Stock
2019-02-10Generally improved log and error messagesStuart Stock
2019-02-10update 1.1.4Stuart Stock
2019-02-09Modernize rustfmt skip attributeStuart Stock
2019-02-09Add ServerStats member to the serverStuart Stock
2019-02-09Refactor stats to distinct mod and separate implsStuart Stock
2019-02-09Add 'fault_percentage' and 'client_stats' configuration settingsStuart Stock
2019-02-01Add decryption to 'roughenough-kms'Stuart Stock
2019-01-26Add a noop implementation of stats trackingStuart Stock
2019-01-26Docs and visibility tweaksStuart Stock
2019-01-23Enhanced client stats logging outputStuart Stock
2019-01-21Initial add of simple stats collectorStuart Stock
2019-01-20Clean and refactor server's inner loopStuart Stock
2019-01-19Minor cli doc fixStuart Stock
2019-01-19Update copyright for 2019Stuart Stock
2019-01-19Rust 2018 edition migrationStuart Stock
2018-10-28Release 1.1.1 to correct missing aux data in AWS KMS decrypt pathStuart Stock
2018-10-27Update documentation references to point to masterStuart Stock