Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | tools: Use getopt for option parsing in all tools | 1 | -123/+112 | ||
2022-02-04 | tools: Print meaningful error messages when service startup fails | 1 | -2/+7 | ||
2020-06-05 | tools: Unify --network command line switch and add it where missing | 1 | -3/+9 | ||
2020-06-05 | tools: Add --version command line switch | 1 | -2/+10 | ||
2020-06-04 | Use defined exit codes for return codes in idevicediagnostics | 1 | -5/+5 | ||
2020-06-04 | Add ERROR prefix to error messages in idevicediagnostics tool | 1 | -12/+13 | ||
2020-06-04 | Unify usage output in all tools and add bugreport URL | 1 | -6/+10 | ||
2019-09-28 | tools: Ignore SIGPIPE wherever possible | 1 | -0/+6 | ||
2019-06-23 | Replace all occurrences of seperated by separated | 1 | -1/+1 | ||
Both in idevicediagnostics man page and in an error message | |||||
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | 1 | -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 ""). | |||||
2018-03-21 | idevicediagnostics: Add ioregentry command to query device IORegistry by entry | 1 | -1/+22 | ||
Starting with iOS 9.1, querying IORegistry by plane stopped working. This commit will add a new command that allows querying by entry that will allow gathering data for devices with newer iOS versions again (including iOS 11). | |||||
2018-03-21 | idevicediagnostics: Add HDMI to the list of valid options for diagnostics ↵ | 1 | -1/+1 | ||
command | |||||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | 1 | -1/+5 | ||
2015-01-28 | Remove trailing whitespace errors from all files | 1 | -4/+4 | ||
2015-01-27 | tools: Add link to project homepage on usage output | 1 | -0/+1 | ||
2014-10-11 | tools: Make sure to print an error when lockdown connection fails | 1 | -2/+2 | ||
2014-03-01 | idevicediagnostics: prevent 'Failed to restart/shutdown device' messages | 1 | -2/+2 | ||
2013-03-14 | global: make sure to check service before checking service->port to prevent ↵ | 1 | -1/+1 | ||
crashes | |||||
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | 1 | -6/+11 | ||
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections. | |||||
2012-11-29 | tools: use pointer instead of static buffer for UDID since it can start with '0' | 1 | -10/+7 | ||
2012-10-21 | idevicediagnostics: Change license to LGPL as used by other tools | 1 | -17/+15 | ||
2012-10-21 | idevicediagnostics: Implement multiple commands to make the tool useful | 1 | -35/+200 | ||
2012-10-21 | diagnostics_relay: Implement sleep, restart, shutdown and request_diagnostics | 1 | -1/+1 | ||
2012-10-21 | Add new idevicediagnostics tool | 1 | -0/+134 | ||