summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/SocketThreads.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-09-29SocketThread: clients aren't double-removed anymore.madmaxoft@gmail.com1-1/+0
2012-09-25Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com1-14/+12
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-3/+3
2012-08-27Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com1-2/+2
2012-08-25cSocket doesn't use cPackets.madmaxoft@gmail.com1-2/+0
2012-08-24Removed packet includes where they're not neededmadmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-174/+174
2012-02-26Extended SocketThreads for writing support (unusable in cClientHandle due to too many deadlock possibilities)madmaxoft@gmail.com1-0/+23
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/+1
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-12/+15
2012-02-07cSocketThreads initial commit. Not yet tested and not yet integratedmadmaxoft@gmail.com1-0/+147