summaryrefslogtreecommitdiffstats
path: root/tools/idevicename.c
AgeCommit message (Collapse)AuthorFilesLines
2020-06-07tools: Avoid copying optarg where possibleGravatar Nikias Bassen1-7/+2
2020-06-05tools: Unify --network command line switch and add it where missingGravatar Nikias Bassen1-4/+14
2020-06-05tools: Add --version command line switchGravatar Nikias Bassen1-9/+15
2020-06-04Unify usage output in all tools and add bugreport URLGravatar Martin Szulecki1-1/+4
2019-09-28tools: Ignore SIGPIPE wherever possibleGravatar Nikias Bassen1-0/+7
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-1/+7
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-3/+3
2015-01-27tools: Add link to project homepage on usage outputGravatar Martin Szulecki1-0/+1
2014-12-08Replace () with (void) in libinternalcommon and tools for consistencyGravatar Martin Szulecki1-1/+1
2014-10-11tools: Make sure to print an error when lockdown connection failsGravatar Nikias Bassen1-1/+1
2014-03-27idevicename: Use lockdownd_get_device_name() helperGravatar Martin Szulecki1-7/+1
2014-03-27idevicename: Update usage output to match other tools and add debug optionGravatar Martin Szulecki1-3/+7
2014-03-27idevicename: Remove leading newline from usage outputGravatar Martin Szulecki1-1/+1
2014-03-10idevicename: refine usage information and add -h|--help command line switchGravatar Nikias Bassen1-2/+10
2014-02-01idevicename: removed signal() callGravatar Nikias Bassen1-2/+0
2014-01-31tools: add convenience tool 'idevicename' to get or set device nameGravatar Nikias Bassen1-0/+120