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
Patric Stout 1ef4d3cf19
Remove: COMPANY_INFO packets and related code (#9475)
3 years ago
..
CMakeLists.txt Feature: allow the use of TURN to connect client and server together 3 years ago
address.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
address.h Feature: allow the use of STUN to connect client and server together 3 years ago
config.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
config.h Cleanup: remove some references to the old master-server 3 years ago
core.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
core.h Remove: COMPANY_INFO packets and related code (#9475) 3 years ago
game_info.cpp Change: remove the ability to control "max spectators" (#9466) 3 years ago
game_info.h Change: remove the ability to control "max spectators" (#9466) 3 years ago
host.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
host.h Cleanup: Removed SVN headers 5 years ago
os_abstraction.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
os_abstraction.h Feature: allow the use of STUN to connect client and server together 3 years ago
packet.cpp Fix #9361, a2051ba: [Network] Off by one in CanWriteToPacket 3 years ago
packet.h Cleanup: [Network] Remove C-string Recv_string and its last use 3 years ago
tcp.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
tcp.h Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_admin.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
tcp_admin.h Codechange: [Network] Make admin name and version std::string 3 years ago
tcp_connect.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_content.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
tcp_content.h Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) 3 years ago
tcp_content_type.h Cleanup: [ContentInfo] Remove some functions that are not needed anymore 3 years ago
tcp_coordinator.cpp Feature: allow the use of TURN to connect client and server together 3 years ago
tcp_coordinator.h Feature: allow the use of TURN to connect client and server together 3 years ago
tcp_game.cpp Remove: COMPANY_INFO packets and related code (#9475) 3 years ago
tcp_game.h Remove: COMPANY_INFO packets and related code (#9475) 3 years ago
tcp_http.cpp Codechange: [Network] Simplify constructing the HTTP request with fmt 3 years ago
tcp_http.h Codechange: [Network] Simplify constructing the HTTP request with fmt 3 years ago
tcp_listen.h Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_stun.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_stun.h Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_turn.cpp Feature: allow the use of TURN to connect client and server together 3 years ago
tcp_turn.h Feature: allow the use of TURN to connect client and server together 3 years ago
udp.cpp Remove: unused UDP protocol parts 3 years ago
udp.h Remove: unused UDP protocol parts 3 years ago