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