summaryrefslogtreecommitdiff
path: root/src/network/network_content.cpp
AgeCommit message (Expand)Author
2021-04-24Codechange: encapsulate writing data from Packets into sockets/files/buffers ...Rubidium
2021-02-27Codechange: [Network] replace _realtime_tick with std::chronoPatric Stout
2021-01-08Fix: Start the inactivity-timeout for the content server only after the conne...frosch
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Fix b408fe7: Don't try to construct a std::string from nullptrCharles Pigott
2020-12-27Codechange: Even more std::string usage in file IO.Michael Lutz
2020-12-27Codechange: Use std::string in FIO search path handling.Michael Lutz
2020-12-15Fix: Remove unnessary reference to suppress warning (#8337)Byoungchan Lee
2020-12-15Add: support for emscripten (play-OpenTTD-in-the-browser)Patric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-04Codechange: replace grow() usage in ClientNetworkContentSocketHandler::OnRece...glx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Fix: Crash due to use of invalid iterator in ClientNetworkContentSocketHandlerJonathan G Rennison
2019-03-28Fix: MSVC warnings (#7423)glx22
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::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Contains() with std::find() patternHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...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-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-06Fix fdc2e85: Double close of file handlesNiels Martin Hansen
2016-05-22(svn r27576) -Fix (r27570): Compilation failure with all compilers but mine.frosch
2016-05-22(svn r27570) -Fix [FS#6449]: Various incorrect but uncritical size computatio...frosch
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-22(svn r26056) -Fix: a number of possibly uninitialised variablesrubidium
2013-11-22(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when...rubidium
2013-07-13(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection,...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-08-13(svn r24466) -Codechange [FS#5236]: add general function for ContentType -> S...yexo
2012-01-02(svn r23719) -Fix [FS#4930]: extraction of music packs failedrubidium
2011-12-19(svn r23612) -Add: allow importing libraries in the same way as AI does, only...truebrain
2011-12-19(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from t...truebrain
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
2011-12-18(svn r23590) -Codechange: make the string validation settings better expandablerubidium
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to err...rubidium
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ...truebrain
2011-11-29(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo a...truebrain
2011-11-16(svn r23234) -Fix [FS#4840]: crash when after downloading contentrubidium
2011-11-14(svn r23219) -Change: different directories for basesets and newgrfs. So data...rubidium
2011-11-14(svn r23216) -Codechange: introduce the concept of having different tar listsrubidium
2011-08-24(svn r22822) -Codechange: make a distinction between base sets and newgrfs fo...rubidium
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-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth