summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-25Remove some unnecessary ugly red paintremove_red_paintcos
2021-05-25WIP: stuck here with getting the client to handle TCP with same code.feature-tcp-listenerStefan Midjich
2021-05-25WIP: tcp listener setup.Stefan Midjich
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-09-21Merge pull request #26 from int08h/try-github-actionsStuart Stock
2020-08-28Update dockerfile to rust 1.48 and roughenough 1.1.8Stuart Stock
2020-07-12Try Gitbub actions for buildsStuart 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-06-14Typo fixStuart Stock
2020-06-14Commentary on draft-ietf-ntp-roughtime-02Stuart Stock
2020-03-25Fix comment typoStuart Stock
2020-03-21Add -z flag to time setting example in READMEStuart 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-21Upgrade several dependencies to latest versionsStuart Stock
2020-03-21Remove deprecated `std::error::Error::description` callsStuart Stock
2020-03-21Update Dockerfile to Rust 1.42Stuart Stock
2020-02-22Update readme copyright to 2020Stuart Stock
2019-12-21Update Rust in Dockerfile to 1.40Stuart Stock
2019-12-21Dependency update to latest stable rusoto and cloudkmsStuart Stock
2019-12-21Reorder Cargo.toml dependenciesStuart Stock
2019-11-03Replace hashbrown with std hashmapStuart Stock
2019-11-03Remove hashbrown crate, no longer needed in Rust 1.36+Stuart Stock
2019-11-03Merge pull request #22 from katharostech/drone-docker-buildsStuart Stock
2019-11-03Use env vars to configure Dockerfile to address #22Stuart Stock
2019-11-02Prefix cargo build/test with 'travis_wait' to enable >10 min buildStuart Stock
2019-11-02Update Roughenough version in Dockerfile 1.1.5 -> 1.1.7Stuart Stock
2019-11-02Add Drone Script For Docker BuildsZicklag
2019-10-12Version 1.1.7Stuart Stock
2019-10-12Add @zicklag as a contributorStuart Stock
2019-10-12Updates to the client's CLI --help textStuart Stock
2019-10-12Typo fix in help textStuart Stock
2019-10-12Merge pull request #21 from katharostech/extra-client-optionsStuart Stock
2019-10-08Update Client InstructionsZicklag
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-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