summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/SocketThreads.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* 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
| | | | This fixes #592.
* Extracted cSocket::GetErrorString into GetOSErrorStringTycho2014-01-251-1/+2
|
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-121/+115
| | | | This fixes #560 and #390.
* SocketThreads: Removed unused code.madmaxoft2014-01-191-51/+0
|
* Moved source to srcAlexander Harkness2013-11-241-0/+675