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 fe12d38024 Codechange: split initiating of joining and identification of the client 3 months ago
..
CMakeLists.txt Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 10 months ago
address.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 5 months ago
address.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
config.cpp Feature: opt-in survey when exiting a game 1 year ago
config.h Add: track savegame size to report with survey (#12304) 3 months ago
core.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
core.h Codechange: use default dtor instead of empty (#10826) 1 year ago
host.cpp Codechange: coding style fixes 6 months ago
host.h Cleanup: Removed SVN headers 5 years ago
http.h Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 6 months ago
http_curl.cpp Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 4 months ago
http_none.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
http_shared.h Fix: race-condition when quitting the game with libcurl (#11688) 6 months ago
http_winhttp.cpp Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 4 months ago
network_game_info.cpp Codechange: use references for game info serialization 5 months ago
network_game_info.h Codechange: use references for game info serialization 5 months ago
os_abstraction.cpp Fix #11948: [Win32] Convert error messages to utf8 (#11951) 5 months ago
os_abstraction.h Codechange: replace static inline with static for non-class functions 6 months ago
packet.cpp Codechange: use span to send bytes to Packet and add span recv function 3 months ago
packet.h Codechange: use span to send bytes to Packet and add span recv function 3 months ago
tcp.cpp Codechange: use references for handling received TCP packets 5 months ago
tcp.h Codechange: use std::unique_ptr for the Packets created to send via TCP 5 months ago
tcp_admin.cpp Codechange: use references for handling received TCP packets 5 months ago
tcp_admin.h Codechange: define the size of the PacketType enumerations 5 months ago
tcp_connect.cpp Codechange: use std::shared_ptr for vector of TCPConnecters 5 months ago
tcp_content.cpp Codechange: use references for handling received TCP packets 5 months ago
tcp_content.h Codechange: use references for handling received TCP packets 5 months ago
tcp_content_type.h Codechange: define the size of the PacketType enumerations 5 months ago
tcp_coordinator.cpp Codechange: use references for handling received TCP packets 5 months ago
tcp_coordinator.h Codechange: define the size of the PacketType enumerations 5 months ago
tcp_game.cpp Codechange: split initiating of joining and identification of the client 3 months ago
tcp_game.h Codechange: split initiating of joining and identification of the client 3 months ago
tcp_listen.h Codechange: pass the socket handler that is going to send the packet into the packet 3 months ago
tcp_stun.cpp Codechange: use references for handling received TCP packets 5 months ago
tcp_stun.h Codechange: define the size of the PacketType enumerations 5 months ago
tcp_turn.cpp Codechange: use references for handling received TCP packets 5 months ago
tcp_turn.h Codechange: define the size of the PacketType enumerations 5 months ago
udp.cpp Codechange: use references for UDP packets 5 months ago
udp.h Codechange: define the size of the PacketType enumerations 5 months ago