summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Socket.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-05Fixed reported parentheses around comparisons.Mattes D1-1/+1
2014-07-19Socket: removed unused Socket destructorarchshift1-1/+0
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-01-27Rewritten networking to use non-blocking sockets.madmaxoft1-0/+9
2014-01-25Extracted cSocket::GetErrorString into GetOSErrorStringTycho1-4/+3
2014-01-19Rewritten SocketThreads for proper shutdown scenario.madmaxoft1-1/+5
2014-01-16Fixed SIGPIPE on cSocket::Send().madmaxoft1-0/+12
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-24Fixed socket connection startup.madmaxoft1-0/+1
2013-06-15Socket: Removed the absurd function returning localhost addr, now using INADDR_LOOPBACKmadmaxoft@gmail.com1-1/+0
2013-03-05IPv6 support: fixed IP string getting on accept()madmaxoft1-2/+5
2013-03-05IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com1-30/+33
2013-03-04Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com1-2/+5
2013-03-04Starting an IPv6 support / cSocket rewritemadmaxoft@gmail.com1-1/+13
2012-11-22SocketThreads fixes for crashes reported in FS #272madmaxoft@gmail.com1-6/+8
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-0/+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