You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/network/core
rubidium 2555522eab (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 15 years ago
..
address.cpp (svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >= 32. 15 years ago
address.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
config.h (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 15 years ago
core.cpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
core.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
game.h (svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files 15 years ago
host.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
host.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
os_abstraction.h (svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille) 15 years ago
packet.cpp (svn r18800) -Fix: in some cases with invalid packets one can crash recent trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though. 15 years ago
packet.h (svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless 15 years ago
tcp.cpp (svn r18801) -Fix: in some cases error messages weren't properly sent to the client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different. 15 years ago
tcp.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
tcp_connect.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tcp_content.cpp (svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_RECEIVE_COMMAND and DEFINE_UNAVAILABLE_UDP_RECEIVE_COMMAND 15 years ago
tcp_content.h (svn r18608) -Change: add the concept of music sets 15 years ago
tcp_game.cpp (svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection 15 years ago
tcp_game.h (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 15 years ago
tcp_http.cpp (svn r19090) -Codechange: some comment coding style fixes 15 years ago
tcp_http.h (svn r19001) -Fix: some GCC compile warnings 15 years ago
udp.cpp (svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_RECEIVE_COMMAND and DEFINE_UNAVAILABLE_UDP_RECEIVE_COMMAND 15 years ago
udp.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago