summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_content.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-06-10Cleanup: [ContentInfo] Remove some functions that are not needed anymorerubidium42
2021-06-10Codechange: [ContentInfo] Use a vector for dependencies instead of custom all...rubidium42
2021-06-10Codechange: [ContentInfo] Use StringList for tags instead of custom allocationsrubidium42
2021-06-10Codechange: [ContentInfo] Do not use memset/memcpy to make it possible to use...rubidium42
2021-06-10Cleanup: [ContentInfo] Remove unused functionrubidium42
2021-05-13Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)Patric Stout
2021-05-13Codechange: remove pointless close call due to resolving virtual functions st...Rubidium
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2021-04-27Cleanup: remove #ifdefs for compiling the old content serverrubidium42
2021-04-20Codechange: remove always-empty "address" from NetworkContentSocketHandlerPatric 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-20Remove: ENABLE_NETWORK switchPatric Stout
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-07-13(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection,...rubidium
2013-07-13(svn r25593) -Cleanup: remove a few stale #definesrubidium
2013-07-07(svn r25573) -Change: make content list appear faster by allowing some window...rubidium
2012-11-08(svn r24674) -Fix (r24466, r23234) [FS#5358]: Downloaded heightmaps could not...frosch
2012-10-28(svn r24638) -Codechange: add some #ifndefs so MSU code doesn't need to compi...rubidium
2012-09-02(svn r24508) -Fix [FS#5281] (24488): Content GUI crashed after downloading a ...frosch
2012-08-21(svn r24491) -Fix: compilation error with networking disabledrubidium
2012-08-20(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the onlin...yexo
2012-08-13(svn r24466) -Codechange [FS#5236]: add general function for ContentType -> S...yexo
2011-05-06(svn r22431) -Fix (r22399): NETWORK_RECV_STATUS_MALFORMED_PACKET != false.michi_cc
2011-05-01(svn r22399) -Codechange: replace some defines in the tcp/content code so dox...rubidium
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-10-15(svn r20924) -Codechange: make the game connection packet handling look more ...rubidium
2010-07-08(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidd...frosch
2010-03-23(svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_R...smatz
2009-10-07(svn r17742) -Codechange: remove unused variable from Recv_Packetrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-04(svn r17692) -Codechange: minor coding style fixessmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-31(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checkingrubidium
2009-04-02(svn r15914) -Codechange: let the content handling make use of NetworkAddress.rubidium
2009-01-22(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up...rubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium