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
Jonathan G Rennison 43980639de Merge branch 'master' into jgrpp
# Conflicts:
#	.gitignore
#	CMakeLists.txt
#	src/3rdparty/optional/optional.hpp
#	src/group_cmd.cpp
#	src/industry_cmd.cpp
#	src/misc_gui.cpp
#	src/video/sdl2_v.cpp
3 years ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
address.cpp Merge branch 'master' into jgrpp 3 years ago
address.h Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake 4 years ago
config.h Merge branch 'master' into jgrpp 5 years ago
core.cpp Cleanup: Removed SVN headers 5 years ago
core.h Cleanup: Removed SVN headers 5 years ago
game.h Merge branch 'master' into jgrpp 5 years ago
host.cpp Win32: Wine: Oversize buffer for WSAIoctl/SIO_GET_INTERFACE_LIST 4 years ago
host.h Cleanup: Removed SVN headers 5 years ago
os_abstraction.h Merge branch 'master' into jgrpp 3 years ago
packet.cpp Network: Use unique_ptr for packets, use deque for packet queues 4 years ago
packet.h Network: Use unique_ptr for packets, use deque for packet queues 4 years ago
tcp.cpp Network: Use unique_ptr for packets, use deque for packet queues 4 years ago
tcp.h Fix: Racy use of flags in TCPConnecter::CheckCallbacks 4 years ago
tcp_admin.cpp Network: Use unique_ptr for packets, use deque for packet queues 4 years ago
tcp_admin.h Doc: Acknowledge integer type mismatch in certain admin packets using AdminUpdateType (#8238) 4 years ago
tcp_connect.cpp Fix: Racy use of flags in TCPConnecter::CheckCallbacks 4 years ago
tcp_content.cpp Fix: Thread unsafe use of NetworkAddress::GetAddressAsString 4 years ago
tcp_content.h Increase size of ContentInfo::name field 4 years ago
tcp_game.cpp Network: Use unique_ptr for packets, use deque for packet queues 4 years ago
tcp_game.h Merge branch 'master' into jgrpp 5 years ago
tcp_http.cpp Merge branch 'master' into jgrpp 5 years ago
tcp_http.h Cleanup: Removed SVN headers 5 years ago
tcp_listen.h Fix: workarounds for two emscripten bugs in the network stack 4 years ago
udp.cpp Merge branch 'master' into jgrpp 3 years ago
udp.h Merge branch 'master' into jgrpp 5 years ago