index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
Age
Commit message (
Expand
)
Author
2021-05-01
Codechange: encapsulate network error handling
rubidium42
2021-05-01
Codechange: rename NetworkError to ShowNetworkError
rubidium42
2021-04-29
Change: [Network] Encapsulate logic about the connection string to the networ...
rubidium42
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
2021-04-29
Codechange: use std::string over stack-based strings if possible
Patric Stout
2021-04-29
Cleanup: remove write-only variable "hostname" in NetworkGameList
Patric Stout
2021-04-28
Fix b3003dd1: swap SERVER_GAME_INFO with CLIENT_GAME_INFO (#9129)
Patric Stout
2021-04-27
Fix: missing <limits> include in network/core/packet.h (#9123)
Milek7
2021-04-27
Codechange: refactor CheckGameCompatibility() from existing function
Patric Stout
2021-04-27
Add: ability to retrieve game info from server over TCP
Patric Stout
2021-04-27
Codechange: be explicit in pointer comparisons
Patric Stout
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout
2021-04-27
Change: [Network] lower TCP connect() timeout to 3s (#9112)
Patric Stout
2021-04-27
Cleanup: remove #ifdefs for compiling the old content server
rubidium42
2021-04-27
Codechange: [Network] Do not leak os_abstraction.h via fios.h
rubidium42
2021-04-27
Change: [Network] Use string error messages instead of numeric error numbers ...
rubidium42
2021-04-27
Fix: [Network] errno and strerror do not handle network errors on Windows
rubidium42
2021-04-26
Fix 8a95fee4: Missing initialiser in Packet constructor
Charles Pigott
2021-04-25
Change: use 32 KiB packets to transfer the savegame
Rubidium
2021-04-25
Codechange: differentiate between UDP, TCP and compatibility MTU values
Rubidium
2021-04-25
Codechange: allow different limits in packet sizes
Rubidium
2021-04-24
Codechange: use std::vector instead of a fixed size array for Packets
Rubidium
2021-04-24
Codechange: add accessor for the packet type to Packet and make the internal ...
Rubidium
2021-04-24
Codechange: remove public access to the next pointer in Packet
Rubidium
2021-04-24
Codechange: encapsulate reading the size of a Packet
Rubidium
2021-04-24
Codechange: encapsulate the logic about how many bytes can be sent from a buf...
Rubidium
2021-04-24
Codechange: move the logic shrinking of the packets into the Packet itself
Rubidium
2021-04-24
Codechange: encapsulate writing data from Packets into sockets/files/buffers ...
Rubidium
2021-04-24
Codechange: encapsulate reading data from sockets into Packets to prevent pac...
Rubidium
2021-04-24
Codechange: move logic whether there is enough space in a packet to write dat...
Rubidium
2021-04-24
Codechange: move more logic about packet size validity and reading into Packet
Rubidium
2021-04-20
Doc: server name doesn't need to be advertised to be valid
Patric Stout
2021-04-20
Codechange: remove always-empty "address" from NetworkContentSocketHandler
Patric Stout
2021-04-20
Codechange: split ParseConnectionString into two functions
Patric Stout
2021-04-20
Remove: "language" field from server/client
Patric Stout
2021-04-20
Remove: "map_name" from server announcements / listing
Patric Stout
2021-04-12
Change: warn the user about the resolving of an address being extra very slow
Rubidium
2021-04-07
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...
Niels Martin Hansen
2021-02-27
Codechange: [Network] replace _realtime_tick with std::chrono
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-15
Fix: workarounds for two emscripten bugs in the network stack
Patric Stout
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2020-06-27
Doc: Acknowledge integer type mismatch in certain admin packets using AdminUp...
duck
2020-06-21
Fix: Thread unsafe use of NetworkAddress::GetAddressAsString
Jonathan G Rennison
2020-06-18
Fix: Racy use of flags in TCPConnecter::CheckCallbacks
Jonathan G Rennison
2020-06-05
Add: introduce CMake for project management
Patric Stout
2020-05-07
Fix #8117: Memory leak in admin port (#8122)
glx22
2019-12-21
Codechange: Replace network related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
[prev]
[next]