summaryrefslogtreecommitdiffstats
path: root/tools/idevicedate.c
AgeCommit message (Collapse)AuthorFilesLines
2020-06-05tools: Unify --network command line switch and add it where missingGravatar Nikias Bassen1-3/+9
2020-06-05tools: Add --version command line switchGravatar Nikias Bassen1-2/+9
2020-06-04Unify usage output in all tools and add bugreport URLGravatar Martin Szulecki1-3/+8
2020-04-12idevicedate: Fix -Wformat=2 warningGravatar Rosen Penev1-13/+4
Format functions expect a constant expression, not a variable. Simplified the code slightly.
2019-09-28tools: Ignore SIGPIPE wherever possibleGravatar Nikias Bassen1-0/+6
2018-10-01tools: Remove length check on device UDID arguments to support newer devicesGravatar Nikias Bassen1-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-06tools: Use PACKAGE_URL define for homepage project links in usage outputGravatar Martin Szulecki1-1/+5
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-4/+4
2015-01-27tools: Add link to project homepage on usage outputGravatar Martin Szulecki1-0/+1
2014-10-11tools: Make sure to print an error when lockdown connection failsGravatar Nikias Bassen1-1/+3
2014-10-07idevicedate: Remove space and fix syntax of preprocessor conditionalsGravatar Martin Szulecki1-3/+3
2013-12-17idevicedate: Add note about setting time not working on iOS 6+Gravatar Martin Szulecki1-0/+2
2013-12-17idevicedate: Add support to set nodes of PLIST_REAL type and refactor a bitGravatar Martin Szulecki1-30/+61
2012-11-29tools: mass replace 'device' with 'phone' variable namesGravatar Nikias Bassen1-5/+5
2012-11-29tools: use pointer instead of static buffer for UDID since it can start with '0'Gravatar Nikias Bassen1-14/+7
2012-11-08idevicedate: fix time retrieval for iOS6+Gravatar Nikias Bassen1-1/+15
2012-04-07Update comments of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki1-2/+2
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-8/+8
2011-03-27idevicedate: Rip out all timezone correction code which appears obsoleteGravatar Martin Szulecki1-19/+1
2011-03-27Add new idevicedate tool to get or set the clock on iDevicesGravatar Martin Szulecki1-0/+201