summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/SocketThreads.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed ListenThread and SocketThreads.Mattes D2015-01-271-702/+0
* Fixes socket leak in HTTP server.Mattes D2014-12-031-3/+11
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-7/+7
* Normalized comments.madmaxoft2014-07-171-1/+1
* Nullify deleted pointers.archshift2014-06-191-0/+1
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
* Fixed a load of format string errorsTycho2014-03-111-1/+1
* Fixed socket leaking.madmaxoft2014-02-031-0/+5
* SocketThreads: Fixed sending to closed socket.madmaxoft2014-02-031-1/+6
* Rewritten networking to use non-blocking sockets.madmaxoft2014-01-271-54/+118
* Extracted cSocket::GetErrorString into GetOSErrorStringTycho2014-01-251-1/+2
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-121/+115
* SocketThreads: Removed unused code.madmaxoft2014-01-191-51/+0
* Moved source to srcAlexander Harkness2013-11-241-0/+675