]> git.mxchange.org Git - simgear.git/history - simgear/io/raw_socket.cxx
Support non-blocking address lookups, and switch to getaddrinfo over gethostbyname...
[simgear.git] / simgear / io / raw_socket.cxx
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...