summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/SocketThreads.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed ListenThread and SocketThreads.Mattes D2015-01-271-194/+0
| | | | | They have been replaced by the cNetwork API. Socket.cpp is still used by RCONClient.
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-2/+4
|
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
|
* Fixed warningsTycho2014-03-071-1/+1
|
* Rewritten networking to use non-blocking sockets.madmaxoft2014-01-271-7/+19
| | | | This fixes #592.
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-36/+43
| | | | This fixes #560 and #390.
* SocketThreads: Removed unused code.madmaxoft2014-01-191-2/+3
|
* Fixed a (valid) warning in RCONServer.madmaxoft2013-12-281-0/+3
|
* Moved source to srcAlexander Harkness2013-11-241-0/+169