summaryrefslogtreecommitdiff
path: root/src/network/core/udp.cpp
AgeCommit message (Expand)Author
2021-07-10Remove: unused UDP protocol partsPatric Stout
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-13Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)Patric Stout
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2021-05-06Codechange: [Network] Use std::string for NetworkAddress' host namerubidium42
2021-05-01Codechange: encapsulate network error handlingrubidium42
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2021-04-27Change: [Network] Use string error messages instead of numeric error numbers ...rubidium42
2021-04-27Fix: [Network] errno and strerror do not handle network errors on Windowsrubidium42
2021-04-25Codechange: differentiate between UDP, TCP and compatibility MTU valuesRubidium
2021-04-25Codechange: allow different limits in packet sizesRubidium
2021-04-24Codechange: encapsulate reading the size of a PacketRubidium
2021-04-24Codechange: encapsulate writing data from Packets into sockets/files/buffers ...Rubidium
2021-04-24Codechange: encapsulate reading data from sockets into Packets to prevent pac...Rubidium
2021-04-24Codechange: move more logic about packet size validity and reading into PacketRubidium
2021-04-20Remove: "language" field from server/clientPatric Stout
2021-04-20Remove: "map_name" from server announcements / listingPatric Stout
2020-12-15Fix: workarounds for two emscripten bugs in the network stackPatric Stout
2020-06-21Fix: Thread unsafe use of NetworkAddress::GetAddressAsStringJonathan G Rennison
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
2018-04-30Fix 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 #definesrubidium
2012-09-19(svn r24532) -Change: try to read more UDP packets per game looprubidium
2011-11-12(svn r23193) -Codechange: don't cast away const unneededlyrubidium
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 bufferrubidium
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 stylerubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-19(svn r16601) -Fix [FS#2880]: try 2... hopefully better this timerubidium
2009-04-09(svn r16000) -Feature: IPv6 supportrubidium
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 parameterrubidium