Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-27 | Removed the (already commented out) reader_mutex, as it is not needed, and ↵ | Nikias Bassen | 1 | -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-27 | 1) Now, every device is only handled by one thread for bulk usb reading | Nikias Bassen | 1 | -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-26 | proper multi-device support (untested) | Nikias Bassen | 1 | -18/+23 | |
2009-02-25 | Authors file added. | Nikias Bassen | 1 | -0/+2 | |
2009-02-25 | Removed the restart iproxy part, as it is history now. | Nikias Bassen | 1 | -2/+1 | |
2009-02-25 | A Readme, Makefile updates and cosmetic changes. | Paul Sladen | 9 | -112/+157 | |
2009-02-25 | big endian fix and some improvements, now multi-client capable | Nikias Bassen | 2 | -48/+175 | |
2009-02-25 | fix: close socket properly | Nikias Bassen | 1 | -0/+1 | |
2009-02-23 | Small update. Now usbmuxd is only contacted when a client connects to | Nikias Bassen | 1 | -36/+150 | |
the local listen port. This allows re-connects afterwards. | |||||
2009-02-20 | Added comments and did some small code cleanup. | Nikias Bassen | 1 | -17/+54 | |
2009-02-20 | initial import | Nikias Bassen | 9 | -0/+2814 | |