summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/MultipartParser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-17Normalized comments.madmaxoft1-2/+2
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.
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft1-5/+3
2014-01-07More MSVC warning fixes.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-04Fixed MultiPartParser's boundary parsing.madmaxoft1-0/+1
2013-10-04Added cEnvelopeParser and cMultipartParser.madmaxoft1-0/+255