Age | Commit message (Expand) | Author |
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 appropriate | rubidium |
2009-06-19 | (svn r16601) -Fix [FS#2880]: try 2... hopefully better this time | rubidium |
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 socket | rubidium |
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 |