| Commit message (Expand) | Author | Age |
* | Add device status in logged CommandFailed throw | Szczepan Zalega | 2018-02-23 |
* | Extend busy status description | Szczepan Zalega | 2018-02-23 |
* | Update license/copyright lines | Szczepan Zalega | 2018-01-16 |
* | Show proper device status code | Szczepan Zalega | 2017-10-11 |
* | Log update | Szczepan Zalega | 2017-10-10 |
* | Translate properly Storage error on AES decoding fail | Szczepan Zalega | 2017-10-10 |
* | Add DEBUG_L1 log messages | Szczepan Zalega | 2017-10-10 |
* | Code reformat | Szczepan Zalega | 2017-10-10 |
* | Skip checking packet's CRC | Szczepan Zalega | 2017-10-10 |
* | Make additional retries for longer running commands | Szczepan Zalega | 2017-10-10 |
* | Set lower maximum between-sending delay | Szczepan Zalega | 2017-09-20 |
* | Decrease busy-delay count | Szczepan Zalega | 2017-09-20 |
* | Correct mutex placement | Szczepan Zalega | 2017-09-20 |
* | Do not make longer waiting than 500ms on iteration | Szczepan Zalega | 2017-09-20 |
* | Show warning message about invalid incoming packet's CRC | Szczepan Zalega | 2017-09-20 |
* | Log accepting responses with invalid CRC | Szczepan Zalega | 2017-05-13 |
* | Code refactoring | Szczepan Zalega | 2017-05-13 |
* | Do not log volatile data | Szczepan Zalega | 2017-05-13 |
* | Use separate exception for wrong receiving packet's CRC | Szczepan Zalega | 2017-03-27 |
* | Dynamically increase delay between retries on busy status | Szczepan Zalega | 2017-03-11 |
* | Use own exception types instead of general runtime_error | Szczepan Zalega | 2017-03-11 |
* | Add TODO comment | Szczepan Zalega | 2017-03-11 |
* | Build debug-log-free library for increased security | 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 |
* | Count all busy status | Szczepan Zalega | 2017-03-11 |
* | Disable early device disconnection on communication error | Szczepan Zalega | 2017-03-11 |
* | Allow device to reply 10 times with busy status in a try | Szczepan Zalega | 2017-03-11 |
* | Make statistics about device's connection | Szczepan Zalega | 2017-03-11 |
* | Disconnect device as soon as the communication issue appears | Szczepan Zalega | 2017-03-11 |
* | Throw before communicating with device if it is not initialized | Szczepan Zalega | 2017-03-11 |
* | Pass devices shared pointer to methods instead of ref | Szczepan Zalega | 2017-03-11 |
* | Decrease retry count to 20 | Szczepan Zalega | 2017-03-11 |
* | Add lock_guard for complete send-receive cycle | Szczepan Zalega | 2017-03-11 |
* | Remove unused inttypes | Szczepan Zalega | 2017-01-09 |
* | Treat LongOperationException as CommandFailed and handle it transparently | Szczepan Zalega | 2016-11-26 |
* | Code refactoring - named magic numbers (2) | Szczepan Zalega | 2016-11-26 |
* | Code refactoring - named magic numbers | Szczepan Zalega | 2016-11-26 |
* | Handle busy_progressbar device status | Szczepan Zalega | 2016-11-26 |
* | Fix compilation G++6 error | Szczepan Zalega | 2016-11-18 |
* | Fix compilation warning and error under G++ - use union to reach uint8 slot_c... | Szczepan Zalega | 2016-10-22 |
* | Add all devices' and commands' statuses | Szczepan Zalega | 2016-10-19 |
* | Code refactoring: replacing magic numbers | Szczepan Zalega | 2016-10-19 |
* | Code refactoring: variables names unification | Szczepan Zalega | 2016-10-19 |
* | Code refactoring: removing disambiguity from device constants | Szczepan Zalega | 2016-10-19 |
* | Code refactoring: replacing magic numbers | Szczepan Zalega | 2016-10-19 |
* | Code refactoring: c++ casts | Szczepan Zalega | 2016-10-19 |
* | Code reformat | Szczepan Zalega | 2016-10-19 |
* | Code refactoring: rename - disambiguate receiving counter from sending | Szczepan Zalega | 2016-10-19 |
* | Resend outgoing packet on invalid crc and when used all receiving retries | Szczepan Zalega | 2016-10-19 |