index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
/
host.cpp
Age
Commit message (
Expand
)
Author
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-24
Fix: Network on Haiku, remove old code for BeOS
milek7
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-27
Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548)
PeterN
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Fix #7165: Missed 'Append() --> push_back()' replacement
stormcone
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() const with suitable alternatives
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-04-29
Remove: PSP support
Patric 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 includes
rubidium
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 appropriate
rubidium
2009-08-14
(svn r17169) -Codechange: apply coding style to some for statements
smatz
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 list
rubidium
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 win32
glx
2009-04-03
(svn r15930) -Fix (r15926): MSVC compilation
glx
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 style
rubidium
2008-12-13
(svn r14671) -Fix: compilation was broken for some systems
smatz
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 whitespaces
glx
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 failed
glx
2008-08-04
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
rubidium