summaryrefslogtreecommitdiff
path: root/tools/ideviceinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated to use latest libplist API changesNikias Bassen2023-04-211-3/+3
|
* ideviceinfo: Make sure all error messages go to stderrNikias Bassen2022-05-021-2/+2
| | | | Thanks to @Takuro-Ito for pointing this out.
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-15/+14
|
* tools: Add two more domains to ideviceinfo to prevent unnecessary warningNikias Bassen2022-02-011-0/+2
|
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-1/+1
|
* ideviceinfo: Fix compiler warningNikias Bassen2020-06-081-1/+1
|
* tools: Avoid copying optarg where possibleNikias Bassen2020-06-071-11/+6
|
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-4/+4
|
* tools: Add --version command line switchNikias Bassen2020-06-051-4/+11
|
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-13/+17
|
* tools: Fix ideviceinfo -s optionNikias Bassen2019-11-201-1/+2
|
* tools: Allow ideviceinfo to connect to network devicesNikias Bassen2019-11-081-66/+88
|
* tools: Ignore SIGPIPE wherever possibleNikias Bassen2019-09-281-0/+6
|
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-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 "").
* 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-5/+5
|
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-271-0/+1
|
* tools: Make sure to print an error when lockdown connection failsNikias Bassen2014-10-111-1/+3
|
* ideviceinfo: Move plist print helper code to commonNikias Bassen2014-05-211-189/+4
|
* ideviceinfo: prevent double output of Dictionary encoded valuesNikias Bassen2013-11-181-0/+1
|
* Silence compiler warnings for win32 buildsMartin Szulecki2013-05-231-1/+2
|
* tools: mass replace 'device' with 'phone' variable namesNikias Bassen2012-11-291-6/+6
|
* tools: use pointer instead of static buffer for UDID since it can start with '0'Nikias Bassen2012-11-291-14/+7
|
* ideviceinfo: Add more known lockdownd domainsMartin Szulecki2012-04-251-0/+5
|
* ideviceinfo: Add new known lockdown domainsMartin Szulecki2012-04-071-0/+3
|
* Update comments of tools to use "device" instead of naming specific modelsMartin Szulecki2012-04-071-1/+1
|
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-8/+8
|
* Completely remove glib dependency.Nikias Bassen2012-03-181-8/+58
|
* ideviceinfo: fix possible segmentation fault when parsing empty data nodesNikias Bassen2011-05-191-4/+8
| | | | Thanks to Gordon Assaf for pointing this out.
* ideviceinfo: Add two new lockdown domains which appear in iOS 4+Martin Szulecki2010-07-211-0/+2
|
* Add option to avoid auto-pairing for lockdownd connections in ideviceinfoMartin Szulecki2010-05-281-1/+9
|
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-0/+336