summaryrefslogtreecommitdiff
path: root/tools/idevicescreenshot.c
Commit message (Expand)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
* 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
* 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
* Convert stray spaces to corresponding tabsMartin Szulecki2013-11-041-11/+11
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-5/+9
* 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
* 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