Commit Graph

14 Commits

Author SHA1 Message Date
J.C. Jones 4c1469a2ce Fix fuzzing targets to use stable cargo-fuzz 2020-07-27 13:17:16 -07:00
Taylor R Campbell 9ae1f96353 Add NetBSD support. 2020-07-17 14:56:16 -07:00
rugk 918047f83c Fix link on GitHub 2020-04-08 12:43:43 -07:00
J.C. Jones 980ed7066a Add OpenBSD to the README 2020-01-17 11:24:51 -07:00
J.C. Jones 69a33ba139 Update with new repo location 2019-05-03 11:00:05 -07:00
J.C. Jones 9c403d0346 Issue #50 - Rename project to authenticator-rs with the package name authenticator 2019-03-27 10:50:54 -07:00
J.C. Jones 39a2f10c76 Version bump to v0.2.4 2019-01-15 07:24:55 -07:00
Greg V df493ee73a rustfmt
+ mention FreeBSD in readme
2018-06-12 09:00:59 -07:00
J.C. Jones f1f0bce681 Example fix, and README update 2018-02-26 09:08:20 -07:00
J.C. Jones 65aa343862 README update 2017-08-14 09:57:52 -07:00
Tim Taubert 38ea83fb0b Fixes #28: Start fuzzing U2F HID protocol parsers and writers 2017-08-03 15:15:47 +02:00
J.C. Jones f8b5e2256e Update readme 2017-07-12 11:19:26 -07:00
J.C. Jones 6210b90cc2 Fix #16 - Improve logging
Pull in the log crate and move all the OSX println statements to be at appropriate
log levels.

This also pulls in `env_logger`, an implementation of a logger, that obeys an
environment variable RUST_LOG. I added some notes to README.md as to how to
use it.

Optimally, we don't need `env_logger` except for tests and the binary, but
we can't eliminate it from the library form until [this PR for cargo completes](https://github.com/rust-lang/cargo/issues/1982), so we might need to refactor it out of main.rs when this becomes a Gecko lib.

But maybe not? Anyway, it's easy to change down the line.
2017-05-17 12:16:08 -07:00
J.C. Jones ebfd017558 Resolve #2 - Support TravisCI
Add readme.
Add travis config.
2017-05-16 08:59:15 -07:00