1
0
cuberite-2a/src/OSSupport
2015-05-09 12:58:55 +02:00
..
CMakeLists.txt cNetwork: Added EnumLocalIPAddresses() function. 2015-02-22 10:51:16 +01:00
CriticalSection.cpp cNetwork: Added multithreading protection. 2015-01-22 20:12:50 +01:00
CriticalSection.h More style checking. 2015-05-09 12:58:54 +02:00
Errors.cpp
Errors.h
Event.cpp
Event.h
File.cpp cFile:ChangeFileExt now accepts extensions with leading dot, too. 2015-04-11 17:42:32 +02:00
File.h More style checking. 2015-05-09 12:58:54 +02:00
GZipFile.cpp
GZipFile.h
HostnameLookup.cpp cNetwork: Added UDP API. 2015-02-20 14:28:05 +01:00
HostnameLookup.h cNetwork: Fixed race conditions with lookups; proper shutdown. 2015-01-22 20:13:02 +01:00
IPLookup.cpp cNetwork: Added error message to error callbacks. 2015-01-22 20:13:04 +01:00
IPLookup.h cNetwork: Fixed race conditions with lookups; proper shutdown. 2015-01-22 20:13:02 +01:00
IsThread.cpp
IsThread.h
Network.h More style checking. 2015-05-09 12:58:54 +02:00
NetworkInterfaceEnum.cpp Use std::memcpy to fix alignment 2015-03-10 22:25:53 +00:00
NetworkSingleton.cpp NetworkSingleton: LibEvent thread is joined properly on server exit. 2015-02-18 22:41:22 +01:00
NetworkSingleton.h NetworkSingleton: LibEvent thread is joined properly on server exit. 2015-02-18 22:41:22 +01:00
Queue.h Fixed CppCheck: (performance) Possible inefficient checking for emptiness. 2015-01-17 15:20:03 +03:00
Semaphore.cpp
Semaphore.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
ServerHandleImpl.cpp Network: Fixed two-socket servers. 2015-02-18 09:35:14 +01:00
ServerHandleImpl.h cNetwork: Added self pointers to keep objects alive for callbacks. 2015-01-23 23:01:18 +01:00
Socket.cpp
Socket.h
StackTrace.cpp Fixed various warnings. 2015-01-18 18:01:24 +01:00
StackTrace.h
TCPLinkImpl.cpp Network: fixed excessive debug logging. 2015-04-21 12:11:44 +02:00
TCPLinkImpl.h Fixed TCP link shutdown. 2015-02-14 13:55:54 +01:00
UDPEndpointImpl.cpp Network: fixed excessive debug logging. 2015-04-21 12:11:44 +02:00
UDPEndpointImpl.h Network: Close the UDP endpoint in destructor. 2015-03-18 13:50:43 +01:00