summaryrefslogtreecommitdiffstats
path: root/tools/idevicescreenshot.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14global: make sure to check service before checking service->port to prevent ↵Gravatar Nikias Bassen1-1/+1
crashes
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-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.
2012-11-29tools: use pointer instead of static buffer for UDID since it can start with '0'Gravatar Nikias Bassen1-7/+5
2012-04-07Relicense ideviceimagemounter and idevicescreenshot to LGPLGravatar Martin Szulecki1-15/+12
Signed-off-by: Nikias Bassen Signed-off-by: Martin Szulecki
2012-04-07Update comments of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki1-3/+4
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-9/+9
2012-03-19use binary mode for fopen to make it work with win32Gravatar Nikias Bassen1-1/+1
2010-03-13Add missing copyright header to idevicescreenshot toolGravatar Martin Szulecki1-0/+23
2010-03-13Use current date and time in filename of screenshot toolGravatar Martin Szulecki1-6/+11
2010-02-19New screenshotr service plus idevicescreenshot toolGravatar Nikias Bassen1-0/+111
[#113 state:resolved]