summaryrefslogtreecommitdiffstats
path: root/tools/idevice_id.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-3/+3
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
2013-03-19idevice_id: Rename devname variable which shadows a global declaration on OS XGravatar Martin Szulecki1-5/+5
2012-11-29tools: mass replace 'device' with 'phone' variable namesGravatar Nikias Bassen1-6/+6
2012-11-29tools: use pointer instead of static buffer for UDID since it can start with '0'Gravatar Nikias Bassen1-3/+2
2012-04-07tools: Add proper LGPL license header for idevice_idGravatar Martin Szulecki1-0/+21
2012-04-07Update comments of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki1-1/+1
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-9/+9
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-0/+107