Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -6/+6 |
* | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -2/+2 |
* | 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 | 2014-03-25 | 1 | -1/+1 |
* | Switched cEvent to GetOSErrorString | Tycho | 2014-01-25 | 1 | -0/+1 |
* | Extracted cSocket::GetErrorString into GetOSErrorString | Tycho | 2014-01-25 | 1 | -0/+52 |