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 bb9121dbd4 Fix: comparison of narrow type to wide type in loop (potential for infinite loops) 3 years ago
..
CMakeLists.txt Codechange: encapsulate network error handling 3 years ago
address.cpp Fix: [Network] Check on CIDR for netmask check considered everything valid 3 years ago
address.h Feature: use Happy Eyeballs to make network connections (TCP-only) (#9199) 3 years ago
config.h Codechange: use NetworkAddress instead of two host/port variables where possible 3 years ago
core.cpp Change: reworked the debug levels for network facility (#9251) 3 years ago
core.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
game_info.cpp Codechange: move passwords in settings to std::string 3 years ago
game_info.h Codechange: [Network] Use std::string for NetworkGameInfo 3 years ago
host.cpp Change: reworked the debug levels for network facility (#9251) 3 years ago
host.h Cleanup: Removed SVN headers 5 years ago
os_abstraction.cpp Codechange: move some OS abstraction method implementations out of the header 3 years ago
os_abstraction.h Codechange: move some OS abstraction method implementations out of the header 3 years ago
packet.cpp Fix: comparison of narrow type to wide type in loop (potential for infinite loops) 3 years ago
packet.h Add: [Network] Reading std::string from a packet 3 years ago
tcp.cpp Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_admin.cpp Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_admin.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_connect.cpp Fix #9255: [Network] TCPConnecter crashes when hostname not found (#9259) 3 years ago
tcp_content.cpp Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_content.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_content_type.h Cleanup: remove #ifdefs for compiling the old content server 3 years ago
tcp_game.cpp Change: reworked the debug levels for network facility (#9251) 3 years ago
tcp_game.h Fix b3003dd1: swap SERVER_GAME_INFO with CLIENT_GAME_INFO (#9129) 3 years ago
tcp_http.cpp Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_http.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_listen.h Change: reworked the debug levels for network facility (#9251) 3 years ago
udp.cpp Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
udp.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago