Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-05 | tools: Unify --network command line switch and add it where missing | Nikias Bassen | 1 | -3/+9 | |
2020-06-05 | tools: Add --version command line switch | Nikias Bassen | 1 | -2/+10 | |
2020-06-04 | Use defined exit codes for return codes in idevicediagnostics | Martin Szulecki | 1 | -5/+5 | |
2020-06-04 | Add ERROR prefix to error messages in idevicediagnostics tool | Martin Szulecki | 1 | -12/+13 | |
2020-06-04 | Unify usage output in all tools and add bugreport URL | Martin Szulecki | 1 | -6/+10 | |
2019-09-28 | tools: Ignore SIGPIPE wherever possible | Nikias Bassen | 1 | -0/+6 | |
2019-06-23 | Replace all occurrences of seperated by separated | Yves-Alexis Perez | 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 | Nikias Bassen | 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 | Robert Gadbois | 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 ↵ | Nikias Bassen | 1 | -1/+1 | |
command | |||||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | Martin Szulecki | 1 | -1/+5 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -4/+4 | |
2015-01-27 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 | |
2014-10-11 | tools: Make sure to print an error when lockdown connection fails | Nikias Bassen | 1 | -2/+2 | |
2014-03-01 | idevicediagnostics: prevent 'Failed to restart/shutdown device' messages | Nikias Bassen | 1 | -2/+2 | |
2013-03-14 | global: make sure to check service before checking service->port to prevent ↵ | Nikias Bassen | 1 | -1/+1 | |
crashes | |||||
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | Martin Szulecki | 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' | Nikias Bassen | 1 | -10/+7 | |
2012-10-21 | idevicediagnostics: Change license to LGPL as used by other tools | Martin Szulecki | 1 | -17/+15 | |
2012-10-21 | idevicediagnostics: Implement multiple commands to make the tool useful | Martin Szulecki | 1 | -35/+200 | |
2012-10-21 | diagnostics_relay: Implement sleep, restart, shutdown and request_diagnostics | Martin Szulecki | 1 | -1/+1 | |
2012-10-21 | Add new idevicediagnostics tool | Martin Szulecki | 1 | -0/+134 | |