| Commit message (Expand) | Author | Age |
... | |
* | | | Document Minium Supported Rust Version in readme file | Robin Krahl | 2019-12-27 |
* | | | Add verify task to lint build | Robin Krahl | 2019-12-27 |
* | | | Use the AUR package for reuse in the lint build | Robin Krahl | 2019-12-27 |
* | | | Move format and clippy checks to archlinux-*.yml | Robin Krahl | 2019-12-27 |
* | | | Change license for configuration and documentation to CC0-1.0 | Robin Krahl | 2019-12-27 |
* | | | Comply with version 3.0 of the REUSE specification | Robin Krahl | 2019-12-27 |
* | | | Merge branch 'hotfix-0.3.5' into next | Robin Krahl | 2019-12-16 |
|\ \ \
| | |/
| |/| |
|
| * | | Release v0.3.5v0.3.5 | Robin Krahl | 2019-12-16 |
| * | | Fix triggers and source URL in CI scripts | Robin Krahl | 2019-12-16 |
| * | | Update the nitrokey-sys version specification to ~3.4 | Robin Krahl | 2019-12-16 |
| |/ |
|
| * | Merge branch 'hotfix-0.3.4'v0.3.4 | Robin Krahl | 2019-01-20 |
| |\ |
|
* | | | Refactor the device module into submodules | Robin Krahl | 2019-07-16 |
* | | | Update rand_{core,os} dependencies | Robin Krahl | 2019-07-16 |
* | | | Release v0.4.0-alpha.3v0.4.0-alpha.3 | Robin Krahl | 2019-07-16 |
* | | | Update the nitrokey-test dependency to version 0.3 | Robin Krahl | 2019-07-16 |
* | | | Merge branch 'release-0.4.0-alpha.2' into next | Robin Krahl | 2019-07-15 |
|\ \ \ |
|
| * | | | Release v0.4.0-alpha.2v0.4.0-alpha.2 | Robin Krahl | 2019-07-15 |
* | | | | Check retry count before building AES key in test | Robin Krahl | 2019-07-09 |
* | | | | Use into_manager in device connection tests | Robin Krahl | 2019-07-09 |
* | | | | Update nitrokey-test development version | Robin Krahl | 2019-07-09 |
* | | | | Add force_take function to ignore poisoned cache | Robin Krahl | 2019-07-09 |
* | | | | Remove allow(deprecated) attribute for in lib.rs | Robin Krahl | 2019-07-09 |
* | | | | Merge branch 'connection-manager-mut' into next | Robin Krahl | 2019-07-09 |
|\ \ \ \ |
|
| * | | | | Update documentation for Manager refactoring | Robin Krahl | 2019-07-09 |
| * | | | | Use Manager in device connection tests | Robin Krahl | 2019-07-09 |
| * | | | | Update nitrokey-test to development version | Robin Krahl | 2019-07-09 |
| * | | | | Introduce into_manager for Device | Robin Krahl | 2019-07-09 |
| * | | | | Store mutable reference to Manager in Device | Robin Krahl | 2019-07-08 |
| * | | | | Move {Pro, Storage}::connect into Manager | Robin Krahl | 2019-07-08 |
| * | | | | Move the connect_model function into Manager | Robin Krahl | 2019-07-08 |
| * | | | | Move the connect function into Manager | Robin Krahl | 2019-07-08 |
| * | | | | Add Manager struct to manage Nitrokey connections | Robin Krahl | 2019-07-08 |
| * | | | | Add ConcurrentAccessError and PoisonError variants | Robin Krahl | 2019-07-08 |
|/ / / / |
|
* | | | | Update list of new and unsupported functions | Robin Krahl | 2019-07-08 |
* | | | | Fix formatting error in device.rs | Robin Krahl | 2019-07-07 |
* | | | | Update nitrokey-test and add nitrokey-test-state | Robin Krahl | 2019-07-07 |
* | | | | Update nitrokey-sys to version 3.5 | Robin Krahl | 2019-07-05 |
|/ / / |
|
* | | | Fix cargo dependency version specifications | Robin Krahl | 2019-07-06 |
* | | | Merge branch 'revert' into next | Robin Krahl | 2019-07-06 |
|\ \ \ |
|
| * | | | Revert "Store mutable reference to Device in PasswordSafe" | Robin Krahl | 2019-02-05 |
| * | | | Revert "Refactor User and Admin to use a mutable reference" | Robin Krahl | 2019-02-05 |
|/ / / |
|
* | | | Remove PIN constants from tests | Robin Krahl | 2019-02-04 |
* | | | Release v0.4.0-alpha.1v0.4.0-alpha.1 | Robin Krahl | 2019-02-02 |
* | | | Merge branch 'mutable-references' into next | Robin Krahl | 2019-02-02 |
|\ \ \ |
|
| * | | | Store mutable reference to Device in PasswordSafe | Robin Krahl | 2019-02-02 |
| * | | | Refactor User and Admin to use a mutable reference | Robin Krahl | 2019-02-02 |
| * | | | Require mutable reference if method changes device state | Robin Krahl | 2019-02-02 |
| * | | | Add device_mut method to DeviceWrapper | Robin Krahl | 2019-02-02 |
| * | | | Implement DerefMut for User and Admin | Robin Krahl | 2019-02-02 |
|/ / / |
|
* | | | Add set_encrypted_volume_mode method to Storage | Robin Krahl | 2019-01-31 |