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 360d6daf34 (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 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 14 years ago
config.h (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 14 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 r20030) -Fix: MSVC 2010 defines more POSIX error constants that we define as well. 14 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 r20286) -Codechange: Unify end of doxygen comments. 14 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 r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap(). 14 years ago
tcp_content.h (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. 14 years ago
tcp_game.cpp (svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands. 14 years ago
tcp_game.h (svn r20553) -Feature: allow rate limiting of incoming commands 14 years ago
tcp_http.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
tcp_http.h (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
udp.cpp (svn r20289) -Codechange: Unify fall through coding style. 14 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