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
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
2009-04-07
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...
rubidium
2009-04-07
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
rubidium
2009-04-05
(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...
rubidium
2009-04-03
(svn r15922) -Codechange: unify the ways to listen on a socket
rubidium
2009-04-03
(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want siz...
rubidium
2009-04-02
(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' da...
rubidium
2009-04-02
(svn r15915) -Codechange: let the udp code use NetworkAddress.
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2008-08-25
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
smatz
2008-04-09
(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading s...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-07-29
(svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking st...
rubidium
2007-02-23
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...
celestar
[next]