summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/sock_stuff.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-25Use Winsock's closesocket() function instead of close() on Windows.Gravatar David Sansome1-0/+2
2010-06-25Don't export gethostbyname() use on non-WindowsGravatar Bastien Nocera1-0/+2
This triggers warnings in the Red Hat test suite about IPv6 support. The easiest is to not compile that code, which will end up unused on Linux or MacOS X anyway.
2010-05-26libusbmuxd: win32 does not support unix domain socketsGravatar Nikias Bassen1-0/+2
2010-05-26libusbmuxd: rename FD_* enum values to FDM_* to prevent conflictsGravatar Nikias Bassen1-3/+3
This seems to be a win32 issue only. But this rename doesn't hurt!
2009-10-25Add missing license headers and make them consistentGravatar Hector Martin1-0/+23
2009-08-20Merge the two development historiesGravatar Hector Martin1-0/+28