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.h
Age
Commit message (
Expand
)
Author
2021-09-11
Add: support filtering content entries for patchpacks (#9541)
Patric Stout
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-04-27
Cleanup: remove #ifdefs for compiling the old content server
rubidium42
2021-04-27
Codechange: [Network] Do not leak os_abstraction.h via fios.h
rubidium42
2021-04-20
Codechange: remove always-empty "address" from NetworkContentSocketHandler
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
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-10-28
(svn r24638) -Codechange: add some #ifndefs so MSU code doesn't need to compi...
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-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 r23595) -Codechange: add comma after last enum to get a more uniform cod...
rubidium
2011-05-01
(svn r22403) -Document: some more network/core code
rubidium
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-12-22
(svn r21595) -Codechange: Some header files had their name changed, update th...
alberth
2010-11-30
(svn r21358) -Codechange: make some network function names conform to coding ...
rubidium
2010-08-15
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
alberth
2010-07-08
(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidd...
frosch
2009-12-22
(svn r18608) -Change: add the concept of music sets
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 appropriate
rubidium
2009-08-09
(svn r17139) -Change: add the concept of sound sets
rubidium
2009-04-02
(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you comp...
glx
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-20
(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clear
rubidium
2009-01-20
(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...
rubidium
2009-01-20
(svn r15161) -Change: bump url to 96 bytes
rubidium
2009-01-17
(svn r15126) -Feature: downloading content from a central server (content.ope...
rubidium