summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPFormParser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a lot of warningstycho2015-05-191-6/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Added initializers for class members.Mattes D2014-08-211-2/+6
| | | | As reported by Coverity, these weren't initialized.
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-2/+2
|
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-1/+1
|
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+0
|
* Fixed warnings in HTTP parser.madmaxoft2013-12-201-0/+5
|
* Moved source to srcAlexander Harkness2013-11-241-0/+290