summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-07Print Non-Data Output to Standard ErrorZicklag
This allows you to redirect standard out to a file or a pipe without including the verbose debugging/help messages.
2019-10-07Add Verbose and JSON Options to ClientZicklag
2019-09-28Release 1.1.6Stuart Stock
2019-09-28Update dockerfile to Rust 1.38Stuart Stock
2019-08-18Update Dockerfile to Rust 1.37Stuart Stock
2019-08-18minor changes to compile cleanly on Rust 1.37.0Stuart Stock
2019-08-11Add consolidated (pending) changes to changelogStuart Stock
2019-08-11Update Dockerfile to Rust 1.36Stuart Stock
2019-08-11Address clippy lintsStuart Stock
* More consistent use of `dyn` * Add default implementations * Misc clippy changes
2019-08-11Update google-cloudkms 1.0.8 -> 1.0.10Stuart Stock
2019-08-11Update module docs when KMS feature is disabledStuart Stock
2019-08-11Upgrade Rusoto 0.36 -> 0.40Stuart Stock
2019-06-29Update Dockerfile to rust 1.35 and roughenough 1.1.5Stuart 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-05-10Update README with additional badgesStuart Stock
2019-05-10Update docker rust version to 1.34.1Stuart Stock
2019-03-14Adds a Dockerfile to build and run a roughenough server in a containerStuart Stock
2019-03-14Improve FileConfig's error messagesStuart Stock
2019-03-09Update readme now that fault injection is supportedStuart Stock
2019-02-23Merge pull request #17 from int08h/1.1.4Stuart Stock
1.1.4
2019-02-23Update README and changelog for 1.1.4Stuart 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-09Merge branch 'master' into 1.1.4Stuart Stock
2019-02-09Refactor stats to distinct mod and separate implsStuart Stock
2019-02-09Add 'fault_percentage' and 'client_stats' configuration settingsStuart Stock
'client_stats' controls granularity of client request/response tracking. `fault_percentage` is in anticipation of adding deliberate response corruption Roughtime ecosystem feature.
2019-02-08Add Muncan90 as a contributorStuart Stock
2019-02-08Merge pull request #16 from Muncan90/patch-1Stuart Stock
Fix spelling
2019-02-05Fix spellingMuncan90
Minor spelling correction
2019-02-01Merge pull request #15 from int08h/1.1.3Stuart Stock
Add decryption to 'roughenough-kms'
2019-02-01Add decryption to 'roughenough-kms'Stuart Stock
2019-01-26Merge pull request #14 from int08h/1.1.2Stuart Stock
Land 1.1.2
2019-01-26update changelog for 1.1.2Stuart Stock
2019-01-26Add a noop implementation of stats trackingStuart Stock
2019-01-26Docs and visibility tweaksStuart Stock
2019-01-23Update CHANGELOG for 1.1.2Stuart Stock
2019-01-23Enhanced client stats logging outputStuart Stock
2019-01-21Update CHANGELOG to reflect work-in-progress stateStuart Stock
2019-01-21Initial add of simple stats collectorStuart Stock
2019-01-20Clean and refactor server's inner loopStuart Stock
2019-01-19Readme updateStuart Stock
2019-01-19Minor cli doc fixStuart Stock
2019-01-19Update minimum Rust versionStuart Stock
2019-01-19ignore .idea directoryStuart Stock