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
/
udp.cpp
Age
Commit message (
Expand
)
Author
2021-07-10
Remove: unused UDP protocol parts
Patric Stout
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-13
Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)
Patric Stout
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-05-06
Codechange: [Network] Use std::string for NetworkAddress' host name
rubidium42
2021-05-01
Codechange: encapsulate network error handling
rubidium42
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout
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-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: encapsulate reading the size of a Packet
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 more logic about packet size validity and reading into Packet
Rubidium
2021-04-20
Remove: "language" field from server/client
Patric Stout
2021-04-20
Remove: "map_name" from server announcements / listing
Patric Stout
2020-12-15
Fix: workarounds for two emscripten bugs in the network stack
Patric Stout
2020-06-21
Fix: Thread unsafe use of NetworkAddress::GetAddressAsString
Jonathan G Rennison
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
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-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-05
Remove: BeOS support (deprecated by Haiku)
Patric Stout
2018-04-30
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
J0an Josep
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-22
(svn r26046) -Fix: handle a number of failure conditions from methods called ...
rubidium
2013-07-13
(svn r25593) -Cleanup: remove a few stale #defines
rubidium
2012-09-19
(svn r24532) -Change: try to read more UDP packets per game loop
rubidium
2011-11-12
(svn r23193) -Codechange: don't cast away const unneededly
rubidium
2011-05-01
(svn r22401) -Codechange: replace some defines in the udp code so doxygen can...
rubidium
2010-11-30
(svn r21358) -Codechange: make some network function names conform to coding ...
rubidium
2010-11-30
(svn r21357) -Codechange: make it possible to resize the packet's buffer
rubidium
2010-08-01
(svn r20289) -Codechange: Unify fall through coding style.
terkhen
2010-07-29
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
terkhen
2010-03-23
(svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_R...
smatz
2010-02-25
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ...
yexo
2010-02-25
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...
yexo
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-11-03
(svn r17963) -Codechange: some documentation style
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-19
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
rubidium
2009-04-09
(svn r16000) -Feature: IPv6 support
rubidium
2009-04-08
(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...
rubidium
2009-04-08
(svn r15972) -Codechange: remove unneeded parameter
rubidium
[next]