summaryrefslogtreecommitdiffstats
path: root/src/socket.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-26socket: Fix select failing when the process has many file descriptors by ↵Gravatar messi1-79/+100
using poll instead This happens, for example, when a process links with libusbmuxd, and the process is file descriptor heavy. Note: 'poll' means the syscall poll, not a polling approach. This patch does not add a busy wait and is not a performance regression.
2023-01-09Fix compilation on cygwinGravatar Josef Micka1-0/+6
2022-03-29socket: Add socket_get_socket_port functionGravatar Nikias Bassen1-0/+21
2021-11-24socket: Add FreeBSD supprt to get_primary_mac_addressGravatar Cameron Katri1-2/+6
2021-06-07socket: Add get_primary_mac_address()Gravatar Nikias Bassen1-0/+62
2021-06-07Initial check-in of sourcesGravatar Nikias Bassen1-0/+1169