Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-11 | Use condition variable instead of active waiting for device event handling | Nikias Bassen | 1 | -0/+11 | |
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?) | |||||
2019-01-23 | thread: Silence two compiler warnings | Nikias Bassen | 1 | -0/+1 | |
2017-11-05 | thread: Add 'thread_alive' helper | Nikias Bassen | 1 | -0/+1 | |
2015-05-05 | Update fdr implementation for thread function changes in latest | BALATON Zoltan | 1 | -4/+5 | |
libimobiledevice version | |||||
2014-11-04 | Implement the FDR forwarder proxy service used during restore of recent iOS ↵ | BALATON Zoltan | 1 | -0/+56 | |
versions. |