Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squashed common code. | madmaxoft | 2014-01-27 | 1 | -14/+7 |
| | |||||
* | Fixed Linux compilation. | madmaxoft | 2014-01-27 | 1 | -1/+2 |
| | |||||
* | Rewritten networking to use non-blocking sockets. | madmaxoft | 2014-01-27 | 1 | -1/+30 |
| | | | | This fixes #592. | ||||
* | Extracted cSocket::GetErrorString into GetOSErrorString | Tycho | 2014-01-25 | 1 | -52/+0 |
| | |||||
* | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 2014-01-19 | 1 | -0/+19 |
| | | | | This fixes #560 and #390. | ||||
* | Fixed SIGPIPE on cSocket::Send(). | madmaxoft | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Removed shutdown() from socket closing. | madmaxoft | 2014-01-13 | 1 | -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 foldermove2 | Alexander Harkness | 2013-11-26 | 1 | -3/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -7/+7 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+396 |