summaryrefslogtreecommitdiffstats
path: root/tools/ideviceinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2023-04-21Updated to use latest libplist API changesGravatar Nikias Bassen1-3/+3
2022-05-02ideviceinfo: Make sure all error messages go to stderrGravatar Nikias Bassen1-2/+2
Thanks to @Takuro-Ito for pointing this out.
2022-04-30tools: Use getopt for option parsing in all toolsGravatar Nikias Bassen1-15/+14
2022-02-01tools: Add two more domains to ideviceinfo to prevent unnecessary warningGravatar Nikias Bassen1-0/+2
2021-09-01Remove common code in favor of new libimobiledevice-glueGravatar Nikias Bassen1-1/+1
2020-06-08ideviceinfo: Fix compiler warningGravatar Nikias Bassen1-1/+1
2020-06-07tools: Avoid copying optarg where possibleGravatar Nikias Bassen1-11/+6
2020-06-05tools: Unify --network command line switch and add it where missingGravatar Nikias Bassen1-4/+4
2020-06-05tools: Add --version command line switchGravatar Nikias Bassen1-4/+11
2020-06-04Unify usage output in all tools and add bugreport URLGravatar Martin Szulecki1-13/+17
2019-11-20tools: Fix ideviceinfo -s optionGravatar Nikias Bassen1-1/+2
2019-11-08tools: Allow ideviceinfo to connect to network devicesGravatar Nikias Bassen1-66/+88
2019-09-28tools: Ignore SIGPIPE wherever possibleGravatar Nikias Bassen1-0/+6
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-5/+5
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
2014-05-21ideviceinfo: Move plist print helper code to commonGravatar Nikias Bassen1-189/+4
2013-11-18ideviceinfo: prevent double output of Dictionary encoded valuesGravatar Nikias Bassen1-0/+1
2013-05-23Silence compiler warnings for win32 buildsGravatar Martin Szulecki1-1/+2
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-14/+7
2012-04-25ideviceinfo: Add more known lockdownd domainsGravatar Martin Szulecki1-0/+5
2012-04-07ideviceinfo: Add new known lockdown domainsGravatar Martin Szulecki1-0/+3
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-8/+8
2012-03-18Completely remove glib dependency.Gravatar Nikias Bassen1-8/+58
2011-05-19ideviceinfo: fix possible segmentation fault when parsing empty data nodesGravatar Nikias Bassen1-4/+8
Thanks to Gordon Assaf for pointing this out.
2010-07-21ideviceinfo: Add two new lockdown domains which appear in iOS 4+Gravatar Martin Szulecki1-0/+2
2010-05-28Add option to avoid auto-pairing for lockdownd connections in ideviceinfoGravatar Martin Szulecki1-1/+9
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-0/+336