Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
Found with readability-non-const-parameter
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 40 characters length check on the device UDID made newer devices unusable
with the libimobiledevice tools and was actually redundant since an invalid
UDID will always fail to resolve. This commit removes the length check
alltogether (but makes sure it is not an empty string "").
|
|
|
|
|
|
profiles at once
|
|
|
|
return exit code on error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a major change which breaks API but is required in order to support
SSL communication for services as used by network connections.
|
|
|
|
|
|
|