summaryrefslogtreecommitdiff
path: root/src/network/core/udp.h
AgeCommit message (Expand)Author
2021-07-10Remove: unused UDP protocol partsPatric Stout
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-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-05-01(svn r22401) -Codechange: replace some defines in the udp code so doxygen can...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-08(svn r15984) -Codechange: prepare the UDP receiver to process multiple types ...rubidium
2009-04-07(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...rubidium
2009-04-05(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...rubidium
2009-04-03(svn r15922) -Codechange: unify the ways to listen on a socketrubidium
2009-04-02(svn r15915) -Codechange: let the udp code use NetworkAddress.rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-01-30(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandle...rubidium
2007-01-28(svn r8446) -Fix (8445): accidentally made a function that should not be abst...rubidium
2007-01-28(svn r8445) -Cleanup: remove some @params from comments as the parameters did...rubidium
2007-01-28(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp hea...rubidium
2007-01-21(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to G...rubidium
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
2007-01-12(svn r8078) -Codechange: rewrite UDP part of the network code to make use cla...rubidium
2007-01-05(svn r7888) -Change: add documentation about the 'on-the-wire' structure of t...rubidium
2007-01-04(svn r7836) -Codechange: some constness for network/core.rubidium
2007-01-04(svn r7834) -Codechange: cleanup the includes of network/core a little; inclu...rubidium
2007-01-04(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use ...rubidium
2007-01-04(svn r7821) -Fix: be more strict about the socket from where packets arrive. ...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium