summaryrefslogtreecommitdiffstats
path: root/dev/iphoneenterrecovery.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-93/+0
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki1-1/+0
2010-01-12Allow lockdown client creation without performing full handshakeGravatar Martin Szulecki1-1/+1
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake().
2010-01-08Allow set the label of a lockdown request, usually set to the program nameGravatar Martin Szulecki1-1/+1
2009-09-12Update tools to use new APIGravatar Martin Szulecki1-1/+1
2009-08-01Add new iphoneenterrecovery dev tool to make a device enter recovery modeGravatar Martin Szulecki1-0/+94