Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-04 | Modified handshake sequence so that connect request can be made without | Nikias Bassen | 1 | -45/+69 | |
prior hello, just as the usbmux-proxy utitliy does and most likely the original usbmuxd works too: - client opens a first connection to usbmuxd, sends hello, and receives the device list in return - client opens a second connection, sends a connect request and after successful connect the data packets are transferred via this connection. So the second connection does not begin with a hello but with a connection request directly -- currently the first connection still waits for a connect request but closes down if nothing is received. Changed all stdout to stderr in main.c | |||||
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 | A Readme, Makefile updates and cosmetic changes. | Paul Sladen | 1 | -0/+853 | |