1
0
cuberite-2a/src/OSSupport
2015-01-18 18:01:24 +01:00
..
CMakeLists.txt Merged branch 'origin/master' into c++11. 2014-12-04 22:04:16 +01:00
CriticalSection.cpp Use std::recusive_mutex 2014-10-20 21:26:18 +01:00
CriticalSection.h Suggestions 2014-10-23 23:58:01 +01:00
Errors.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Errors.h Switched cEvent to GetOSErrorString 2014-01-25 06:02:20 -08:00
Event.cpp Cosmetic touchups. 2014-12-11 14:34:09 +01:00
Event.h Fixed integer overflow problems. 2014-12-07 21:37:47 +01:00
File.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
File.h Fixed windows compilation and style issues. 2014-08-12 22:43:04 +02:00
GZipFile.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
GZipFile.h Fixed the remaining derps 2013-11-27 07:40:59 +00:00
IsThread.cpp cIsThread: Fixed a race condition on thread start. 2014-12-25 00:34:54 +01:00
IsThread.h cIsThread: Fixed a race condition on thread start. 2014-12-25 00:34:54 +01:00
ListenThread.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ListenThread.h Fixed non-virtual destructors warnings. 2014-03-28 21:35:45 +01:00
Queue.h Fixed CppCheck: (performance) Possible inefficient checking for emptiness. 2015-01-17 15:20:03 +03:00
Semaphore.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Semaphore.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02: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
SocketThreads.cpp Fixes socket leak in HTTP server. 2014-12-03 16:14:26 +01:00
SocketThreads.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
StackTrace.cpp Fixed various warnings. 2015-01-18 18:01:24 +01:00
StackTrace.h Added a basic stacktracing for assert and signal failures. 2014-11-29 23:06:10 +01:00