| Commit message (Expand) | Author | Age |
* | Fix log warning regarding repeated disconnection | Szczepan Zalega | 2018-06-20 |
* | Make unbundling easier | David Seifert | 2018-03-13 |
* | Log current device ID | Szczepan Zalega | 2018-02-28 |
* | Show connection success/failure on DEBUG_L1 | Szczepan Zalega | 2018-02-28 |
* | Initial support for multiple devices with C++ and test | Szczepan Zalega | 2018-02-28 |
* | Update license/copyright lines | Szczepan Zalega | 2018-01-16 |
* | Update device properties | Szczepan Zalega | 2017-10-10 |
* | Make only 10 retries on receiving | Szczepan Zalega | 2017-09-20 |
* | Log formatting: Enumerate from 1 | Szczepan Zalega | 2017-09-20 |
* | Do not resend command to device | Szczepan Zalega | 2017-09-20 |
* | Use bool explicitly for success variable | Szczepan Zalega | 2017-05-12 |
* | Use alternative device connection check | Szczepan Zalega | 2017-04-26 |
* | Fix compilation warnings | Szczepan Zalega | 2017-03-31 |
* | Allow to change device commands delays runtime | Szczepan Zalega | 2017-03-29 |
* | Never call hid exit on OSX | Szczepan Zalega | 2017-03-13 |
* | Set turbo mode | Szczepan Zalega | 2017-03-11 |
* | Check for null device reference in case of failed reconnection | Szczepan Zalega | 2017-03-11 |
* | Remove obsolete comments | Szczepan Zalega | 2017-03-11 |
* | Do reconnect also on receiving failure | Szczepan Zalega | 2017-03-11 |
* | Remove checking for mutex being locked | Szczepan Zalega | 2017-03-11 |
* | Make device-level reconnect on problem with sending | Szczepan Zalega | 2017-03-11 |
* | Build debug-log-free library for increased security | Szczepan Zalega | 2017-03-11 |
* | Rename is_connected to be more specific | Szczepan Zalega | 2017-03-11 |
* | Decrease retry count in the lowest level | Szczepan Zalega | 2017-03-11 |
* | Fix typos | Szczepan Zalega | 2017-03-11 |
* | Do not call hid_exit on each device disconnection | Szczepan Zalega | 2017-03-11 |
* | Correct device counters | Szczepan Zalega | 2017-03-11 |
* | Adjust for compilation on Visual Studio 2017 | Szczepan Zalega | 2017-03-11 |
* | Make statistics about device's connection | Szczepan Zalega | 2017-03-11 |
* | Throw before communicating with device if it is not initialized | Szczepan Zalega | 2017-03-11 |
* | Add method for checking is the device listed as connected in OS | Szczepan Zalega | 2017-03-11 |
* | Decrease retry count to 20 | Szczepan Zalega | 2017-03-11 |
* | More debug log info during dev connection | Szczepan Zalega | 2017-03-11 |
* | Use nullptr instead of NULL | Szczepan Zalega | 2017-03-11 |
* | Use lock_guard while accessing hid_api | Szczepan Zalega | 2017-03-11 |
* | Make device configuration const, protect non-const with ::atomic | Szczepan Zalega | 2017-03-11 |
* | Make device slower for now for easier debugging | Szczepan Zalega | 2016-11-26 |
* | Code refactoring: removing disambiguity from device constants | Szczepan Zalega | 2016-10-19 |
* | Set shorter delays in sending/receiving packets (2) | Szczepan Zalega | 2016-10-19 |
* | Set shorter delays in sending/receiving packets | Szczepan Zalega | 2016-10-19 |
* | Increase retry timeout for NK Storage for now | Szczepan Zalega | 2016-10-19 |
* | Fixed bug with not releasing device on disconnect | Szczepan Zalega | 2016-10-19 |
* | Increase delay and retry count for response receiving | Szczepan Zalega | 2016-08-05 |
* | Set variable send_receive delay | Szczepan Zalega | 2016-08-01 |
* | Let device identify itself by model | Szczepan Zalega | 2016-08-01 |
* | Set different delay timings for Nitrokey Storage | Szczepan Zalega | 2016-08-01 |
* | Use int instead of CommError | Szczepan Zalega | 2016-08-01 |
* | Allow setting last command status on device | Szczepan Zalega | 2016-08-01 |
* | Initial version of C/Python bindings | Szczepan Zalega | 2016-08-01 |
* | increasing retry count | Szczepan Zalega | 2016-03-06 |