summaryrefslogtreecommitdiff
path: root/src/server.rs
AgeCommit message (Expand)Author
2019-08-11Address clippy lintsStuart Stock
2019-05-11Remove fields from fuzzer send_to_selfStuart Stock
2019-02-10initial version of client response manglingStuart Stock
2019-02-10Generally improved log and error messagesStuart Stock
2019-02-09Add ServerStats member to the serverStuart Stock
2019-02-09Refactor stats to distinct mod and separate implsStuart 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-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-25implement server TCP health check, #8Stuart Stock
2018-10-22groundwork for TCP healthcheck in #8Stuart 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-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-17More cleanupAaron Hill
2018-10-17Add some documentation, remove more debugging statementsAaron Hill
2018-10-17Move more things into Server structAaron Hill
2018-10-17Remove debug printAaron Hill
2018-10-17More changes to serverAaron Hill
2018-10-17Fixups for fuzzingAaron Hill
2018-10-17Move config and public key into serverAaron Hill
2018-10-17Move Server to its own moduleAaron Hill