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