aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Show Storage status only on matching command codeSzczepan Zalega2017-03-11
| * Use proper command code for disabling hidden volumeSzczepan Zalega2017-03-11
| * Remove unnecessary extern keyword from C APISzczepan Zalega2017-03-11
| * Add script for installing python dependencies for unit testsSzczepan Zalega2017-03-11
| * Make names more consistentSzczepan Zalega2017-03-11
| * Rename is_connected to be more specificSzczepan Zalega2017-03-11
| * Get proper card serial for Storage. Get serial as one number.Szczepan Zalega2017-03-11
| * Return SD card size as get from the deviceSzczepan Zalega2017-03-11
| * Handle SD card related functionsSzczepan Zalega2017-03-11
| * Decrease retry count in the lowest levelSzczepan Zalega2017-03-11
| * Fix typosSzczepan Zalega2017-03-11
| * Do not call hid_exit on each device disconnectionSzczepan Zalega2017-03-11
| * Handle disconnection while requesting device's statusSzczepan Zalega2017-03-11
| * Correct device countersSzczepan Zalega2017-03-11
| * Rename strdup to _strdup under MSVCSzczepan Zalega2017-03-11
| * Hidapi added as a submoduleSzczepan Zalega2017-03-11
| * Compiles on MXE, but not working on WindowsSzczepan Zalega2017-03-11
| * Adjust for compilation on Visual Studio 2017Szczepan Zalega2017-03-11
| * Test compilation under windowsSzczepan Zalega2017-03-11
| * Count all busy statusSzczepan Zalega2017-03-11
| * For Clang use default compiler nameSzczepan Zalega2017-03-11
| * Do not let to enable both ASAN and TSANSzczepan Zalega2017-03-11
| * Support TSANSzczepan Zalega2017-03-11
| * Allow user to build only one version (static/dynamic) of the lib at onceSzczepan Zalega2017-03-11
| * Mark issues with FIXMESzczepan Zalega2017-03-11
| * Fix project versionSzczepan Zalega2017-03-11
| * Compile both dynamic and static library versionsSzczepan Zalega2017-03-11
| * Use CPack to generate packagesSzczepan Zalega2017-03-11
| * Build Release with debug info when none build type selectedSzczepan Zalega2017-03-11
| * Support ASAN and Clang optionallySzczepan Zalega2017-03-11
| * Remove MakefileSzczepan Zalega2017-03-11
| * Remove GCC specific settings. Make tests compilation optional.Szczepan Zalega2017-03-11
| * Use alias for easy device changeSzczepan Zalega2017-03-11
| * Use CMake instead of MakeSzczepan Zalega2017-03-11
| * Disable early device disconnection on communication errorSzczepan Zalega2017-03-11
| * Allow device to reply 10 times with busy status in a trySzczepan Zalega2017-03-11
| * Make statistics about device's connectionSzczepan Zalega2017-03-11
| * Allow users to lock encrypted volumes specificallySzczepan Zalega2017-03-11
| * Disconnect device as soon as the communication issue appearsSzczepan Zalega2017-03-11
| * Add description for some Storage variablesSzczepan Zalega2017-03-11
| * C++ tests fixedSzczepan Zalega2017-03-11
| * 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