Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-11 | Use condition variable instead of active waiting for device event handling | 1 | -0/+60 | ||
With some devices and USB hardware the reconnect of a device might actually be faster than the check interval of the active waiting loop. With mutexes and a condition variable we will not miss the moment of reconnect anymore, even if it is really quick (like 7ms, right DanyL?) | |||||
2017-11-05 | thread: Add 'thread_alive' helper | 1 | -0/+11 | ||
2015-05-05 | Update fdr implementation for thread function changes in latest | 1 | -7/+14 | ||
libimobiledevice version | |||||
2014-11-04 | Implement the FDR forwarder proxy service used during restore of recent iOS ↵ | 1 | -0/+99 | ||
versions. |