]> git.mxchange.org Git - simgear.git/history - simgear/io/raw_socket.cxx
Further tweaks to only consider IP4 addresses for the moment, when using getaddrinfo.
[simgear.git] / simgear / io / raw_socket.cxx
2011-08-26 James TurnerFurther tweaks to only consider IP4 addresses for the...
2011-08-26 James TurnerRequest only IP4 addresses for the moment, further...
2011-08-24 James TurnerAnother Windows typo-fix.
2011-08-24 James TurnerInclude ws2tcpip.h header (for getaddrinfo) on Windows
2011-08-24 James TurnerCopy constructor and assignment operator for revised...
2011-08-24 James TurnerChange IPAddress to use getaddrinfo internally, and...
2011-08-22 James TurnerRevert "Support non-blocking address lookups, and switc...
2011-08-21 James TurnerSupport non-blocking address lookups, and switch to...
2011-06-22 Torsten DreyerFix bug #346: httpd broken
2011-05-27 Torsten DreyerMake multicast sockets work under windows
2011-04-13 Torsten DreyerAdd multicast support for sockets
2010-11-12 Curtis L. OlsonFix setsockopt() to match previous precident of setsock...
2010-11-12 Frederic BouvierFix setsockopt call
2010-11-12 Curtis L. OlsonPatch to avoid the problem of the socket resource not...
2010-07-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-23 James TurnerMerge branch 'next' of git@gitorious.org:fg/simgear...
2010-07-23 James TurnerFix Win32 compilation of raw_socket.
2010-07-22 James TurnerMove PLIB netSocket into SimGear, as simgear::Socket...