Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-06 | socket: Improve IPv6 scope id detection to fix network devices on OSX | Martin Szulecki | 1 | -6/+24 | |
The helper should now also work for loopback addresses and prefer any initially supplied scope id to maintain routing information if possible. Otherwise it just picks the best suitable route. Let us see if this is stable enough to prevent us from adding routing table parsing cruft and other logic... | |||||
2020-06-06 | socket: Use common IPv6 scope values and correct loopback scope to link-local | Martin Szulecki | 1 | -4/+4 | |
2020-06-06 | common: Fix socket_connect_addr() not connecting using IPv6 in some cases | Martin Szulecki | 1 | -0/+107 | |
This extends the socket helper with functions to determine the "scope" and a suitable "scope id" of an IPv6 address. Now socket_connect_addr() does not trust the provided IPv6 "scope id" and always attempts to determine it using the new helpers. This became a requirement during testing with remote usbmux connections that provide a different "scope id" and thus might cause IPv6 routing to not work at all. Thus the "scope id" is only valid per host. | |||||
2020-05-18 | common: Update socket.c/.h from libusbmuxd | Nikias Bassen | 1 | -21/+214 | |
2020-01-05 | Define ETIMEDOUT if required | 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-05-21 | common: Update socket.c to match the one from libusbmuxd | Nikias Bassen | 1 | -55/+160 | |
2015-12-29 | common: [security fix] Make sure sockets only listen locally | Joshua Hill | 1 | -2/+2 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -3/+3 | |
2013-03-20 | move thread and socket code to "common" subdir | Nikias Bassen | 1 | -0/+392 | |