summaryrefslogtreecommitdiff
path: root/src/network/network_udp.cpp
AgeCommit message (Expand)Author
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-03Change: Make a shortened network revision string for use in server queriesNiels Martin Hansen
2016-10-30(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...frosch
2015-09-19(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused with...rubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-03-25(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly select...rubidium
2012-01-05(svn r23754) -Fix (r23752): the locks aren't reentrantrubidium
2012-01-04(svn r23752) -Fix [FS#4938]: missing locking causing crash is extreme case wh...rubidium
2012-01-04(svn r23751) -Codechange: rename NetworkUDPGameLoop to a more descriptive nam...rubidium
2011-12-11(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an urlyexo
2011-07-30(svn r22695) -Fix [FS#4697]: mark addresses that could not be resolved as 'do...rubidium
2011-05-04(svn r22423) -Document: some network stuffrubidium
2011-05-01(svn r22401) -Codechange: replace some defines in the udp code so doxygen can...rubidium
2011-03-03(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name...yexo
2010-12-11(svn r21463) -Fix [FS#4296] (r21405): when packets are filled their pos and s...rubidium
2010-12-05(svn r21417) -Fix: ofcourse MSVC x64 has something to complain aboutrubidium
2010-12-05(svn r21405) -Codechange: prepare sending of company information in the UDP p...rubidium
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-10-17(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ...frosch
2010-07-31(svn r20249) -Codechange: change the newgrf name/description from a char* to ...yexo
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-27(svn r19283) -Fix (r19256): GRFConfig is not zeroed for non-dynamic construct...frosch
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...yexo
2010-02-11(svn r19094) -Codechange: don't check for NULL values before calling StrEmptyyexo
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-06(svn r18746) -Fix [FS#3489]: clear the cached NewGRFs of a server when receiv...rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside co...smatz
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory (l...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-13(svn r16573) -Fix: [Network] Always send the starting date from the game you'...rubidium
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-10(svn r16265) -Fix (r16238): wrong format string for debug outputsmatz
2009-05-06(svn r16238) -Change: improve/clarify some network related debug "error" mess...rubidium
2009-04-10(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be ...rubidium
2009-04-10(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...rubidium
2009-04-08(svn r15993) -Codechange: clean up/generalise the handling of the server listrubidium
2009-04-08(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.rubidium