summaryrefslogtreecommitdiffstats
path: root/source/cSocket.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com2012-02-071-0/+8
* cSocket: Added more functions that will be needed for the new cSocketThreadsmadmaxoft@gmail.com2012-02-071-1/+6
* cSocket: re-implemented the GetLastErrorString() function; win: error texts are now queried from the system rather than enumerated by the programmadmaxoft@gmail.com2012-02-061-1/+6
* Now showing proper error messages when sockets fail :)faketruth2012-02-051-1/+2
* Socket-related assert fixesmadmaxoft@gmail.com2012-02-021-2/+2
* cSocket API fix (possible invalid pointer)madmaxoft@gmail.com2012-02-021-2/+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-4/+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-7/+2
* Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.faketruth2011-10-231-2/+25
* Compiles for linuxfaketruth2011-10-211-1/+3
* MCServer c++ source filesfaketruth2011-10-031-0/+43