Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | 1 | -2/+2 | ||
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 ""). | |||||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | 1 | -1/+5 | ||
2015-01-28 | Remove trailing whitespace errors from all files | 1 | -4/+4 | ||
2015-01-27 | tools: Add link to project homepage on usage output | 1 | -0/+1 | ||
2014-10-11 | tools: Make sure to print an error when lockdown connection fails | 1 | -1/+3 | ||
2012-11-29 | tools: mass replace 'device' with 'phone' variable names | 1 | -5/+5 | ||
2012-11-29 | tools: use pointer instead of static buffer for UDID since it can start with '0' | 1 | -3/+2 | ||
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | 1 | -8/+8 | ||
2010-07-21 | ideviceenterrecovery: Fix a typo in tool output | 1 | -1/+1 | ||
2010-05-28 | Promote ideviceenterrecovery into tools as it is quite useful | 1 | -0/+93 | ||