summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/NameValueParser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | 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 MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
|
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-4/+4
|
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+0
|
* Fixed warnings in HTTP parser.madmaxoft2013-12-201-4/+6
|
* Moved source to srcAlexander Harkness2013-11-241-0/+412