| Commit message (Expand) | Author | Age |
* | Introduce the Error::UnexpectedError variant | Robin Krahl | 2019-01-20 |
* | Refactor library errors into LibraryError enum | Robin Krahl | 2019-01-20 |
* | Move the CommandError::Unknown to Error | Robin Krahl | 2019-01-20 |
* | Refactor CommandError::RngError into Error::RandError | Robin Krahl | 2019-01-20 |
* | Return Error instead of CommandError | Robin Krahl | 2019-01-20 |
* | Move util::CommandError to the new error module | Robin Krahl | 2019-01-20 |
* | Fix result_from_string for empty return values | Robin Krahl | 2019-01-16 |
* | Use rand_os for random data generation | Daniel Mueller | 2019-01-14 |
* | Make three more error codes known | Daniel Mueller | 2019-01-09 |
* | Preserve unknown error code values | Daniel Mueller | 2019-01-03 |
* | Fix typo: occured -> occurred | Daniel Mueller | 2019-01-03 |
* | Remove CommandError::RngError | Robin Krahl | 2019-01-03 |
* | Derive Clone and Copy for CommandError, LogLevel, OtpMode | Robin Krahl | 2018-12-30 |
* | Update to rand v0.6 | Robin Krahl | 2018-12-16 |
* | Make hidden life time parameters explicit | Robin Krahl | 2018-12-16 |
* | Always free string pointers returned by libnitrokey | Robin Krahl | 2018-12-10 |
* | Implement std::fmt::Display for CommandError | Robin Krahl | 2018-06-07 |
* | Implement easier CString creation | Robin Krahl | 2018-06-07 |
* | Use Result<(), CommandError> instead of CommandStatus | Robin Krahl | 2018-06-07 |
* | Add rudimentary support for the Nitrokey Storage | Robin Krahl | 2018-05-29 |
* | Rewrap documentation comments to 100 characters | Robin Krahl | 2018-05-28 |
* | Improve log level documentation | Robin Krahl | 2018-05-22 |
* | Restructure code by functionality | Robin Krahl | 2018-05-22 |