summaryrefslogtreecommitdiff
path: root/tools/idevicescreenshot.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use getopt for option parsing in all toolsNikias Bassen2022-04-301-111/+117
|
* tools: Print meaningful error messages when service startup failsNikias Bassen2022-02-041-3/+3
|
* idevicescreenshot: Remove unnecessary math functions to find a unique filenameNikias Bassen2020-12-131-15/+23
| | | | | | | | Removes repeated malloc/free too, limits the maximum filenames to try to 65535 and fails if no unique filename could be found. I think this limit is VERY generous. If there are really so many files to test against it will also cause an unconveniently long delay, but I felt a lower limit could still be easily reached.
* idevicescreenshot: Choose a better filename, prevent overwriting existing filesGreg Dennis2020-12-101-18/+57
|
* 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
|
* 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 "").
* idevicescreenshot: Detect screenshot image format to determine file extensionNikias Bassen2017-06-181-5/+15
|
* 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-3/+3
|
* 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-2/+3
|
* idevicescreenshot: Allow user-specified output filenameTodd Wright2014-03-121-5/+15
| | | | Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org>
* Convert stray spaces to corresponding tabsMartin Szulecki2013-11-041-11/+11
|
* global: make sure to check service before checking service->port to prevent ↵Nikias Bassen2013-03-141-1/+1
| | | | crashes
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-5/+9
| | | | | This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
* tools: use pointer instead of static buffer for UDID since it can start with '0'Nikias Bassen2012-11-291-7/+5
|
* Relicense ideviceimagemounter and idevicescreenshot to LGPLMartin Szulecki2012-04-071-15/+12
| | | | | Signed-off-by: Nikias Bassen Signed-off-by: Martin Szulecki
* Update comments of tools to use "device" instead of naming specific modelsMartin Szulecki2012-04-071-3/+4
|
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-9/+9
|
* use binary mode for fopen to make it work with win32Nikias Bassen2012-03-191-1/+1
|
* Add missing copyright header to idevicescreenshot toolMartin Szulecki2010-03-131-0/+23
|
* Use current date and time in filename of screenshot toolMartin Szulecki2010-03-131-6/+11
|
* New screenshotr service plus idevicescreenshot toolNikias Bassen2010-02-191-0/+111
[#113 state:resolved]