aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | Add the get_operation_status function to the Storage structRobin Krahl2020-01-14
* | | | Derive Clone, Copy, Debug, PartialEq for StatusRobin Krahl2020-01-14
* | | | Remove todo notes for Storage tests and refactoringRobin Krahl2020-01-14
* | | | Add the get_sd_card_usage function to the Storage structRobin Krahl2020-01-14
* | | | Rename Status::get_status to get_storage_statusRobin Krahl2020-01-11
* | | | Add support for the GET_STATUS commandRobin Krahl2020-01-11
* | | | Merge branch 'connect_path' into nextRobin Krahl2020-01-07
|\ \ \ \
| * | | | Add the connect_path function to the Manager structRobin Krahl2020-01-07
| * | | | Add list_devices functionRobin Krahl2020-01-07
| * | | | Add the DeviceInfo structRobin Krahl2020-01-07
| * | | | Implement conversion traits for Model and NK_device_modelRobin Krahl2020-01-07
| * | | | Add the Error::UnsupportedModelError variantRobin Krahl2020-01-07
|/ / / /
* | | | Update the list of unsupported functionsRobin Krahl2020-01-06
* | | | Merge branch 'release-0.4.0' into nextRobin Krahl2020-01-02
|\ \ \ \ | | |_|/ | |/| |
| * | | Release v0.4.0v0.4.0Robin Krahl2020-01-02
|/ / /
* | | Use dyn keyword for trait arguments in tests/otp.rsRobin Krahl2019-12-29
* | | Update and correct the readme fileRobin Krahl2019-12-27
* | | Simplify doc tests with resultsRobin Krahl2019-12-27
* | | Implement std::convert::TryFrom<Config> for RawConfigRobin Krahl2019-12-27
* | | Replace rand_os::OsRng with rand_core::OsRngRobin Krahl2019-12-27
* | | Add build for the MSRVRobin Krahl2019-12-27
* | | Document Minium Supported Rust Version in readme fileRobin Krahl2019-12-27
* | | Add verify task to lint buildRobin Krahl2019-12-27
* | | Use the AUR package for reuse in the lint buildRobin Krahl2019-12-27
* | | Move format and clippy checks to archlinux-*.ymlRobin Krahl2019-12-27
* | | Change license for configuration and documentation to CC0-1.0Robin Krahl2019-12-27
* | | Comply with version 3.0 of the REUSE specificationRobin Krahl2019-12-27
* | | Merge branch 'hotfix-0.3.5' into nextRobin Krahl2019-12-16
|\ \ \ | | |/ | |/|
| * | Release v0.3.5v0.3.5Robin Krahl2019-12-16
| * | Fix triggers and source URL in CI scriptsRobin Krahl2019-12-16
| * | Update the nitrokey-sys version specification to ~3.4Robin Krahl2019-12-16
| |/
| * Merge branch 'hotfix-0.3.4'v0.3.4Robin Krahl2019-01-20
| |\
* | | Refactor the device module into submodulesRobin Krahl2019-07-16
* | | Update rand_{core,os} dependenciesRobin Krahl2019-07-16
* | | Release v0.4.0-alpha.3v0.4.0-alpha.3Robin Krahl2019-07-16
* | | Update the nitrokey-test dependency to version 0.3Robin Krahl2019-07-16
* | | Merge branch 'release-0.4.0-alpha.2' into nextRobin Krahl2019-07-15
|\ \ \
| * | | Release v0.4.0-alpha.2v0.4.0-alpha.2Robin Krahl2019-07-15
* | | | Check retry count before building AES key in testRobin Krahl2019-07-09
* | | | Use into_manager in device connection testsRobin Krahl2019-07-09
* | | | Update nitrokey-test development versionRobin Krahl2019-07-09
* | | | Add force_take function to ignore poisoned cacheRobin Krahl2019-07-09
* | | | Remove allow(deprecated) attribute for in lib.rsRobin Krahl2019-07-09
* | | | Merge branch 'connection-manager-mut' into nextRobin Krahl2019-07-09
|\ \ \ \
| * | | | Update documentation for Manager refactoringRobin Krahl2019-07-09
| * | | | Use Manager in device connection testsRobin Krahl2019-07-09
| * | | | Update nitrokey-test to development versionRobin Krahl2019-07-09
| * | | | Introduce into_manager for DeviceRobin Krahl2019-07-09
| * | | | Store mutable reference to Manager in DeviceRobin Krahl2019-07-08
| * | | | Move {Pro, Storage}::connect into ManagerRobin Krahl2019-07-08