aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
| |\
| * | 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
| | * | | Move the connect_model function into ManagerRobin Krahl2019-07-08
| | * | | Move the connect function into ManagerRobin Krahl2019-07-08
| | * | | Add Manager struct to manage Nitrokey connectionsRobin Krahl2019-07-08
| | * | | Add ConcurrentAccessError and PoisonError variantsRobin Krahl2019-07-08
| |/ / /
| * | | Update list of new and unsupported functionsRobin Krahl2019-07-08
| * | | Fix formatting error in device.rsRobin Krahl2019-07-07
| * | | Update nitrokey-test and add nitrokey-test-stateRobin Krahl2019-07-07
| * | | Update nitrokey-sys to version 3.5Robin Krahl2019-07-05
| |/ /
| * | Fix cargo dependency version specificationsRobin Krahl2019-07-06
| * | Merge branch 'revert' into nextRobin Krahl2019-07-06
| |\ \
| | * | Revert "Store mutable reference to Device in PasswordSafe"Robin Krahl2019-02-05
| | * | Revert "Refactor User and Admin to use a mutable reference"Robin Krahl2019-02-05
| |/ /
| * | Remove PIN constants from testsRobin Krahl2019-02-04
| * | Release v0.4.0-alpha.1v0.4.0-alpha.1Robin Krahl2019-02-02
| * | Merge branch 'mutable-references' into nextRobin Krahl2019-02-02
| |\ \
| | * | Store mutable reference to Device in PasswordSafeRobin Krahl2019-02-02
| | * | Refactor User and Admin to use a mutable referenceRobin Krahl2019-02-02
| | * | Require mutable reference if method changes device stateRobin Krahl2019-02-02
| | * | Add device_mut method to DeviceWrapperRobin Krahl2019-02-02
| | * | Implement DerefMut for User and AdminRobin Krahl2019-02-02
| |/ /
| * | Add set_encrypted_volume_mode method to StorageRobin Krahl2019-01-31
| * | Consistently use yml file extension instead of yamlRobin Krahl2019-01-29
| * | Exclude build files in crates.io packageRobin Krahl2019-01-29
| * | Prefer eprintln over println for error messagesRobin Krahl2019-01-28