summaryrefslogtreecommitdiffstats
path: root/source/cSocket.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Socket-related assert fixesmadmaxoft@gmail.com2012-02-021-3/+27
* cSocket API fix (possible invalid pointer)madmaxoft@gmail.com2012-02-021-3/+2
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-9/+52
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-8/+13
* Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.faketruth2011-10-231-3/+110
* Compiles for linuxfaketruth2011-10-211-0/+14
* MCServer c++ source filesfaketruth2011-10-031-0/+30