summaryrefslogtreecommitdiffstats
path: root/source/cSocketThreads.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-172/+0
* Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com2012-08-271-2/+2
* cSocket doesn't use cPackets.madmaxoft@gmail.com2012-08-251-2/+0
* Removed packet includes where they're not neededmadmaxoft@gmail.com2012-08-241-1/+1
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-174/+174
* Extended SocketThreads for writing support (unusable in cClientHandle due to too many deadlock possibilities)madmaxoft@gmail.com2012-02-261-0/+23
* 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/+1
* 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-12/+15
* cSocketThreads initial commit. Not yet tested and not yet integratedmadmaxoft@gmail.com2012-02-071-0/+147