src/network/core/host.cpp
Sat, 13 Dec 2008 18:19:44 +0000 smatz (svn r14671) -Fix: compilation was broken for some systems
Mon, 29 Sep 2008 16:27:02 +0000 rubidium (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
Fri, 08 Aug 2008 15:49:16 +0000 glx (svn r14026) -Cleanup (r13995, r14004): trailing whitespaces
Mon, 04 Aug 2008 19:07:37 +0000 rubidium (svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.
Mon, 04 Aug 2008 18:27:54 +0000 rubidium (svn r13995) -Fix (r13988): some warnings of the compile farm.
Mon, 04 Aug 2008 13:54:10 +0000 glx (svn r13990) -Fix (r13988): win32 compilation failed
Mon, 04 Aug 2008 12:56:38 +0000 rubidium (svn r13988) -Codechange: move the to IP resolving functions to a separate file.