summaryrefslogtreecommitdiff
path: root/src/bin/roughenough-server.rs
AgeCommit message (Expand)Author
2019-08-18minor changes to compile cleanly on Rust 1.37.0Stuart Stock
2019-08-11Address clippy lintsStuart Stock
2019-02-10Generally improved log and error messagesStuart 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-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-21Add tests for envelope cypto and some enumsStuart Stock
2018-10-17Run rustfmtAaron Hill
2018-10-17Clean up importsAaron Hill
2018-10-17Remove commented-out codeAaron Hill
2018-10-17Move config and public key into serverAaron Hill
2018-10-17Move Server to its own moduleAaron Hill
2018-10-17Add send_to_selfAaron Hill
2018-10-17Exact code into Server structAaron Hill
2018-10-14implement gcp decryptStuart Stock
2018-10-14one-way GCP KMS workingStuart Stock
2018-10-12Refactor to kms module; add documentationStuart Stock
2018-10-11another wip checkpoint; server integrationStuart Stock
2018-10-07Land KMS support, yay!Stuart Stock
2018-10-07Give client and server binaries more distinctive namesStuart Stock