Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Some might return as proper tools or be used as examples within the website
documentation sooner or later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows use of the new pair record handling interface of libusbmuxd.
|
|
|
|
on systems like the Raspberry Pi char is unsigned by default but our
code expects char to be signed. So we should be good with -fsigned-char
|
|
|
|
|
|
|
|
This could ultimatively lead to broken AFC communication with a device
on affected platforms due to bad byte order in the AFC protocol header.
|
|
|
|
Earlier versions are just too different and cause to many issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change requires gnutls >= 2.2.0 for the latter to be available.
With deprecation starts with gnutls 2.12.0.
|