summaryrefslogtreecommitdiff
path: root/src/network/network_content.h
AgeCommit message (Expand)Author
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-02-27Codechange: [Network] replace _realtime_tick with std::chronoPatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...Henry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Include() with include()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get() const with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() non-const with std::find()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2015-12-10(svn r27468) -Fix (r27444): Game Scripts were not displayed in the content do...zuu
2011-12-09(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to ...yexo
2011-05-04(svn r22423) -Document: some network stuffrubidium
2011-05-01(svn r22399) -Codechange: replace some defines in the tcp/content code so dox...rubidium
2011-03-06(svn r22208) -Fix [FS#4543]: When downloading a file via HTTP failed mid-way ...rubidium
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2010-02-03(svn r18994) -Change: content mirroring support (based on work by TrueBrain).rubidium
2010-02-03(svn r18992) -Codechange: move the file opening/closing out of the content do...rubidium
2010-02-03(svn r18991) -Codechange: simplify memory management of DownloadSelectedContentrubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-10-04(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-01-23(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the co...rubidium
2009-01-20(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clearrubidium
2009-01-20(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...rubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium