.. |
address.cpp
|
Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with
|
2024-01-17 19:48:22 +01:00 |
address.h
|
|
|
CMakeLists.txt
|
|
|
config.cpp
|
|
|
config.h
|
Add: track savegame size to report with survey (#12304)
|
2024-03-16 08:58:56 +01:00 |
core.cpp
|
|
|
core.h
|
|
|
host.cpp
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
host.h
|
|
|
http_curl.cpp
|
Fix fdfcb09 : for content service, fallback to TCP downloads when HTTP stalls (#12056)
|
2024-02-11 20:24:28 +01:00 |
http_none.cpp
|
|
|
http_shared.h
|
Fix: race-condition when quitting the game with libcurl (#11688)
|
2024-01-05 18:48:21 +00:00 |
http_winhttp.cpp
|
Fix fdfcb09 : for content service, fallback to TCP downloads when HTTP stalls (#12056)
|
2024-02-11 20:24:28 +01:00 |
http.h
|
Fix: race-conditions in GUI updates when downloading HTTP files (#11639)
|
2024-01-02 22:05:25 +01:00 |
network_game_info.cpp
|
Codechange: use references for game info serialization
|
2024-02-05 16:30:49 +01:00 |
network_game_info.h
|
Codechange: use references for game info serialization
|
2024-02-05 16:30:49 +01:00 |
os_abstraction.cpp
|
Fix #11948: [Win32] Convert error messages to utf8 (#11951)
|
2024-02-02 16:30:23 +01:00 |
os_abstraction.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
packet.cpp
|
Codechange: pass the socket handler that is going to send the packet into the packet
|
2024-03-16 10:39:22 +01:00 |
packet.h
|
Codechange: pass the socket handler that is going to send the packet into the packet
|
2024-03-16 10:39:22 +01:00 |
tcp_admin.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_admin.h
|
Codechange: define the size of the PacketType enumerations
|
2024-02-05 17:10:35 +01:00 |
tcp_connect.cpp
|
Codechange: use std::shared_ptr for vector of TCPConnecters
|
2024-01-20 23:03:44 +01:00 |
tcp_content_type.h
|
Codechange: define the size of the PacketType enumerations
|
2024-02-05 17:10:35 +01:00 |
tcp_content.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_content.h
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_coordinator.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_coordinator.h
|
Codechange: define the size of the PacketType enumerations
|
2024-02-05 17:10:35 +01:00 |
tcp_game.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_game.h
|
Codechange: use reference instead of pointer for CommandPacket
|
2024-02-05 18:57:58 +01:00 |
tcp_listen.h
|
Codechange: pass the socket handler that is going to send the packet into the packet
|
2024-03-16 10:39:22 +01:00 |
tcp_stun.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_stun.h
|
Codechange: define the size of the PacketType enumerations
|
2024-02-05 17:10:35 +01:00 |
tcp_turn.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp_turn.h
|
Codechange: define the size of the PacketType enumerations
|
2024-02-05 17:10:35 +01:00 |
tcp.cpp
|
Codechange: use references for handling received TCP packets
|
2024-02-05 16:30:49 +01:00 |
tcp.h
|
Codechange: use std::unique_ptr for the Packets created to send via TCP
|
2024-02-05 16:30:49 +01:00 |
udp.cpp
|
Codechange: use references for UDP packets
|
2024-02-05 16:30:49 +01:00 |
udp.h
|
Codechange: define the size of the PacketType enumerations
|
2024-02-05 17:10:35 +01:00 |