summaryrefslogtreecommitdiffstats
path: root/iphone.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-28debugging output fixedGravatar Nikias Bassen1-4/+12
'libusbmuxd' added to simplify use of usbmuxd in external tools testclient removed setting of configuration 3 disabled (to be handled by udev)
2009-03-12initialization was missing and causing strange segmentation faults.Gravatar Nikias Bassen1-0/+5
2009-03-12changed the usbReceive buffer to a per-device buffer insteadGravatar Nikias Bassen1-30/+42
of one global buffer for all devices (untested but should work).
2009-03-08Some more debugging output and more mutexes to help resolve theGravatar Nikias Bassen1-0/+6
f***ing SIGSEVs.
2009-02-25big endian fix and some improvements, now multi-client capableGravatar Nikias Bassen1-29/+133
2009-02-20initial importGravatar Nikias Bassen1-0/+1089