.. |
CMakeLists.txt
|
Cmake generated projects for IDEs include headers in project files.
|
2014-04-25 09:56:15 -07: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
|
More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.
|
2014-03-25 11:15:05 -06: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
|
Template Magic
|
2014-04-28 10:31:07 -07:00 |
File.h
|
Template Magic
|
2014-04-28 10:31:07 -07:00 |
GZipFile.cpp
|
Fixed unitialized member in gZipFile (CID 43673)
|
2014-04-26 14:23:53 +02:00 |
GZipFile.h
|
Fixed the remaining derps
|
2013-11-27 07:40:59 +00:00 |
IsThread.cpp
|
Fixed issues with 64-bit MSVC compilation.
|
2014-04-11 13:09:19 +02:00 |
IsThread.h
|
Fixed issues with 64-bit MSVC compilation.
|
2014-04-11 13:09:19 +02:00 |
ListenThread.cpp
|
Moved source to src
|
2013-11-24 14:19:41 +00:00 |
ListenThread.h
|
Fixed non-virtual destructors warnings.
|
2014-03-28 21:35:45 +01: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
|
Added newlines. Without them, the files would not compile.
|
2014-03-25 10:33:52 -06:00 |
Socket.cpp
|
cSocket creates the socket in Connect if no socket is present yet.
|
2014-04-27 22:20:49 +02: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 crashes in the SSL HTTP connection.
|
2014-05-01 15:08:15 +02:00 |
Thread.cpp
|
Fixed issues with 64-bit MSVC compilation.
|
2014-04-11 13:09:19 +02:00 |
Thread.h
|
Added newlines. Without them, the files would not compile.
|
2014-03-25 10:33:52 -06: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 |