1
0
cuberite-2a/src/OSSupport
2014-03-14 06:11:49 -07:00
..
BlockingTCPLink.cpp Fixed cast to type with different alignment in BlockingTCPLink 2014-03-10 10:48:50 -07:00
BlockingTCPLink.h Moved source to src 2013-11-24 14:19:41 +00:00
CMakeLists.txt added pthread linking code to OSSupport 2013-12-19 00:15:30 +00:00
CriticalSection.cpp Moved source to src 2013-11-24 14:19:41 +00:00
CriticalSection.h Added fake functions into cCriticalSection because of the change to ASSERT 2014-01-05 15:08:30 -07:00
Errors.cpp Switched cEvent to GetOSErrorString 2014-01-25 06:02:20 -08:00
Errors.h Switched cEvent to GetOSErrorString 2014-01-25 06:02:20 -08:00
Event.cpp Switched cEvent to GetOSErrorString 2014-01-25 06:02:20 -08:00
Event.h clean up code for patching 2013-12-31 15:58:21 +00:00
File.cpp Fixed #491 2014-02-03 22:25:16 +00:00
File.h Fixed xofts issues 2014-03-14 06:11:49 -07:00
GZipFile.cpp Moved source to src 2013-11-24 14:19:41 +00:00
GZipFile.h Fixed the remaining derps 2013-11-27 07:40:59 +00:00
IsThread.cpp Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
IsThread.h Fix IsThread destructor 2014-03-09 10:52:12 -07:00
ListenThread.cpp Moved source to src 2013-11-24 14:19:41 +00:00
ListenThread.h Moved source to src 2013-11-24 14:19:41 +00:00
Queue.h fixed globals.h warnings 2014-02-23 12:23:35 -08:00
Semaphore.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Semaphore.h Moved source to src 2013-11-24 14:19:41 +00:00
Sleep.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Sleep.h Moved source to src 2013-11-24 14:19:41 +00:00
Socket.cpp Fixed cast between types of different alignment in cSocket 2014-03-10 10:32:51 -07:00
Socket.h Rewritten networking to use non-blocking sockets. 2014-01-27 21:27:13 +01:00
SocketThreads.cpp Added additional macros to support the MSVC size_t format and changed all formats to use the macros 2014-03-12 10:34:50 -07:00
SocketThreads.h Fixed warnings 2014-03-07 10:26:07 -08:00
Thread.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Thread.h Moved source to src 2013-11-24 14:19:41 +00:00
Timer.cpp Fixed timing on *nix. 2014-01-28 16:28:55 +01:00
Timer.h Moved source to src 2013-11-24 14:19:41 +00:00