1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-10-13 04:53:37 -04:00
icecast-common/net
Jack Moffitt 315259ae9f Win32 updates. Mostly header fixes and defines for windows. Apparently
interface is a reserved word, so we've renamed one variable.  There's
also no sethostent on win32, and Oddsock seems to think we need
DeleteCriticalSection instead of DestroyCriticalSection.  I was unable
to figure out from msdn.microsoft.com why this was, but I'll trust
Oddsock's judgement.

svn path=/trunk/net/; revision=2194
2001-10-20 05:57:28 +00:00
..
.cvsignore
BUILDING
COPYING
Makefile.am
README
resolver.c Win32 updates. Mostly header fixes and defines for windows. Apparently 2001-10-20 05:57:28 +00:00
resolver.h
sock.c Win32 updates. Mostly header fixes and defines for windows. Apparently 2001-10-20 05:57:28 +00:00
sock.h Win32 updates. Mostly header fixes and defines for windows. Apparently 2001-10-20 05:57:28 +00:00
test_resolver.c
TODO

This is a name resolving library that's threadsafe.

Right now it only implements this with mutexes, but we should extend it to use gethostbyXXXX_r()
if it's available.

It shoudl work on win32, but i'm probably forgetting a headerfile.

API is basically not going to change.  Please consult with the rest of the team before changing the interface.

jack.