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 6012a9074c (svn r20993) -Codechange: some shuffling of game protocol packet description so they're documented in the "same" place as UDP, content and admin packets (dihedral) 14 years ago
..
address.cpp (svn r20951) -Codechange: Add SmallMap::Contains() and use it. 14 years ago
address.h (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
config.h (svn r20963) -Add: stubs for a remote administration connection 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 r20939) -Fix: some MSVC warnings 14 years ago
tcp.h (svn r20933) -Codechange: move some more client related methods and such to network_client.cpp 14 years ago
tcp_admin.cpp (svn r20975) -Add: logging of console output for remote admins (dihedral) 14 years ago
tcp_admin.h (svn r20975) -Add: logging of console output for remote admins (dihedral) 14 years ago
tcp_connect.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
tcp_content.cpp (svn r20924) -Codechange: make the game connection packet handling look more like UDP/content packet handling 14 years ago
tcp_content.h (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. 14 years ago
tcp_game.cpp (svn r20937) -Codechange: move some variables from client/server to server only 14 years ago
tcp_game.h (svn r20993) -Codechange: some shuffling of game protocol packet description so they're documented in the "same" place as UDP, content and admin packets (dihedral) 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
tcp_listen.h (svn r20938) -Codechange: make the code for listening on a socket (more) reusable 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