Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes several -Wformat-truncation warnings.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
uint64_t should be used.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
|
Allows better compilation by the compiler.
|
|
Found with -Wdouble-promotion and -Wfloat-equal
|
|
This also allows the compiler to check these at compile time.
|
|
Fixes compiler warnings.
|
|
|
|
|
|
|
|
APTickets.
|
|
|
|
|
|
|
|
debug mode while waiting for it
|
|
In case realpath fails, the output filename might be not set and thus fopen
will fail on it during copy. Setting the resolved output filename to the
given output filename in this case fixed the problem.
|
|
format specifier for win32
|
|
also added ESC key as a fallback cancel method.
|
|
With some devices and USB hardware the reconnect of a device might actually
be faster than the check interval of the active waiting loop. With mutexes
and a condition variable we will not miss the moment of reconnect anymore,
even if it is really quick (like 7ms, right DanyL?)
|
|
|
|
|
|
Also prevent sending the iBEC twice which happened due to the changes in device detection logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
firmware
|
|
|
|
|
|
|
|
|
|
ticket requests
|
|
data/string/integer nodes
|
|
|
|
|