1
0
cuberite-2a/src/OSSupport
Mattes D c74d856b57 Fixed cNetworkSingleton's HasTerminated flag.
Should fix random failures in Google-test.
2015-07-23 16:15:21 +02:00
..
CMakeLists.txt Skip unknown cflag for Apple clang & remove cSemaphore 2015-06-04 11:48:56 +03: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 Support building on FreeBSD 2015-05-24 20:07:31 -06:00
Errors.h Switched cEvent to GetOSErrorString 2014-01-25 06:02:20 -08:00
Event.cpp Fixed minor errors in Tycho's code 2015-06-22 21:27:13 +01:00
Event.h Fixed minor errors in Tycho's code 2015-06-22 21:27:13 +01:00
File.cpp Finish fixing windows 2015-05-19 14:02:02 +01:00
File.h Properly fix cFile Warnings 2015-05-19 13:33:34 +01:00
GZipFile.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
GZipFile.h Made -Weverything an error. 2015-05-24 12:56:56 +01:00
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 Fixed minor errors in Tycho's code 2015-06-22 21:27:13 +01:00
IsThread.h Fixed minor errors in Tycho's code 2015-06-22 21:27:13 +01:00
Network.h More style checking. 2015-05-09 12:58:54 +02:00
NetworkInterfaceEnum.cpp SelfTests are registered and executed after logging framework init. 2015-06-11 22:20:04 +02:00
NetworkSingleton.cpp Fixed cNetworkSingleton's HasTerminated flag. 2015-07-23 16:15:21 +02: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
ServerHandleImpl.cpp Network: Fixed ServerHandle's address formatting. 2015-07-07 18:10:47 +02:00
ServerHandleImpl.h cNetwork: Added self pointers to keep objects alive for callbacks. 2015-01-23 23:01:18 +01:00
Socket.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Socket.h Fixed reported parentheses around comparisons. 2014-12-05 12:58:47 +01:00
StackTrace.cpp Fix FreeBSD/clang errors caused by -Werror 2015-05-30 02:23:57 -06:00
StackTrace.h Added a basic stacktracing for assert and signal failures. 2014-11-29 23:06:10 +01:00
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