aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.cc
Commit message (Expand)AuthorAge
* Merge branch 'pr_116'Szczepan Zalega2018-07-07
|\
| * Handle new enum model value in NK_login_enumSzczepan Zalega2018-07-07
| * Replace *out function parameter with return valueSzczepan Zalega2018-06-20
| * Expose device model in C APIRobin Krahl2018-05-25
* | Handle command for getting production dataSzczepan Zalega2018-06-28
* | Handle WINK commandSzczepan Zalega2018-06-23
* | Remove NK_totp_get_time implementation, since it always results in error on d...Szczepan Zalega2018-06-19
* | Add set_time_soft to replace get_timeRobin Krahl2018-06-19
* | Merge branch 'pr_117'Szczepan Zalega2018-06-19
|\ \
| * | Add getters for the library versionRobin Krahl2018-05-25
| |/
* | Add getter for Storage status to C APIRobin Krahl2018-05-25
* | Refactor result retrieval in C APIRobin Krahl2018-05-25
|/
* Correct NK_status() reply lengthSzczepan Zalega2018-04-19
* Change const char* to char* for functions returning duplicated strings.Szczepan Zalega2018-04-19
* Return allocated string instead of pointer to a string literalSzczepan Zalega2018-04-19
* Add NK_login_enum to the C APIRobin Krahl2018-04-10
* Make unbundling easierDavid Seifert2018-03-13
* C API wrapper for NK_set_unencrypted_volume_rorw_pin_type_userSzczepan Zalega2018-03-09
* Increase buffer size for listing connected devices IDsSzczepan Zalega2018-03-01
* List devices by unique SC:SD idSzczepan Zalega2018-02-28
* Divide unencrypted volume ro/rw commands for backward compatibilitySzczepan Zalega2018-02-23
* Correct variable name for unencrypted ro/rw switchSzczepan Zalega2018-02-23
* C API for Encrypted volume ro/rw switchSzczepan Zalega2018-02-23
* Correct getting minor and major from firmware versionSzczepan Zalega2018-02-23
* Expose enabling firmware update in C APISzczepan Zalega2018-02-01
* Catch DeviceCommunication exceptions in C APISzczepan Zalega2018-01-16
* Update license/copyright linesSzczepan Zalega2018-01-16
* Add DEBUG_L1 level and set it as default for Python testsSzczepan Zalega2017-10-10
* Return exception type when DeviceCommunicationException is encounteredSzczepan Zalega2017-10-10
* Merge branch 'windows_MSVC2017' into OSX_merge_cleanedSzczepan Zalega2017-09-20
|\
| * Compile on both MSVC and MINGW (QtCreator)Szczepan Zalega2017-07-03
| * Run compilation using Qt CreatorSzczepan Zalega2017-06-28
| * Adjust code to make compilation under MSVC 2017Szczepan Zalega2017-06-28
* | Catch invalid CRC exception in C APISzczepan Zalega2017-09-20
|/
* Fix includes in C_APISzczepan Zalega2017-04-26
* Security: exchange strdup with strndupSzczepan Zalega2017-04-14
* Return OTP codes as strings to make sure they are zero-filled properlySzczepan Zalega2017-04-03
* Fix compilation warningsSzczepan Zalega2017-03-11
* Remove unnecessary extern keyword from C APISzczepan Zalega2017-03-11
* Rename strdup to _strdup under MSVCSzczepan Zalega2017-03-11
* Compiles on MXE, but not working on WindowsSzczepan Zalega2017-03-11
* Adjust for compilation on Visual Studio 2017Szczepan Zalega2017-03-11
* Send current time when checking time synchronizationSzczepan Zalega2017-03-11
* Name fix for firmware version getterSzczepan Zalega2017-03-11
* Helper functions for getting device stateSzczepan Zalega2017-01-11
* Get major firmware versionSzczepan Zalega2016-12-06
* 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
* Python bindings and tests for most of Storage functionalitySzczepan Zalega2016-11-26