summaryrefslogtreecommitdiffstats
path: root/source/cBlockingTCPLink.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com2012-02-131-2/+5
* Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com2012-02-071-2/+2
* Now showing proper error messages when sockets fail :)faketruth2012-02-051-1/+1
* Socket-related assert fixesmadmaxoft@gmail.com2012-02-021-1/+1
* 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-53/+63
* Removed a few duplicate includesmadmaxoft@gmail.com2012-02-011-5/+4
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-6/+6
* Compiles for linuxfaketruth2011-10-211-1/+2
* MCServer c++ source filesfaketruth2011-10-031-0/+137