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 3e625b5b1a
Add: track savegame size to report with survey (#12304)
3 months ago
..
CMakeLists.txt Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 9 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 5 months ago
host.h Cleanup: Removed SVN headers 5 years ago
http.h Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 5 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) 5 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 4 months ago
network_game_info.h Codechange: use references for game info serialization 4 months ago
os_abstraction.cpp Fix #11948: [Win32] Convert error messages to utf8 (#11951) 4 months ago
os_abstraction.h Codechange: replace static inline with static for non-class functions 5 months ago
packet.cpp Codechange: use std::deque of std::unique_ptr to queue packets 4 months ago
packet.h Codechange: use std::deque of std::unique_ptr to queue packets 4 months ago
tcp.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp.h Codechange: use std::unique_ptr for the Packets created to send via TCP 4 months ago
tcp_admin.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp_admin.h Codechange: define the size of the PacketType enumerations 4 months ago
tcp_connect.cpp Codechange: use std::shared_ptr for vector of TCPConnecters 4 months ago
tcp_content.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp_content.h Codechange: use references for handling received TCP packets 4 months ago
tcp_content_type.h Codechange: define the size of the PacketType enumerations 4 months ago
tcp_coordinator.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp_coordinator.h Codechange: define the size of the PacketType enumerations 4 months ago
tcp_game.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp_game.h Codechange: use reference instead of pointer for CommandPacket 4 months ago
tcp_listen.h Codechange: replace x.size() == 0 with x.empty() 7 months ago
tcp_stun.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp_stun.h Codechange: define the size of the PacketType enumerations 4 months ago
tcp_turn.cpp Codechange: use references for handling received TCP packets 4 months ago
tcp_turn.h Codechange: define the size of the PacketType enumerations 4 months ago
udp.cpp Codechange: use references for UDP packets 4 months ago
udp.h Codechange: define the size of the PacketType enumerations 4 months ago