summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-27Removed the (already commented out) reader_mutex, as it is not needed, and ↵Gravatar Nikias Bassen1-12/+0
iphone_mux_pullbulk is only running once per device and the iphone_mux_recv_timeout function does it's own locking.
2009-02-271) Now, every device is only handled by one thread for bulk usb readingGravatar Nikias Bassen1-73/+110
instead of one thread for each connection to the same device. 2) Removed usbmuxd_accept_thread and moved code into main() directly.
2009-02-26proper multi-device support (untested)Gravatar Nikias Bassen1-18/+23
2009-02-25A Readme, Makefile updates and cosmetic changes.Gravatar Paul Sladen1-0/+853