summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPFormParser.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-114/+0
| | | | It contains client code as well.
* Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.Mattes D2016-03-011-4/+4
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-21/+21
|
* Unified the doxy-comment format.Mattes D2015-07-311-20/+19
|
* Replaced most auto_ptr with unique_ptr.Mattes D2014-12-061-1/+1
|
* Merge branch 'master' into HTTPSizeTTycho2014-04-021-2/+2
|\ | | | | | | | | | | | | Conflicts: src/HTTPServer/EnvelopeParser.h src/HTTPServer/HTTPFormParser.h src/HTTPServer/MultipartParser.h
| * Fixed more virtual destructors for interfaces.madmaxoft2014-04-021-0/+3
| |
* | Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-2/+5
| |
* | Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-2/+2
|/
* Moved source to srcAlexander Harkness2013-11-241-0/+112