index
:
delta/libimobiledevice/libusbmuxd.git
master
pkgconfig
prerelease
readme
git.libimobiledevice.org: libusbmuxd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: Make sure fd is ready to write before calling send()
Nikias Bassen
2020-05-18
1
-0
/
+4
*
socket: Add new functions socket_connect_addr() and socket_addr_to_string()
Nikias Bassen
2020-05-18
2
-11
/
+187
*
socket: Make connecting sockets non-blocking
Nikias Bassen
2020-05-15
1
-11
/
+31
*
win32: Fix compilation
Nikias Bassen
2019-08-03
1
-0
/
+3
*
socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
Nikias Bassen
2019-06-13
1
-0
/
+4
*
common: Use portable pointer initialization and assert on allocation failure
Nikias Bassen
2019-06-12
1
-6
/
+16
*
Make sure device monitor thread can be cancelled without pthread_cancel
Nikias Bassen
2019-05-25
1
-2
/
+2
*
Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it c...
Nikias Bassen
2019-05-22
2
-3
/
+4
*
socket: Return -ECONNRESET from socket_receive_timeout() instead of -EAGAIN i...
Nikias Bassen
2019-05-21
1
-1
/
+5
*
socket: Move initialization of timeval structure into retry loop in socket_ch...
Nikias Bassen
2019-05-21
1
-8
/
+7
*
Use common thread implementation as used in other libimobiledevice libraries
Nikias Bassen
2019-02-27
3
-0
/
+218
*
socket: Make sure to use socket_close() really everywhere
Nikias Bassen
2018-10-21
1
-1
/
+1
*
Use socket_close instead of close to close a socket
Frederik Carlier
2018-10-19
1
-1
/
+1
*
Allow using non-standard usbmuxd socket address via environment variable
Nikias Bassen
2018-10-14
1
-31
/
+82
*
Fix compile warnings
BALATON Zoltan
2018-09-25
1
-4
/
+4
*
common: Get rid of offsetof() and just use sizeof() to get size of unix socke...
Nikias Bassen
2018-07-24
1
-21
/
+6
*
socket: Set socket options for usbmux connection to improve performance
Nikias Bassen
2018-05-15
1
-0
/
+23
*
common: [security fix] Make sure sockets only listen locally
Joshua Hill
2015-12-29
1
-2
/
+2
*
Move socket and collection functions to a convenience library
Chow Loong Jin
2014-10-03
5
-0
/
+641