summaryrefslogtreecommitdiffstats
path: root/source/OSSupport/ListenThread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-238/+0
* cListenThread: Fixed thread termination.madmaxoft2013-10-061-1/+4
* Small Linux fixes.madmaxoft2013-08-201-1/+1
* cListenThread correctly closes all sockets.madmaxoft2013-08-181-2/+6
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-231/+231
* cListenThread initializes m_ShouldReuseAddr to false (valgrind error)madmaxoft@gmail.com2013-07-221-0/+1
* Added a basic RCON protocolmadmaxoft@gmail.com2013-06-271-12/+13
* ListenThread: Fixed socket-querying, might have crashed some linux versions.madmaxoft@gmail.com2013-04-011-1/+1
* ListenThread now reports the protocol used (IPv4 - IPv6) in its error messagesmadmaxoft@gmail.com2013-03-291-8/+8
* Fixed a problem in Linux handling of ListenThread.madmaxoft@gmail.com2013-03-231-1/+4
* Added water and lava springs.madmaxoft@gmail.com2013-03-141-3/+3
* Made ListenThread an OSSupport part, as it's generic enoughmadmaxoft@gmail.com2013-03-051-0/+226