summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/ListenThread.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-06cListenThread: Fixed thread termination.madmaxoft1-1/+4
2013-08-20Small Linux fixes.madmaxoft1-1/+1
2013-08-18cListenThread correctly closes all sockets.madmaxoft1-2/+6
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-231/+231
2013-07-22cListenThread initializes m_ShouldReuseAddr to false (valgrind error)madmaxoft@gmail.com1-0/+1
2013-06-27Added a basic RCON protocolmadmaxoft@gmail.com1-12/+13
2013-04-01ListenThread: Fixed socket-querying, might have crashed some linux versions.madmaxoft@gmail.com1-1/+1
2013-03-29ListenThread now reports the protocol used (IPv4 - IPv6) in its error messagesmadmaxoft@gmail.com1-8/+8
2013-03-23Fixed a problem in Linux handling of ListenThread.madmaxoft@gmail.com1-1/+4
2013-03-14Added water and lava springs.madmaxoft@gmail.com1-3/+3
2013-03-05Made ListenThread an OSSupport part, as it's generic enoughmadmaxoft@gmail.com1-0/+0
2013-03-05IPv6 support: fixed IP string getting on accept()madmaxoft1-1/+1
2013-03-05Listening ports are now loggedmadmaxoft@gmail.com1-1/+1
2013-03-05IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com1-10/+64
2013-03-04Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com1-0/+172