summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPFormParser.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-02Removed double includes (#3885)Lukas Pioch1-1/+0
2016-12-25Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D1-2/+11
2016-03-01WebAdmin uses the new HTTP parser framework.Mattes D1-4/+4
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D1-0/+0
2016-03-01Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D1-4/+4
2016-02-05Bulk clearing of whitespaceLogicParrot1-3/+3
2015-05-19Fixed a lot of warningstycho1-6/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-08-21Added initializers for class members.Mattes D1-2/+6
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho1-2/+2
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft1-1/+1
2014-01-06Fixed a few MSVC warnings.madmaxoft1-1/+0
2013-12-20Fixed warnings in HTTP parser.madmaxoft1-0/+5
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-13Fixed WebAdmin's request parameters.madmaxoft1-0/+12
2013-10-05WebAdmin uses the new HTTP functionality.madmaxoft1-2/+3
2013-10-04HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft1-16/+127
2013-09-28Improved the HTTPFormParser code.madmaxoft1-57/+12
2013-09-28Fixed recognition of multipart-form-data forms.madmaxoft1-2/+2
2013-09-28Created basic cHTTPFormParser.madmaxoft1-0/+211