Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "").
|
|
If some arguments are passed multiple times, don't leak the memory used
for the value of the first arguments passed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crashes
|
|
This is a major change which breaks API but is required in order to support
SSL communication for services as used by network connections.
|
|
|
|
Signed-off-by: Nikias Bassen
Signed-off-by: Martin Szulecki
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|