Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-05-25 | Support building on FreeBSD | linnemannr | 1 | -1/+1 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -2/+2 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -2/+2 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -6/+6 |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -2/+2 |
2014-03-25 | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 1 | -1/+1 |
2014-01-25 | Switched cEvent to GetOSErrorString | Tycho | 1 | -0/+1 |
2014-01-25 | Extracted cSocket::GetErrorString into GetOSErrorString | Tycho | 1 | -0/+52 |