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-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
2019-10-07
Fix: [Cygwin] Fix missing AI_ADDRCONFIG declaration
Joe Stringer
2019-09-30
Fix: GCC9's warnings about deprecated implicit assignment operators
Charles Pigott
2019-04-27
Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548)
PeterN
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-26
Fix #7165: Missed 'Append() --> push_back()' replacement
stormcone
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() const with suitable alternatives
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-05
Fix: warnings when compiling for a recent version of Haiku
Patric Stout
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
[next]