Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | tools: Use getopt for option parsing in all tools | Nikias Bassen | 1 | -83/+97 | |
2022-02-04 | tools: Print meaningful error messages when service startup fails | Nikias Bassen | 1 | -1/+1 | |
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 | Unify usage output in all tools and add bugreport URL | Martin Szulecki | 1 | -4/+7 | |
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 | -1/+1 | |
2015-01-27 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 | |
2015-01-12 | Add new "idevicenotificationproxy" tool to post or observe notifications | Martin Szulecki | 1 | -0/+257 | |