Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced atoi() with StringToInteger(). | Mattes D | 2015-01-27 | 1 | -1/+4 |
| | |||||
* | Fixed various warnings. | Mattes D | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Refactored case-conversion functions. | madmaxoft | 2014-08-04 | 1 | -2/+1 |
| | | | | StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place. | ||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Fixed HTTP message parsing, prepared for SSL. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -14/+14 |
| | |||||
* | HTTP connections aren't kept alive unless explicitly enabled. | madmaxoft | 2014-01-18 | 1 | -1/+6 |
| | | | | | Only the client can decide that the connection can be kept alive, we must close the socket if the client doesn't indicate keepalive support. This will provide a fix for #390 when #560 is fixed; until then the issue remains, just it's no longer HTTPServer's fault. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+279 |