summaryrefslogtreecommitdiff
path: root/tools/idevicedate.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-63/+70
|
* idevicedate: win32: Use %#d instead of %e for strftime format stringNikias Bassen2022-03-291-0/+4
|
* 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/+9
|
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-041-3/+8
|
* idevicedate: Fix -Wformat=2 warningRosen Penev2020-04-121-13/+4
| | | | | | Format functions expect a constant expression, not a variable. Simplified the code slightly.
* 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
| | | | | | | 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-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
|
* idevicedate: Remove space and fix syntax of preprocessor conditionalsMartin Szulecki2014-10-071-3/+3
|
* idevicedate: Add note about setting time not working on iOS 6+Martin Szulecki2013-12-171-0/+2
|
* idevicedate: Add support to set nodes of PLIST_REAL type and refactor a bitMartin Szulecki2013-12-171-30/+61
|
* 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-14/+7
|
* idevicedate: fix time retrieval for iOS6+Nikias Bassen2012-11-081-1/+15
|
* Update comments of tools to use "device" instead of naming specific modelsMartin Szulecki2012-04-071-2/+2
|
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-8/+8
|
* idevicedate: Rip out all timezone correction code which appears obsoleteMartin Szulecki2011-03-271-19/+1
|
* Add new idevicedate tool to get or set the clock on iDevicesMartin Szulecki2011-03-271-0/+201