Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-13 | Properly rename header guards according to C++ standard | Nikias Bassen | 1 | -2/+2 | |
2013-12-27 | preflight: replace idevice_event_* with thread safe implementation | Nikias Bassen | 1 | -0/+1 | |
idevice_event_subscribe() calls usbmuxd_subscribe() which will start a thread waiting for device add/remove events. But this implementation is not able to handle more than one "subscription". However the preflight worker will start a thread for _each_ device resulting in a really messed up situation if more than one device is attached at the same time. This fix will use usbmuxd's internal device_remove function calling a preflight callback to make this implementation thread safe. | |||||
2013-09-19 | preflight: Use userpref_get_system_buid() instead of hardcoded path | Martin Szulecki | 1 | -0/+1 | |
2013-09-19 | preflight: Add missing definition for userpref_device_record_get_host_id() | Martin Szulecki | 1 | -0/+2 | |
2013-09-19 | added preflight worker implementation to handle initial device pairing | Nikias Bassen | 1 | -0/+28 | |