Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
connection
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using device_get_count() and device_get_list() separately can return different
device counts in case there are devices added to the list inbetween these two
function calls. To prevent this, device_get_list() will allocate the buffer by
itself.
|
|
|
|
|
|
|
|
DeletePairRecord commonds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libusbmuxd has been split off and is now managed in a separate repository.
By the time of this commit, the repository is:
git clone http://git.sukimashita.com/libusbmuxd.git
|