Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed HTTPServer folder to HTTP. | Mattes D | 2016-03-01 | 1 | -293/+0 |
| | | | | It contains client code as well. | ||||
* | Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser. | Mattes D | 2016-03-01 | 1 | -4/+4 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 1 | -6/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -2/+6 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 2014-04-02 | 1 | -2/+2 |
| | |||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-06 | 1 | -1/+0 |
| | |||||
* | Fixed warnings in HTTP parser. | madmaxoft | 2013-12-20 | 1 | -0/+5 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+290 |