summaryrefslogtreecommitdiff
path: root/tools/ideviceenterrecovery.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-30/+41
* tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairingNikias Bassen2021-03-051-8/+20
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-051-1/+1
* tools: Add --version command line switchNikias Bassen2020-06-051-1/+8
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-2/+6
* 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
* 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-1/+3
* tools: mass replace 'device' with 'phone' variable namesNikias Bassen2012-11-291-5/+5
* tools: use pointer instead of static buffer for UDID since it can start with '0'Nikias Bassen2012-11-291-3/+2
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-8/+8
* ideviceenterrecovery: Fix a typo in tool outputMartin Szulecki2010-07-211-1/+1
* Promote ideviceenterrecovery into tools as it is quite usefulMartin Szulecki2010-05-281-0/+93