summaryrefslogtreecommitdiff
path: root/tools/idevicediagnostics.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-123/+112
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-041-2/+7
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-3/+9
* tools: Add --version command line switchNikias Bassen2020-06-051-2/+10
* Use defined exit codes for return codes in idevicediagnosticsMartin Szulecki2020-06-041-5/+5
* Add ERROR prefix to error messages in idevicediagnostics toolMartin Szulecki2020-06-041-12/+13
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-6/+10
* tools: Ignore SIGPIPE wherever possibleNikias Bassen2019-09-281-0/+6
* Replace all occurrences of seperated by separatedYves-Alexis Perez2019-06-231-1/+1
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-2/+2
* idevicediagnostics: Add ioregentry command to query device IORegistry by entryRobert Gadbois2018-03-211-1/+22
* idevicediagnostics: Add HDMI to the list of valid options for diagnostics com...Nikias Bassen2018-03-211-1/+1
* 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-4/+4
* 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-2/+2
* idevicediagnostics: prevent 'Failed to restart/shutdown device' messagesNikias Bassen2014-03-011-2/+2
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-6/+11
* tools: use pointer instead of static buffer for UDID since it can start with '0'Nikias Bassen2012-11-291-10/+7
* idevicediagnostics: Change license to LGPL as used by other toolsMartin Szulecki2012-10-211-17/+15
* idevicediagnostics: Implement multiple commands to make the tool usefulMartin Szulecki2012-10-211-35/+200
* diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsMartin Szulecki2012-10-211-1/+1
* Add new idevicediagnostics toolMartin Szulecki2012-10-211-0/+134