summaryrefslogtreecommitdiffstats
path: root/tools/ideviceenterrecovery.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-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-06tools: Use PACKAGE_URL define for homepage project links in usage outputGravatar Martin Szulecki1-1/+5
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-4/+4
2015-01-27tools: Add link to project homepage on usage outputGravatar Martin Szulecki1-0/+1
2014-10-11tools: Make sure to print an error when lockdown connection failsGravatar Nikias Bassen1-1/+3
2012-11-29tools: mass replace 'device' with 'phone' variable namesGravatar Nikias Bassen1-5/+5
2012-11-29tools: use pointer instead of static buffer for UDID since it can start with '0'Gravatar Nikias Bassen1-3/+2
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-8/+8
2010-07-21ideviceenterrecovery: Fix a typo in tool outputGravatar Martin Szulecki1-1/+1
2010-05-28Promote ideviceenterrecovery into tools as it is quite usefulGravatar Martin Szulecki1-0/+93