summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Socket.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Socket: removed unused Socket destructorarchshift2014-07-191-9/+0
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* Basic style fixes.madmaxoft2014-07-171-2/+2
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-4/+4
|
* cSocket creates the socket in Connect if no socket is present yet.madmaxoft2014-04-271-2/+8
|
* Fixed cast between types of different alignment in cSocketTycho2014-03-101-1/+2
|
* Squashed common code.madmaxoft2014-01-271-14/+7
|
* Fixed Linux compilation.madmaxoft2014-01-271-1/+2
|
* Rewritten networking to use non-blocking sockets.madmaxoft2014-01-271-1/+30
| | | | This fixes #592.
* Extracted cSocket::GetErrorString into GetOSErrorStringTycho2014-01-251-52/+0
|
* Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-0/+19
| | | | This fixes #560 and #390.
* Fixed SIGPIPE on cSocket::Send().madmaxoft2014-01-161-1/+1
|
* Removed shutdown() from socket closing.madmaxoft2014-01-131-4/+0
| | | | | It's not there for Windows and everything seems fine, the client doesn't shutdown either, so why should we be polite. Fixes #537.
* Merge branch 'master' into foldermove2Alexander Harkness2013-11-261-3/+0
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-7/+7
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+396