.. |
CMakeLists.txt
|
cNetwork: Added UDP API.
|
2015-02-20 14:28:05 +01:00 |
CriticalSection.cpp
|
cNetwork: Added multithreading protection.
|
2015-01-22 20:12:50 +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
|
|
|
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
|
Removed cFile::ReplaceFileNameInvalidChars().
|
2015-01-27 14:53:34 +01:00 |
File.h
|
Removed cFile::ReplaceFileNameInvalidChars().
|
2015-01-27 14:53:34 +01:00 |
GZipFile.cpp
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
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
|
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 |
Network.h
|
cNetwork: Added UDP API.
|
2015-02-20 14:28:05 +01: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
|
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 |
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
|
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
|
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 |
TCPLinkImpl.cpp
|
Fixed TCP link shutdown.
|
2015-02-14 13:55:54 +01:00 |
TCPLinkImpl.h
|
Fixed TCP link shutdown.
|
2015-02-14 13:55:54 +01:00 |
UDPEndpointImpl.cpp
|
UDPEndpointImpl: Fixed clang warnings.
|
2015-02-20 16:05:53 +01:00 |
UDPEndpointImpl.h
|
cNetwork: Added UDP API.
|
2015-02-20 14:28:05 +01:00 |