aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | 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
| * | Add assert_any_ok macro to unit testsRobin Krahl2019-01-28
| * | Add unwrap_ok macro to replace unwrap in unit testsRobin Krahl2019-01-28
| * | Accept UTF-8 errors in password safe testsRobin Krahl2019-01-28
| * | Add get_firmware_version methodRobin Krahl2019-01-28
| * | Always return a Result when communicating with a deviceRobin Krahl2019-01-27
| * | Release v0.4.0-alpha.0v0.4.0-alpha.0Robin Krahl2019-01-27
| * | Update sources URL in build filesRobin Krahl2019-01-27
| * | Add clippy to lint buildRobin Krahl2019-01-27
| * | Use if instead of match for boolean expressionRobin Krahl2019-01-27
| * | Replace or with or_else in get_cstringRobin Krahl2019-01-27
| * | Remove the static lifetime modifier from constantsRobin Krahl2019-01-27
| * | Rename Error::Unknown to Error::UnknownErrorRobin Krahl2019-01-27