OpenTTD/src/network/core
Rubidium ead30dc725 Cleanup: [Network] Remove variable from NetworkGameInfo that is only used during deserialisation 2021-05-05 21:01:23 +02:00
..
CMakeLists.txt Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
address.cpp Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
address.h Fix: Thread unsafe use of NetworkAddress::GetAddressAsString 2020-06-21 11:47:56 +01:00
config.h Codechange: use NetworkAddress instead of two host/port variables where possible 2021-04-29 20:12:11 +02:00
core.cpp Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
core.h Codechange: move all NetworkGameInfo related functions to a single file 2021-04-27 20:18:53 +02:00
game_info.cpp Cleanup: [Network] Remove variable from NetworkGameInfo that is only used during deserialisation 2021-05-05 21:01:23 +02:00
game_info.h Cleanup: [Network] Remove variable from NetworkGameInfo that is only used during deserialisation 2021-05-05 21:01:23 +02:00
host.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
host.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
os_abstraction.cpp Codechange: move some OS abstraction method implementations out of the header 2021-05-01 19:36:22 +02:00
os_abstraction.h Codechange: move some OS abstraction method implementations out of the header 2021-05-01 19:36:22 +02:00
packet.cpp Add: [Network] Reading std::string from a packet 2021-05-03 17:56:05 +02:00
packet.h Add: [Network] Reading std::string from a packet 2021-05-03 17:56:05 +02:00
tcp.cpp Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
tcp.h Fix: Racy use of flags in TCPConnecter::CheckCallbacks 2020-06-18 19:57:34 +02:00
tcp_admin.cpp Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
tcp_admin.h Doc: server name doesn't need to be advertised to be valid 2021-04-20 17:34:04 +02:00
tcp_connect.cpp Fix: Racy use of flags in TCPConnecter::CheckCallbacks 2020-06-18 19:57:34 +02:00
tcp_content.cpp Cleanup: remove #ifdefs for compiling the old content server 2021-04-27 19:58:03 +02:00
tcp_content.h Cleanup: remove #ifdefs for compiling the old content server 2021-04-27 19:58:03 +02:00
tcp_content_type.h Cleanup: remove #ifdefs for compiling the old content server 2021-04-27 19:58:03 +02:00
tcp_game.cpp Add: ability to retrieve game info from server over TCP 2021-04-27 20:18:53 +02:00
tcp_game.h Fix b3003dd1: swap SERVER_GAME_INFO with CLIENT_GAME_INFO (#9129) 2021-04-28 23:09:03 +02:00
tcp_http.cpp Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
tcp_http.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_listen.h Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
udp.cpp Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
udp.h Codechange: move all NetworkGameInfo related functions to a single file 2021-04-27 20:18:53 +02:00