You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/network/core
Rubidium 8b302761d4 Codechange: allow different limits in packet sizes 3 years ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
address.cpp Change: warn the user about the resolving of an address being extra very slow 3 years ago
address.h Fix: Thread unsafe use of NetworkAddress::GetAddressAsString 4 years ago
config.h Remove: "language" field from server/client 3 years ago
core.cpp Cleanup: Removed SVN headers 5 years ago
core.h Cleanup: Removed SVN headers 5 years ago
game.h Remove: "language" field from server/client 3 years ago
host.cpp Cleanup: Removed SVN headers 5 years ago
host.h Cleanup: Removed SVN headers 5 years ago
os_abstraction.h Codechange: Replace assert_compile macro with static_assert 4 years ago
packet.cpp Codechange: allow different limits in packet sizes 3 years ago
packet.h Codechange: allow different limits in packet sizes 3 years ago
tcp.cpp Codechange: allow different limits in packet sizes 3 years ago
tcp.h Fix: Racy use of flags in TCPConnecter::CheckCallbacks 4 years ago
tcp_admin.cpp Codechange: Replace assert_compile macro with static_assert 4 years ago
tcp_admin.h Doc: server name doesn't need to be advertised to be valid 3 years ago
tcp_connect.cpp Fix: Racy use of flags in TCPConnecter::CheckCallbacks 4 years ago
tcp_content.cpp Codechange: remove always-empty "address" from NetworkContentSocketHandler 3 years ago
tcp_content.h Codechange: remove always-empty "address" from NetworkContentSocketHandler 3 years ago
tcp_game.cpp Codechange: [Network] replace _realtime_tick with std::chrono 3 years ago
tcp_game.h Codechange: [Network] replace _realtime_tick with std::chrono 3 years ago
tcp_http.cpp Codechange: split ParseConnectionString into two functions 3 years ago
tcp_http.h Cleanup: Removed SVN headers 5 years ago
tcp_listen.h Codechange: encapsulate writing data from Packets into sockets/files/buffers to prevent packet state modifications outside of the Packet 3 years ago
udp.cpp Codechange: allow different limits in packet sizes 3 years ago
udp.h Cleanup: Removed SVN headers 5 years ago