summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
* More consistent use of `dyn` * Add default implementations * Misc clippy changes
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
'client_stats' controls granularity of client request/response tracking. `fault_percentage` is in anticipation of adding deliberate response corruption Roughtime ecosystem feature.
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
Auxilliary data was not provided in encryption context provided to AWS KMS decrypt() call, causing unwrapping to fail.
2018-10-27Update documentation references to point to masterStuart Stock
2018-10-27Additional documentation; rustfmt pass; extract stress test loopStuart Stock
2018-10-26Docs, polish, clean-ups for KMS and health-check featuresStuart Stock
2018-10-25implement server TCP health check, #8Stuart Stock
2018-10-22groundwork for TCP healthcheck in #8Stuart Stock
2018-10-21tweak bounds check; will need a revisitStuart Stock
2018-10-21minor cfg tweakStuart Stock
2018-10-21Changes to keep Clippy happyStuart Stock
2018-10-21Docstring updates and misc cleanupsStuart Stock
2018-10-21Add tests for envelope cypto and some enumsStuart Stock
2018-10-21Add auxilliary data to KMS operationsStuart Stock
2018-10-18correct imports to fix buildStuart Stock
2018-10-17Port seed error handlingAaron Hill
2018-10-17Add license headersAaron Hill
2018-10-17Un-comment poll registrationAaron Hill
2018-10-17Run rustfmtAaron Hill
2018-10-17Add MemoryConfigAaron Hill
2018-10-17Add fuzzing configAaron Hill
2018-10-17Add "output" argument to clientAaron Hill
2018-10-17More cleanupAaron Hill
2018-10-17Clean up importsAaron Hill
2018-10-17Add some documentation, remove more debugging statementsAaron Hill
2018-10-17Move more things into Server structAaron Hill