summaryrefslogtreecommitdiff
path: root/tools/idevicename.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-19/+22
|
* tools: Avoid copying optarg where possibleNikias Bassen2020-06-071-7/+2
|
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-4/+14
|
* tools: Add --version command line switchNikias Bassen2020-06-051-9/+15
|
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-1/+4
|
* tools: Ignore SIGPIPE wherever possibleNikias Bassen2019-09-281-0/+7
|
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-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 "").
* tools: Use PACKAGE_URL define for homepage project links in usage outputMartin Szulecki2015-10-061-1/+5
|
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-3/+3
|
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-271-0/+1
|
* Replace () with (void) in libinternalcommon and tools for consistencyMartin Szulecki2014-12-081-1/+1
|
* tools: Make sure to print an error when lockdown connection failsNikias Bassen2014-10-111-1/+1
|
* idevicename: Use lockdownd_get_device_name() helperMartin Szulecki2014-03-271-7/+1
|
* idevicename: Update usage output to match other tools and add debug optionMartin Szulecki2014-03-271-3/+7
|
* idevicename: Remove leading newline from usage outputMartin Szulecki2014-03-271-1/+1
|
* idevicename: refine usage information and add -h|--help command line switchNikias Bassen2014-03-101-2/+10
|
* idevicename: removed signal() callNikias Bassen2014-02-011-2/+0
|
* tools: add convenience tool 'idevicename' to get or set device nameNikias Bassen2014-01-311-0/+120