aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Throw before communicating with device if it is not initializedSzczepan Zalega2017-03-11
* Add more shortcuts for checking devices error codeSzczepan Zalega2017-03-11
* Add method for checking is the device listed as connected in OSSzczepan Zalega2017-03-11
* Pass devices shared pointer to methods instead of refSzczepan Zalega2017-03-11
* Make disconnect thread safe. Check is device actually connected by invoking i...Szczepan Zalega2017-03-11
* Be tread-safe on initializing instanceSzczepan Zalega2017-03-11
* Use local hexdumping function for getting serial numberSzczepan Zalega2017-03-11
* Send current time when checking time synchronizationSzczepan Zalega2017-03-11
* Use const char pointers for C stringsSzczepan Zalega2017-03-11
* Read slot command supportSzczepan Zalega2017-03-11
* Fix getting card serialSzczepan Zalega2017-03-11
* Check command's fail reason within exceptionSzczepan Zalega2017-03-11
* Method to get commands failure causeSzczepan Zalega2017-03-11
* Fix firmware version in device statusSzczepan Zalega2017-03-11
* Name fix for firmware version getterSzczepan Zalega2017-03-11
* Decrease retry count to 20Szczepan Zalega2017-03-11
* Add const qualifier to functionsSzczepan Zalega2017-03-11
* Add lock_guard for complete send-receive cycleSzczepan Zalega2017-03-11
* Protect concurrent use with lock guardSzczepan Zalega2017-03-11
* Remove UNKNOWN type of the deviceSzczepan Zalega2017-03-11
* Use atomic_exchange for atomic operationsSzczepan Zalega2017-03-11
* Make device configuration const, protect non-const with ::atomicSzczepan Zalega2017-03-11
* Helper functions for getting device stateSzczepan Zalega2017-01-11
* Use stdint instead of inttypesSzczepan Zalega2017-01-11
* Remove unused inttypesSzczepan Zalega2017-01-09
* Use the rest of the Pro 0.7 commands in 0.8 interfaceSzczepan Zalega2016-12-12
* Remove changes to Pro 0.7 stick commandsSzczepan Zalega2016-12-12
* Use switch to translate command and device statuses instead of arraySzczepan Zalega2016-12-09
* Get major firmware versionSzczepan Zalega2016-12-06
* Update commentsSzczepan Zalega2016-12-03
* Merge HOTP and TOTP writing commands for 0.8Szczepan Zalega2016-12-03
* Remove length field from send_otp_data packetSzczepan Zalega2016-12-03
* Support longer secrets (40 bytes) for NK Pro 0.8Szczepan Zalega2016-12-03
* Use another OTP writing protocol and test itSzczepan Zalega2016-12-03
* Move temporary_password to packet endSzczepan Zalega2016-12-03
* Working support for new NK Pro 0.8 authorization-less formatSzczepan Zalega2016-12-03
* Mark unused packet variables in TOTP`s GET_CODESzczepan Zalega2016-12-03
* Convinient function for checking if authorization command is supportedSzczepan Zalega2016-12-03
* Check firware version in Pro 0.8 testSzczepan Zalega2016-12-03
* Authorization fix: GetTOTP and WriteToTOTPSLot + testSzczepan Zalega2016-12-03
* Authorization fix: GetHOTP and WriteGeneralConfig + testSzczepan Zalega2016-11-26
* Fix for auth issue in NK ProSzczepan Zalega2016-11-26
* Rename methods in API to make string return more obviousSzczepan Zalega2016-11-26
* Document Storage methods in C APISzczepan Zalega2016-11-26
* Tests: remake fill SD card test. Get progress bar value when busy.Szczepan Zalega2016-11-26
* Treat LongOperationException as CommandFailed and handle it transparentlySzczepan Zalega2016-11-26
* Python bindings and tests for most of Storage functionalitySzczepan Zalega2016-11-26
* Helper for running simple, password only commands for StorageSzczepan Zalega2016-11-26
* Disable locking firmware command for nowSzczepan Zalega2016-11-26
* Code refactoring - named magic numbers (2)Szczepan Zalega2016-11-26