summaryrefslogtreecommitdiffstats
path: root/tools/idevicedebugserverproxy.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-20move thread and socket code to "common" subdirGravatar Nikias Bassen1-2/+2
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/+10
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2013-02-23idevicedebugserverproxy: Fix irritating and wrong debug messageGravatar Martin Szulecki1-1/+1
2012-11-29tools: use pointer instead of static buffer for UDID since it can start with '0'Gravatar Nikias Bassen1-16/+8
2012-11-29idevicedebugserver: fix small bug in error messageGravatar Nikias Bassen1-1/+1
2012-10-21Add new idevicedebugserverproxy toolGravatar Martin Szulecki1-0/+374