summaryrefslogtreecommitdiffstats
path: root/source/cSocket.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com2012-08-031-1/+1
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-354/+354
* Simplify ifdef. Makes compiling possible on BSDcedeel@gmail.com2012-06-081-8/+8
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-1/+1
* Added error messages to socket closing error conditions for *nixmadmaxoft@gmail.com2012-04-101-2/+2
* Attempted a fix for cSocket's Bind() call on MacOS-based systems (initializing the whole sockaddr_in structure with zeroes first)madmaxoft@gmail.com2012-04-031-0/+1
* cSocket.cpp should also compile on Mac now (I hope)faketruth2012-03-311-1/+1
* Fixing compilation on Drawin 9 / MacOS Xmadmaxoft@gmail.com2012-03-121-1/+1
* Using own ASSERT() that logs to filefaketruth2012-02-201-1/+1
* cSocket::GetErrorString() now also compiles on Cygwinfaketruth2012-02-161-1/+1
* 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-0/+28
* cSocketThreads 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.com2012-02-081-1/+6
* cSocket: final localhost fix - made it a functionmadmaxoft@gmail.com2012-02-071-6/+14
* Temporary fix for Linux compilation. (gcc won't accept a function call in global var initialization)madmaxoft@gmail.com2012-02-071-1/+1
* Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com2012-02-071-2/+23
* cSocket: Added more functions that will be needed for the new cSocketThreadsmadmaxoft@gmail.com2012-02-071-7/+50
* cSocket: error reporting function now works correctly on GNU Linux; also includes the error number for all errorsmadmaxoft@gmail.com2012-02-061-8/+29
* 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-24/+9
* Now showing proper error messages when sockets fail :)faketruth2012-02-051-12/+23
* cSocket: added error logging to Bind() failuresmadmaxoft@gmail.com2012-02-051-39/+48
* 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