summaryrefslogtreecommitdiff
path: root/src/network/core/core.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-05-11Fix: [Network] clients leaving because of broken connections was not broadcas...Patric Stout
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update th...alberth
2010-12-06(svn r21418) -Fix: core.h needs config.hrubidium
2010-12-05(svn r21405) -Codechange: prepare sending of company information in the UDP p...rubidium
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
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-06-19(svn r16601) -Fix [FS#2880]: try 2... hopefully better this timerubidium
2009-04-07(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...rubidium
2009-04-07(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directlyrubidium
2009-01-14(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is...rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-01-31(svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name fir...KUDr
2007-01-30(svn r8461) -Feature: check for NewGRF compatability before actually download...rubidium
2007-01-30(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandle...rubidium
2007-01-28(svn r8445) -Cleanup: remove some @params from comments as the parameters did...rubidium
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
2007-01-04(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have ...rubidium
2007-01-04(svn r7829) -Codechange: move the network (core) initialization/shutdown func...rubidium