summaryrefslogtreecommitdiff
path: root/tools/idevicenotificationproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-83/+97
|
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-041-1/+1
|
* 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
|
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-4/+7
|
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-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 "").
* 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-1/+1
|
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-271-0/+1
|
* Add new "idevicenotificationproxy" tool to post or observe notificationsMartin Szulecki2015-01-121-0/+257