| Commit message (Expand) | Author | Age |
* | Do not declare internally used types as pub | Daniel Mueller | 2020-01-08 |
* | Remove empty Args structs for simple (sub-)commands | Robin Krahl | 2020-01-08 |
* | Move doc comments for (sub-)commands to their enum | Robin Krahl | 2020-01-08 |
* | Handle doc comments and empty variants in the Command! macro | Robin Krahl | 2020-01-08 |
* | Order members in args.rs by command hierarchy | Robin Krahl | 2020-01-08 |
* | Set possible values for all enum options and arguments | Robin Krahl | 2020-01-07 |
* | Add all_str function to enums generated by Enum! macro | Robin Krahl | 2020-01-07 |
* | Use closures instead of command functions | Robin Krahl | 2020-01-07 |
* | Remove str argument from Command! macro | Robin Krahl | 2020-01-07 |
* | Remove unused code after structopt transition | Robin Krahl | 2020-01-07 |
* | Remove argparse dependency | Robin Krahl | 2020-01-07 |
* | Replace argparse with structopt | Robin Krahl | 2020-01-07 |
* | Add data structures for the options and arguments | Robin Krahl | 2020-01-07 |
* | Derive structopt::StructOpt in Command! | Robin Krahl | 2020-01-07 |
* | Implement Default in the Enum! and Command! macros | Robin Krahl | 2020-01-07 |
* | Allow adding fields to an enum variant in Command! | Robin Krahl | 2020-01-07 |
* | Factor out Enum! and Command! macros in arg_util | Robin Krahl | 2020-01-07 |
* | Use strings instead of Command variants | Robin Krahl | 2020-01-07 |
* | arg_util: Change Err type in FromStr implementation | Robin Krahl | 2020-01-07 |
* | Refactor the Enum! macro into Enum! and Command! | Robin Krahl | 2020-01-07 |
* | Add structopt dependency in version 0.3.7 | Daniel Mueller | 2020-04-04 |
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 |
* | Remove vendored dependencies | Daniel Mueller | 2020-04-04 |
* | Update packaging instruction for Debian and Ubuntu | Robin Krahl | 2020-01-04 |
* | Update links to Debian & Ubuntu packages | Daniel Mueller | 2020-01-03 |
* | Bump version to 0.3.1 | Daniel Mueller | 2020-01-03 |
* | Update nitrokey crate to 0.4.0 | Daniel Mueller | 2020-01-02 |
* | Update various pinned crates | Daniel Mueller | 2020-01-01 |
* | Update minimum required Rust version to 1.35.0 | Daniel Mueller | 2019-12-31 |
* | Remove unions_with_drop_fields lint | Daniel Mueller | 2019-12-30 |
* | Update lazy_static crate to 1.4.0 | Daniel Mueller | 2019-12-29 |
* | Add note about interaction with GnuPG to README | Daniel Mueller | 2019-12-19 |
* | Update program description in Cargo.toml | Daniel Mueller | 2019-12-19 |
* | Update nitrokey crate to 0.4.0-alpha.3 | Daniel Mueller | 2019-08-12 |
* | Update nitrokey crate to 0.4.0-alpha.2 | Daniel Mueller | 2019-08-12 |
* | Use nitrokey::DEFAULT_{ADMIN,USER}_PIN constants | Robin Krahl | 2019-12-16 |
* | Remove hack required for having device tests in different modules | Daniel Mueller | 2019-07-17 |
* | Update nitrokey crate to 0.4.0-alpha.0 | Daniel Mueller | 2019-07-17 |
* | Bump version to 0.3.0 | Daniel Mueller | 2019-12-16 |
* | Update nitrokey crate to 0.3.5 | Daniel Mueller | 2019-12-16 |
* | Update cc crate to 1.0.48 | Daniel Mueller | 2019-11-01 |
* | Update libc crate to 0.2.66 | Daniel Mueller | 2019-11-01 |
* | Properly pad user supplied hexadecimal strings to otp set subcommand | Daniel Mueller | 2019-10-13 |
* | Correctly pad bytes with zero in hex conversion | Daniel Mueller | 2019-10-13 |
* | Properly show the default format used in otp set subcommand | Daniel Mueller | 2019-10-13 |
* | Introduce NITROCLI constant | Daniel Mueller | 2019-08-24 |
* | Fix incomplete help text for encrypted & unencrypted subcommands | Daniel Mueller | 2019-08-22 |
* | Update cc crate to 1.0.40 | Daniel Mueller | 2019-08-15 |
* | Update libc crate to 0.2.62 | Daniel Mueller | 2019-08-15 |
* | Introduce with_password_safe function | Daniel Mueller | 2019-07-14 |