summaryrefslogtreecommitdiff
path: root/src/network/core/host.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-24Fix: Network on Haiku, remove old code for BeOSmilek7
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-27Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548)PeterN
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Fix #7165: Missed 'Append() --> push_back()' replacementstormcone
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() with std::find()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() const with suitable alternativesHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-04-29Remove: PSP supportPatric Stout
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-21(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib an...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-14(svn r17169) -Codechange: apply coding style to some for statementssmatz
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-04-24(svn r16134) -Change: do not add duplicates to the broadcast listrubidium
2009-04-08(svn r15974) -Fix (r15969): win32 compilation was broken (again)glx
2009-04-07(svn r15969) -Codechange: make the list of broadcast addresses virtually unli...rubidium
2009-04-03(svn r15938) -Fix: broadcast addresses detection was broken for win32glx
2009-04-03(svn r15930) -Fix (r15926): MSVC compilationglx
2009-04-03(svn r15926) -Codechange: make the broadcast IP list less AF dependent.rubidium
2009-04-03(svn r15924) -Codechange: replace NetworkResolveHost with something less AF d...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-12-13(svn r14671) -Fix: compilation was broken for some systemssmatz
2008-09-29(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...rubidium
2008-08-08(svn r14026) -Cleanup (r13995, r14004): trailing whitespacesglx
2008-08-04(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.rubidium
2008-08-04(svn r13995) -Fix (r13988): some warnings of the compile farm.rubidium
2008-08-04(svn r13990) -Fix (r13988): win32 compilation failedglx
2008-08-04(svn r13988) -Codechange: move the to IP resolving functions to a separate file.rubidium