Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-28 | tools: Ignore SIGPIPE wherever possible | Nikias Bassen | 1 | -0/+6 | |
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 ""). | |||||
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 | -1/+3 | |
2012-11-29 | tools: mass replace 'device' with 'phone' variable names | Nikias Bassen | 1 | -5/+5 | |
2012-11-29 | tools: use pointer instead of static buffer for UDID since it can start with '0' | Nikias Bassen | 1 | -3/+2 | |
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | Martin Szulecki | 1 | -8/+8 | |
2010-07-21 | ideviceenterrecovery: Fix a typo in tool output | Martin Szulecki | 1 | -1/+1 | |
2010-05-28 | Promote ideviceenterrecovery into tools as it is quite useful | Martin Szulecki | 1 | -0/+93 | |