summaryrefslogtreecommitdiffstats
path: root/src/HTTP/HTTPFormParser.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-21/+21
2015-07-31Unified the doxy-comment format.Mattes D1-20/+19
2014-12-06Replaced most auto_ptr with unique_ptr.Mattes D1-1/+1
2014-04-02Fixed more virtual destructors for interfaces.madmaxoft1-0/+3
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho1-2/+5
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-13Fixed WebAdmin's request parameters.madmaxoft1-6/+11
2013-10-04HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft1-10/+49
2013-09-28Improved the HTTPFormParser code.madmaxoft1-0/+4
2013-09-28Created basic cHTTPFormParser.madmaxoft1-0/+64