summaryrefslogtreecommitdiffstats
path: root/source/cSocket.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-79/+0
2012-08-25cSocket doesn't use cPackets.madmaxoft@gmail.com1-8/+0
2012-08-03Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-86/+86
2012-02-13Rewritten 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.com1-0/+2
2012-02-08cSocketThreads plugged in for cClientHandle reading. Sending still kept the old way. Please help me test this commit thoroughly, this is a change that can break on subtleties.madmaxoft@gmail.com1-0/+3
2012-02-07cSocket: final localhost fix - made it a functionmadmaxoft@gmail.com1-1/+1
2012-02-07Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com1-0/+8
2012-02-07cSocket: Added more functions that will be needed for the new cSocketThreadsmadmaxoft@gmail.com1-1/+6
2012-02-06cSocket: re-implemented the GetLastErrorString() function; win: error texts are now queried from the system rather than enumerated by the programmadmaxoft@gmail.com1-1/+6
2012-02-05Now showing proper error messages when sockets fail :)faketruth1-1/+2
2012-02-02Socket-related assert fixesmadmaxoft@gmail.com1-2/+2
2012-02-02cSocket API fix (possible invalid pointer)madmaxoft@gmail.com1-2/+2
2012-02-01Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com1-4/+4
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-7/+2
2011-10-23Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.faketruth1-2/+25
2011-10-21Compiles for linuxfaketruth1-1/+3
2011-10-03MCServer c++ source filesfaketruth1-0/+43