Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This approach is better than using blocking sockets and select() since
there's no guarantee that send() doesn't block. Plus we're using poll()
anyway so send() and recv() will only be called if the socket is actually
ready for writing/reading.
|
|
blocking"
This reverts commit 23ecea077d8f22d9da5cae50df3e2ff3406fee90.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Upon connecting a new device, usbmuxd was not notified to scan for it if
systemd was used as the activation method. This change introduces the
"--disable-hotplug" and "--enable-exit" options to have a finer control
over usbmuxd's signaling behavior. The convenience option "--systemd"
complements the "--udev" option and setups the right settings for systemd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org>
|
|
|
|
|