index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
/
tcp_content.cpp
Age
Commit message (
Expand
)
Author
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-06-10
Cleanup: [ContentInfo] Remove some functions that are not needed anymore
rubidium42
2021-06-10
Codechange: [ContentInfo] Use a vector for dependencies instead of custom all...
rubidium42
2021-06-10
Codechange: [ContentInfo] Use StringList for tags instead of custom allocations
rubidium42
2021-06-10
Codechange: [ContentInfo] Do not use memset/memcpy to make it possible to use...
rubidium42
2021-06-10
Cleanup: [ContentInfo] Remove unused function
rubidium42
2021-05-13
Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)
Patric Stout
2021-05-13
Codechange: remove pointless close call due to resolving virtual functions st...
Rubidium
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-04-27
Cleanup: remove #ifdefs for compiling the old content server
rubidium42
2021-04-20
Codechange: remove always-empty "address" from NetworkContentSocketHandler
Patric Stout
2020-06-21
Fix: Thread unsafe use of NetworkAddress::GetAddressAsString
Jonathan G Rennison
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric 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 #defines
rubidium
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 disabled
rubidium
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_Packet
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-10-04
(svn r17692) -Codechange: minor coding style fixes
smatz
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-31
(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking
rubidium
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